.home__Banner__Img img,
.video_Landing,
.video_Landing video {
  width: 100%;
  height: 100%;
}
.AboutUs__Video.active .AboutUs__Video_Icon,
.AboutUs__Video.active .AboutUs__Video_Icon img,
.video_Commerce.active .AboutUs__Video_Icon {
  visibility: hidden;
  opacity: 0;
}
.video_Landing::after,
.video_Landing::before {
  display: block;
  width: 500px;
  height: 186px;
  border-radius: 16px;
  z-index: -1;
  transform: rotate(5deg);
  content: "";
}
.AboutUs__Video_Icon,
.AboutUs__Video_Icon img {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.home_Customers__More a,
.home__Customers__More a,
.home__Samples__More a {
  background-color: var(--btn-bak);
  column-gap: calc(var(--gap) * 2);
  color: var(--btn-accent) !important;
  --icon-color: var(--btn-accent);
  white-space: nowrap;
  transition: var(--transition);
}
.home_Customers_Btn a,
.home__Counter__Item__Name,
.landing_Website_Why_Card,
.landing_Website_Why_Card_Ttl,
.landing_Website_Why_Card_Txt,
.landing_Website_Why_Link_Btn,
.video_Landing video,
.video_Landing::after,
.video_Landing::before {
  transition: all var(--transition);
}
.AboutUs__Ttl span::before,
.aboutUS__Certificate__Ttl span::before {
  min-width: 100%;
  min-height: 12px;
  transform: translateY(100%);
  height: 12px;
}
.serviceAc__Content_Wraper > ol,
.subPageSection > ol {
  counter-reset: subpage-counter;
  list-style: none;
}
#wrap {
  z-index: 1;
}
.article_pager a.hidden {
  display: none;
}
.home__Banner {
  position: relative;
  display: flex;
}
.landing_Cta {
  margin-bottom: 76px;
}
.contactUs__Map__Card.active .contactUs__Map__Card__Close,
.contactUs__Services,
.contactUs__Socials,
.home_Customers_Btn,
.home__AboutUs,
.home__Counter,
.home__Customers,
.home__Services,
.home__Why,
.home__testimonial,
.learnDnn__List__Wrapper,
.ourCustomers,
.service__WebDesign,
.service__WebDesign_Consulting__About,
.service__WebDesign_Wordpress__Cards,
.service__WebDesign_Wordpress__Price,
.service__WebDesign_Wordpress__feature,
.services__Awards_Web,
.services__Web__Customers {
  margin-bottom: 0;
}
.landing_Cta .row,
.learnDnn .row,
.service__WebDesign .row,
.service__WebDesign_Consulting__About .row,
.service__WebDesign_Exclusive__About .row,
.service__WebDesign_Exclusive__Price .row,
.service__WebDesign_Wordpress__About .row,
.service__WebDesign_Wordpress__Price .row,
.service__WebDesign__Duty_Wordpress__About .row,
.service__WebDesign__Duty_Wordpress__Price .row,
.service__WebDesign__Duty_Wordpress__Support .row,
.services__Awards_Web .row {
  align-items: center;
}
.video_Landing {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding-right: 44px;
}
.video_Landing video {
  object-fit: cover;
  border-radius: 1rem;
}
.home_Customers__List_Item:hover,
.home__Why__Card:hover,
.video_Landing video:hover {
  box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.1);
}
.video_Landing::before {
  position: absolute;
  top: -8px;
  left: 24px;
  background: #b7d2fe;
}
.video_Landing::after {
  position: absolute;
  bottom: 0;
  right: 66px;
  background: #b7d2fe;
}
.video_Landing:hover::after,
.video_Landing:hover::before {
  transform: rotate(8deg) scale(1.05);
  background: var(--mc1);
}
.video_Landing .AboutUs__Video_Waves {
  position: relative;
  width: 100px;
  height: 100px;
  z-index: 1;
}
.video_Landing .AboutUs__Video_Wave {
  width: 100px;
  height: 100px;
  background: var(--mc1);
  opacity: 0;
  border-radius: 50%;
}
.video_Landing .AboutUs__Video_Icon {
  transform: none;
  left: 0.5rem;
  bottom: 0.5rem;
  top: auto;
}
.video_Landing .AboutUs__Video_Icon img {
  width: 3rem;
  height: 3rem;
  background: #fff0;
  border-radius: 0;
}
.aboutUs_Reviews_Wrapper,
.home__Banner .container {
  display: flex;
}
.home__Banner__Img {
  position: absolute;
  right: 58%;
  width: 54vw;
  bottom: 0;
  z-index: 0;
}
.home__Banner .home__Banner__Ttl {
  margin-bottom: 3.25rem;
  position: relative;
}
.home__Banner .home__Banner__Desc {
  width: 89%;
  text-align: justify;
  color: #495566;
}
.home__Banner__Btns {
  display: flex;
  align-items: center;
  margin-top: 4.625rem;
  gap: 1rem;
  width: 89%;
}
.home__Banner__Btns a,
.home__Banner__Btns div {
  flex: 1;
  padding: 1rem 0;
}
.home__AboutUs {
  margin-top: var(--main-space);
  position: relative;
}
.home__AboutUs::before {
  content: "";
  transform: translate(-50%, var(--pseudo-y, 0))
    rotate(var(--pseudo-rotate, 0deg)) !important;
}
.home_Customers_Btn {
  margin-top: 64px;
  text-align: center;
  margin-bottom: 80px;
}
.home_Customers_Btn a {
  width: fit-content;
  border-radius: 8px;
  background: var(--mc1);
  display: inline-flex;
  padding: 8px 34px;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.home_Customers_Btn a:hover {
  background: #0bb7a3 !important;
  color: #fff !important;
}
.home__Counter {
  background: url(/portals/0/images/counter-back.webp) center/cover no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home__Counter__Wrapper {
  padding: 72px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home__Counter__Item,
.home__Counter__Item_Count {
  align-items: center;
  position: relative;
  transition: all var(--transition);
  display: flex;
}
.home__Counter__Item {
  flex: 1;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.home__Counter__Item:hover .home__Counter__Item_Count {
  transform: scale(1.08);
}
.Customers__List_Item:hover .Customers__List_Ttl,
.home_Customers__List_Item:hover .home_Customers__List_Ttl {
  bottom: 0;
  transform: translate(-50%, -10%);
  opacity: 1;
  visibility: visible;
}
.home__Counter__Item_Count {
  gap: 16px;
}
.home__Counter__Item__Name {
  color: var(--bw-fade-3);
  margin-left: 14px;
}
.ecommerce_Steps_Card_Numb,
.home__Counter__Item__Numb {
  font-size: 56px;
  line-height: 64px;
}
.home__Services__Content__Ttl {
  margin-bottom: var(--title-space);
  width: 41%;
  margin-right: auto;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.home__Services__Content__List__Item {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: var(--transition);
  padding: 8px 1rem;
  border-radius: var(--border-radius-sm);
}
.home__Services__Content__List__Item:hover {
  box-shadow: var(--box-shadow-sm);
}
.home__Services__Content__List {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home__Services__Content__List__Item__Icon {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-xs);
  background: var(--mc1-fade-4);
}
.Customers__List_Item,
.home_Customers__List_Item {
  width: 14%;
  padding-bottom: 14%;
  float: left;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.home__Services__Content__List__Item__Icon .ezIcon {
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
}
.home_Customers,
.home__Customers,
.landing_Website_Wrapper {
  position: relative;
}
.home_Customers::before,
.home__Customers::after,
.home__Customers::before,
.landing_Website_Wrapper::before {
  --icon-url: url(assets/icons/diamond-vector.svg);
  bottom: 0;
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  background: rgb(157 193 254 / 50%);
  mask: var(--icon-url) no-repeat center/cover;
  position: absolute;
  display: block;
  content: "";
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  transition: transform 0.1s linear;
}
.home__Customers__List_Wrapper,
.newsSite_Samples,
.newsSite_Sum {
  margin-top: 56px;
}
.home_Customers__List_Wrapper {
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.Customers__List_Item {
  margin-right: 5% !important;
  margin: 2.875%;
  border-radius: 1rem;
  border: 1px solid var(--Gray-99);
  transform: rotate(45deg) !important;
  transition: all var(--transition);
}
.home_Customers::before,
.home__Customers::before,
.landing_Website_Wrapper::before {
  right: 0;
  transform: translate(40%, var(--pseudo-y, 0));
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
}
.home__Customers::after {
  left: 0;
  transform: translate(-50%, -50%);
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
}
.services__Web__Customers__List {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 48px;
}
.home__Customers__List_Item {
  flex: 1;
  margin-inline: 1.25rem;
}
.home_Customers__List_Item {
  margin: 2.875%;
  border-radius: 1rem;
  border: 1px solid var(--Gray-99);
  rotate: 45deg !important;
  transition: all var(--transition);
}
.Customers__List_Item_Par,
.home_Customers__List_Item_Par {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: flex;
  flex-direction: column;
}
.home_Customers__List_Item:nth-child(-n + 5) {
  margin-top: 5%;
  margin-right: 2.75%;
}
.home_Customers__List_Item:nth-child(9n + 6) {
  clear: left;
  margin-left: 12.5%;
  margin-top: -6%;
}
.home_Customers__List_Item:nth-child(9n + 7),
.home_Customers__List_Item:nth-child(9n + 8),
.home_Customers__List_Item:nth-child(9n + 9) {
  margin-top: -6%;
}
.home_Customers__List_Item:nth-child(9n + 10) {
  clear: left;
  margin-left: 2.75%;
  margin-top: -6%;
}
.home_Customers__List_Item:nth-child(9n + 11),
.home_Customers__List_Item:nth-child(9n + 12),
.home_Customers__List_Item:nth-child(9n + 13),
.home_Customers__List_Item:nth-child(9n + 14) {
  margin-top: -6%;
  margin-left: 2.75%;
}
.home_Customers__List_Item:hover {
  border: 1px solid var(--Gray-90);
}
.home_Customers__List_Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_Customers__List {
  width: 100%;
  flex: 1;
}
@keyframes slide {
  0% {
    transform: translateX(calc(-100% * -1));
  }
  100% {
    transform: translateX(0);
  }
}
.services__Web__Customers__Item {
  flex: 0 0 calc(16% - 1.23rem);
  max-width: calc(16% - 1.13rem);
}
.Customers__List_Item img,
.home_Customers__List_Item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px;
  max-height: 85px;
  width: fit-content;
  transition: all var(--transition);
}
.Customers__List_Item:hover img,
.home_Customers__List_Item:hover img {
  transform: translate(-50%, calc(-50% - 18px)) scale(1.05);
}
.home__Customers__List_Item img {
  max-width: 100%;
  width: 100%;
  min-width: 200px;
  min-height: 109px;
  object-fit: contain;
}
.Customers__List_Ttl,
.home_Customers__List_Ttl {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 130px;
  text-align: center;
  transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  height: 52px;
}
.customer_List_Wrapper {
  width: 100%;
  height: 254px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_Customers__Txt,
.home__Customers__Txt {
  width: 64%;
  margin: 0 auto;
}
.home_Customers__More,
.home__Customers__More,
.newsSite_Benefits,
.services__Web__Customers__More {
  margin-top: 48px;
}
.home_Customers__More a,
.home__Customers__More a {
  margin: 0 auto;
  --btn-accent: var(--white);
  --btn-bak: var(--mc2);
  padding: 0.5rem 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: solid 1px var(--btn-accent);
  border-radius: var(--border-radius-sm);
}
.home_Customers__More a:focus,
.home_Customers__More a:hover,
.home__Customers__More a:focus,
.home__Customers__More a:hover {
  --btn-bak: var(--mc2-fade-0);
}
.home__Samples {
  background-color: var(--mc1);
  height: 100%;
  padding: 4rem 2rem;
  margin: 0 1rem calc(2 * var(--main-space));
  border-radius: var(--border-radius);
}
.home__Samples__Txt {
  width: 67%;
  color: var(--bw-fade-3);
}
.home__Samples__List {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.home__Samples__List__Item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--bw-fade-3);
}
.home__Samples__List__Item__Icon {
  background: var(--bw-fade-1);
}
.home__Samples__List__Item__Icon .ezIcon {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: 0 0;
}
.home__Samples__More {
  margin-top: 2rem;
}
.home__Samples__More a {
  width: 100%;
  --btn-accent: var(--mc2);
  --btn-bak: var(--white);
  padding: 0.5rem 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--btn-bak);
  border-radius: var(--border-radius-sm);
}
.home__Samples__More a:focus,
.home__Samples__More a:hover {
  --btn-bak: var(--bw-fade-3);
}
.home__Samples__Images {
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-align: left;
}
.home__Samples__Images img {
  z-index: 1;
  position: relative;
}
.home__Samples__Img.home__Samples__Img_First {
  position: absolute;
  right: 8%;
  bottom: -16%;
}
.home__Samples__Images::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 170px;
  height: 170px;
  background: url(assets/icons/diamond-vector.svg) center/cover no-repeat;
  transform: translate(-30%, -50px);
}
#wrap.tabid-39 .blue__Back,
.AboutUs__Ttl span,
.AboutUs__Video,
.AboutUs__Video video,
.PageTopBanner_Wrapper .image_Inner,
.aboutUS__Certificate__Gallery a,
.aboutUS__Certificate__Ttl span,
.contactUs__Map,
.contactUs__Ttl span,
.counseling__LeftLayer,
.counseling__LeftLayer__Ttl span,
.home__Faq__Ttl span,
.home__Samples__Img.home__Samples__Img_Second,
.service__WebDesign_Consulting .service__WebDesign__Img,
.service__WebDesign__Ttl strong,
.services__Awards_Web,
body:not(.personabar-visible)
  .counseling__Form
  .LiveForm.Default
  ul.page-break-section
  .Field.pDatePicker {
  position: relative;
}
.home__Samples__Images::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 80px;
  background: url(assets/icons/rectangle-vector.svg) center/contain no-repeat;
  transform: translate(-30%, -42px);
}
.home__Samples__Img.home__Samples__Img_First img {
  z-index: 2;
}
.contactUs__Ttl,
.home__AboutUs__Ttl {
  margin-bottom: 2rem;
}
.contactUs__Txt,
.home__AboutUs__Txt,
.service__WebDesign_Consulting__About__Txt {
  width: 92%;
  text-align: justify;
  margin-bottom: 1rem;
}
.home__AboutUs__Img,
.service__WebDesign_Consulting__About__Img {
  text-align: left;
  height: 100%;
  position: relative;
}
.home__AboutUs__Img img {
  height: auto !important;
  width: 100% !important;
  z-index: 1;
  border-radius: var(--border-radius-sm);
  position: relative;
}
.home__AboutUs a .ezIcon,
.webApp_Blogs_Content a .ezIcon {
  transform: rotate(45deg) !important;
}
.blog__Header__More:hover .ezIcon,
.home__AboutUs a:hover .ezIcon,
.portfolio_Home_Btn_Link:hover .ezIcon {
  transform: rotate(0) translateX(-4px) !important;
}
.beauty_Charter-2 .cafe_Charter_Item__Img img,
.home__AboutUs .row,
.newSite_Traits__Img img {
  width: 100%;
}
.interanet .home__Why__Cards {
  grid-template-rows: repeat(2, 1fr);
}
.home__Why__Cards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1.25fr) repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr) 0.5fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.aboutUS__Certificate__Gallery,
.cafe_Charter_Items,
.services__Attrs__Cards {
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.home__Why__Cards .home__Why__Card:first-child {
  grid-area: 1/1/2/2;
}
.home__Why__Cards .home__Why__Card:nth-child(2) {
  grid-area: 1/2/2/3;
}
.home__Why__Cards .home__Why__Card:nth-child(3) {
  grid-area: 2/1/3/2;
}
.home__Why__Cards .home__Why__Card:nth-child(4) {
  grid-area: 2/2/3/3;
}
.aboutUS__Certificate__Gallery a:first-child,
.home__Why__Cards .home__Why__Card:nth-child(5) {
  grid-area: 1/3/3/5;
}
.home__Why__Cards .home__Why__Card:nth-child(6) {
  grid-area: 3/1/4/5;
}
.home__Why__Card {
  padding: 1.5rem;
  border-radius: var(--border-radius);
  transition: box-shadow 0.3s;
  z-index: 1;
  position: relative;
}
.home__Why__Card:not(.home__Why__Card_Blue)::before,
.webApp_Benefits_Card:not(.webApp_Benefits_Card_Blue):before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bw-fade-2);
  z-index: -1;
  border-radius: var(--border-radius);
  transition: 0.3s;
}
.home__Why__Card_Blue .home__Why__Card__Img img,
.home__Why__Card__Ttl,
.home__Why__Card__Txt {
  transition: 0.3s;
}
.home__Why__Card_Blue:hover .home__Why__Card__Img img {
  transform: scale(1.05);
}
.home__Why__Card::after,
.webApp_Benefits_Card::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(277deg, #0a65fc 0, #0bb7a3 85.89%);
  z-index: -1;
  border-radius: var(--border-radius);
  opacity: 0;
  transition: 0.3s;
}
.home__Why__Card:hover::after,
.home__testimonial__Card.slick-active {
  opacity: 1;
}
.home__Why__Card:hover::before {
  opacity: 0;
}
.home__Why__Card__Icon {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.home__Why__Card__Icon .ezIcon {
  width: 40px;
  height: 40px;
  background: var(--mc1) !important;
  transition: 0.3s;
}
.home__Why__Card:hover .home__Why__Card__Icon .ezIcon {
  background: var(--white) !important;
}
.home__Why__Card:hover .home__Why__Card__Ttl,
.home__Why__Card:hover .home__Why__Card__Txt {
  color: var(--white) !important;
}
.home__Why__Card_Blue {
  background: var(--mc1) !important;
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.home__Why__Card_Security {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--mc1-fade-4);
}
.home__Why__Card_Security .home__Why__Card__Content {
  flex: 0 0 73%;
  max-width: 73%;
}
.home__Why__Card_Security .home__Why__Card__Img {
  flex: 0 0 27%;
  max-width: 27%;
  text-align: left;
}
.home__Why__Card__Img img {
  transition: var(--transition);
}
.home__Why__Card_Blue .home__Why__Card__Img {
  transform: translateY(9px);
}
.home__Why__Card__Content .home__Why__Card__Icon {
  display: none;
}
.home__Faq__Card__Content__Txt,
.learnDnn__Txt,
.service__WebDesign_Consulting__Desc__Cards__txt,
.service__WebDesign_Consulting__Desc__Txt,
.service__WebDesign_Exclusive__Desc__Cards__txt,
.service__WebDesign__Duty_Wordpress__Support__Txt p,
.services__Web__Faq__Card__Content__Txt,
.subPageSection p {
  text-align: justify;
}
.home__testimonial__Card {
  opacity: 0;
  margin-inline: 1rem;
  border-radius: 56px;
  display: flex !important;
  align-items: center;
  padding: 24px 24px 24px 104px;
  transition: 0.5s;
}
.home__testimonial__Cards .slick-list {
  padding: 3rem 0 !important;
  margin: -3rem 0 !important;
  overflow: hidden;
}
.home__testimonial__Cards .slick-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% - 6rem);
  background: #fff;
  border: 1px solid var(--Gray-95);
  box-shadow: 0 4px 16px 0 rgba(18, 18, 18, 0.04);
  border-radius: 56px;
}
.home__testimonial__Card__Profile__Img {
  margin-left: 16px;
}
.home__testimonial__Card__Profile__Img img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.home__testimonial__Card__Profile {
  padding-right: 40px;
  border-right: 1px solid var(--Gray-95);
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.contactUs,
.contactUs__List,
.contactUs__Map iframe,
.contactUs__Map__Card,
.contactUs__Services__Content__Card,
.home__Faq__Card,
.learnDnn,
.learnDnn__List__Section__Content__Item,
.learnDnn__Modules__List__Item,
.ourCustomers__Border,
.service__WebDesign__Support_Exclusive__Card,
.subPageSection img {
  border-radius: var(--border-radius-sm);
}
.home__testimonial_Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.5rem;
}
.home__testimonial__Slider_Wrapper {
  max-width: 75%;
  position: relative;
}
.home__testimonial__Slider_Wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 88px;
  height: 88px;
  background: url(assets/images/quote.svg) center/cover no-repeat;
}
.home__testimonial_Wrapper .home__testimonial_ImgBox {
  width: 100%;
  height: 100%;
}
.home__testimonial__Card_Arrows .slick-arrow:hover {
  background: var(--mc1-fade-4) !important;
}
.home__testimonial__Card_Arrows .slick-arrow {
  position: static !important;
  transform: unset !important;
  translate: unset !important;
  background: var(--Gray-99) !important;
  display: flex !important;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 50% !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 4px;
  transition: var(--transition) !important;
}
.aboutUs_Reviews_Arrows .slick-prev:hover,
.appendCustomerArrows .slick-prev:hover,
.home__testimonial__Card_Arrows .slick-prev:hover,
.landing_Website_Portfolio_Arrows .slick-prev:hover,
.portfolio_Home_Samples_Arrows .slick-prev:hover,
.webApp_Blogs_Arrows .slick-prev:hover,
.webApp_testimonial_Card_Arrows .slick-prev:hover {
  transform: translateX(4px) !important;
}
.aboutUs_Reviews_Arrows .slick-next:hover,
.appendCustomerArrows .slick-next:hover,
.home__testimonial__Card_Arrows .slick-next:hover,
.landing_Website_Portfolio_Arrows .slick-next:hover,
.portfolio_Home_Samples_Arrows .slick-next:hover,
.webApp_Blogs_Arrows .slick-next:hover,
.webApp_testimonial_Card_Arrows .slick-next:hover {
  transform: translateX(-4px) !important;
}
.home__testimonial__Card_Arrows .slick-arrow::before,
.home__testimonial__Cards .slick-arrow:hover {
  background: var(--mc1) !important;
}
.aboutUs_Reviews_Arrows .slick-next::before,
.appendCustomerArrows .slick-next::before,
.home__testimonial__Card_Arrows .slick-next::before,
.landing_Website_Portfolio_Arrows .slick-next::before,
.portfolio_Home_Samples_Arrows .slick-next::before,
.webApp_Blogs_Arrows .slick-next::before,
.webApp_testimonial_Card_Arrows .slick-next::before {
  transform: rotate(90deg) !important;
}
.aboutUs_Reviews_Arrows .slick-prev::before,
.appendCustomerArrows .slick-prev::before,
.home__testimonial__Card_Arrows .slick-prev::before,
.landing_Website_Portfolio_Arrows .slick-prev::before,
.portfolio_Home_Samples_Arrows .slick-prev::before,
.webApp_Blogs_Arrows .slick-prev::before,
.webApp_testimonial_Card_Arrows .slick-prev::before {
  transform: rotate(-90deg) !important;
}
.home__testimonial__Card_Arrows {
  display: flex;
  flex: 1;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  bottom: 46px;
  left: 24px;
}
.home__testimonial__Slider {
  margin-top: 2rem;
}
.aboutUs_Reviews_Arrows .slick-next,
.appendCustomerArrows .slick-next,
.home__testimonial__Card_Arrows .slick-next,
.landing_Website_Portfolio_Arrows .slick-next,
.portfolio_Home_Samples_Arrows .slick-next,
.webApp_Blogs_Arrows .slick-next,
.webApp_testimonial_Card_Arrows .slick-next {
  order: 2;
}
#wrap.tabid-39 .blue__Back::before,
.blue__Back__Home__Wrapper::after,
.blue__Back__Home__Wrapper::before {
  width: 170px;
  height: 170px;
  background: url(assets/icons/diamond-vector.svg) center/contain no-repeat;
}
.home__testimonial__Cards .slick-arrow::before {
  width: 1.5rem !important;
  height: 1.5rem !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
}
.home__testimonial__Cards .slick-arrow.slick-prev {
  left: calc(2.5rem + 0.5rem) !important;
  right: auto !important;
}
.home__testimonial__Cards .slick-arrow.slick-next {
  right: auto !important;
  left: 0.5rem !important;
}
.home__testimonial__Cards .slick-dots {
  margin-top: 0.75rem !important;
  justify-content: flex-start !important;
  gap: 0.375rem !important;
  margin-right: 0.5rem !important;
}
.home__testimonial__Cards .slick-dots li button {
  background: var(--bw-fade-4) !important;
  border-radius: 20px;
  width: 6px !important;
  height: 6px !important;
}
.home__testimonial__Cards .slick-dots li.slick-active button {
  background: var(--mc1) !important;
  width: 24px !important;
}
#wrap.tabid-39 .blue__Back::before,
.blue__Back__Home__Wrapper::before {
  transform: translate(-55%, -30%);
}
.blue__Back,
.blue__Back__Home {
  z-index: 0;
  position: relative;
  background: var(--mc1-fade-4);
}
.blue__Back__Home__Wrapper {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.blue__Back__Home__Wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blue__Back__Home__Wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, 20%);
  z-index: -1;
}
.contact_Wrapper.interanet_Why.store_Adv.home_Customers .contact_Card {
  flex: 0 0 calc(25% - 32px) !important;
}
@media (max-width: 991px) {
  .home__Counter__Item:first-child::after,
  .home__Counter__Item:first-child::before,
  .home__Counter__Item:last-child::after,
  .home__Counter__Item:last-child::before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.2;
    background: #fff;
  }
  .home__Banner .home__Banner__Desc,
  .home__Banner__Btns {
    width: 100% !important;
  }
  .home__Counter__Item:first-child::before {
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-24px);
  }
  .home__Counter__Item:first-child::after {
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    transform: translateY(24px);
  }
  .home__Counter__Item_Count img {
    width: 40px !important;
    height: 40px !important;
  }
  .home__Counter__Item:last-child::before {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    transform: translateX(24px);
  }
  .home__Counter__Item:last-child::after {
    top: 0;
    right: 0;
    height: 2px;
    width: 100%;
    transform: translateY(-24px);
  }
  .home__Banner,
  .home__Banner .container {
    display: block !important;
  }
  .home__Banner {
    height: 100% !important;
    padding-top: 2rem !important;
    margin-bottom: calc(var(--main-space) / 2);
  }
  .home__Banner .home__Banner__Ttl {
    margin-bottom: 2rem !important;
  }
  .home__Banner .home__Banner__Ttl::before {
    width: 100px !important;
    height: 0.75rem !important;
    right: 1rem !important;
    transform: translateY(0.5rem) !important;
  }
  .home__Banner__Btns {
    margin-top: 1.5rem;
    margin-bottom: 0;
    gap: 1rem;
  }
  .home__Banner__Btns .openConsultationModal,
  .home__Banner__Btns a {
    padding: 0.75rem;
    line-height: 1.5rem;
  }
  .home__Banner__Img {
    display: none;
    position: static !important;
    width: fit-content !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-40%) !important;
  }
  .home__Banner__Img img {
    width: 100% !important;
    height: auto !important;
  }
  .home__Counter__Wrapper {
    padding: 2rem 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .home__Counter__Item__Numb {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
  }
  .home__Counter__Item__Name {
    margin-left: 0 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #cbd5e1;
  }
  .home__Counter {
    background: url(assets/images/counter-mobile.jpg) center/cover no-repeat;
    margin-bottom: 5rem !important;
  }
  .home__Services__Content__Ttl {
    margin-bottom: var(--title-space) !important;
    width: 100% !important;
    text-align: center !important;
    padding-right: 0 !important;
  }
  .home__Services__Img {
    display: none !important;
  }
  .home__Services__Content__List {
    gap: 1rem !important;
  }
  .home__Services__Content__List__Item {
    gap: 0.75rem !important;
    padding: 0.5rem 1rem !important;
    box-shadow: var(--box-shadow-sm) !important;
    position: relative !important;
    align-items: flex-start;
    min-height: 90px;
  }
  .home__Services__Content__List__Item__Icon {
    padding: 4px !important;
    transform: translateY(0.25rem) !important;
  }
  .home__Services__Content__List__Item__Icon img {
    width: 1.25rem !important;
    height: auto !important;
  }
  .home__Why__Card__Img img {
    width: 144px !important;
    height: 154px !important;
    transform: unset !important;
  }
  .home_Customers__Ttl,
  .home__Customers__Ttl,
  .home__Services__Content__List__Item__Content p,
  .home__Services__Content__Ttl {
    font-weight: var(--fw-400) !important;
  }
  .home_Customers__Txt,
  .home__Customers__Txt {
    width: 100% !important;
    text-align: center !important;
  }
  .home_Customers__More,
  .home__Customers__More {
    margin-top: 24px !important;
  }
  .home__Samples {
    padding: 1.5rem 0.25rem !important;
    margin: 0 0.5rem calc(1.25 * var(--main-space)) !important;
  }
  .home__Samples__Txt {
    width: 100% !important;
  }
  .home__Samples__List {
    display: flex !important;
    gap: 1rem !important;
    margin-top: 2rem !important;
  }
  .home__Samples__List__Item {
    gap: 0.375rem !important;
  }
  .home__Samples__List__Item__Icon {
    width: 1rem !important;
    height: 1rem !important;
  }
  .home__AboutUs__Txt,
  .home__testimonial__Txt {
    width: auto !important;
  }
  .home__Samples__List__Item__Icon .ezIcon {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
  }
  .home__Samples__List__Item__Txt {
    font-size: var(--fz-sm-res) !important;
  }
  .home__Samples__More,
  .home__Why__Card_Security .home__Why__Card__Img {
    display: none !important;
  }
  .home__Samples__Images {
    margin-top: 3rem !important;
    justify-content: center !important;
  }
  .home__Samples__Img.home__Samples__Img_Second {
    margin-left: 3rem !important;
  }
  .home__Samples__Img.home__Samples__Img_First {
    right: -18% !important;
    bottom: -16% !important;
    width: 90% !important;
  }
  .home__Samples__Images::before {
    bottom: 0 !important;
    right: 55% !important;
    width: 100px !important;
    height: 100px !important;
    background: url(assets/icons/diamond-vector.svg) center/contain no-repeat !important;
    transform: translate(100%, -50px) !important;
  }
  .home__AboutUs__Img::before,
  .home__Samples__Images::after {
    top: 0 !important;
    background: url(assets/icons/rectangle-vector.svg) center/contain no-repeat !important;
  }
  .home__Samples__Img img {
    width: 40% !important;
  }
  .home__Samples__Images::after {
    left: 22% !important;
    width: 110px !important;
    height: 90px !important;
    transform: translate(-100%, 0) !important;
  }
  .home__AboutUs__Txt {
    margin-bottom: 1.5rem !important;
  }
  .home__AboutUs__Img {
    margin-top: 2rem !important;
  }
  .home__AboutUs__Img img {
    height: auto !important;
  }
  .home__AboutUs__Img::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    width: 76px !important;
    height: 80px !important;
    transform: translate(-30%, -1.5rem) !important;
  }
  .home__Why__Cards {
    margin-top: 24px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .home__Why__Cards .home__Why__Card {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: start !important;
  }
  .home__Why__Card {
    padding: 8px 1rem !important;
  }
  .home__Why__Card_Security {
    border-radius: 1rem !important;
    padding: 1.5rem 1rem !important;
  }
  .home__Why__Card_Security::before {
    background: #e7f0ff !important;
    border-radius: 1rem !important;
  }
  .home__Why__Card__Icon {
    margin-bottom: 0 !important;
    margin-left: 0.5rem;
  }
  .home__Why__Card:not(.home__Why__Card_Security) .home__Why__Card__Icon {
    flex: 0 0 100% !important;
  }
  .home__Why__Card__Icon .ezIcon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    min-width: 1.5rem !important;
    min-height: 1.5rem !important;
  }
  .home__Why__Card__Ttl {
    flex: 0 0 80% !important;
  }
  .home__Why__Cards .home__Why__Card:first-child {
    order: 2 !important;
  }
  .home__Why__Cards .home__Why__Card:nth-child(2) {
    order: 3 !important;
  }
  .home__Why__Cards .home__Why__Card:nth-child(3) {
    order: 4 !important;
  }
  .home__Why__Cards .home__Why__Card:nth-child(4) {
    order: 5 !important;
  }
  .home__Why__Cards .home__Why__Card:nth-child(5) {
    order: 1 !important;
  }
  .home__Why__Cards .home__Why__Card:nth-child(6) {
    order: 6 !important;
  }
  .home__Why__Card_Security .home__Why__Card__Content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home__Why__Card__Content .home__Why__Card__Icon {
    display: block !important;
  }
  .home__Why__Card__Content {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }
  .home__Why__Card__Img {
    margin-top: 1rem !important;
    text-align: left !important;
  }
  .home__testimonial__Cards {
    margin-top: 40px !important;
  }
  .home__testimonial__Cards .slick-arrow {
    background: 0 0 !important;
    bottom: auto !important;
    top: -0.5rem !important;
    transform: translateY(-100%) !important;
  }
  .home__testimonial__Cards .slick-arrow.slick-prev {
    left: auto !important;
    right: 0.5rem !important;
  }
  .home__testimonial__Cards .slick-arrow::before {
    background-color: var(--mc2) !important;
  }
  .home__testimonial__Cards .slick-arrow:hover::before {
    background-color: var(--white) !important;
  }
  .home__testimonial__Card__Content p,
  .home__testimonial__Card__Profile__Content__Name,
  .home__testimonial__Card__Profile__Content__Position {
    font-size: 12px !important;
  }
  .blue__Back__Home__Wrapper::after,
  .blue__Back__Home__Wrapper::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    width: 4rem !important;
    height: 4rem !important;
    background: url(assets/icons/diamond-vector.svg) center/contain no-repeat !important;
  }
  .home__Faq {
    padding-top: 24px !important;
  }
  .home__Faq__Ttl {
    margin-bottom: 42px !important;
  }
  .home__Faq__Ttl span::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 6% !important;
    bottom: 0 !important;
    background: url(assets/icons/faq-title-vector.svg) center/contain no-repeat !important;
    width: 2.5rem !important;
    height: 8px !important;
    transform: translateY(0.5rem) !important;
  }
  .home__Faq__Cards {
    gap: 12px !important;
  }
  .home__Faq__Card {
    padding: 0 0.5rem !important;
  }
  .home__Faq__Card__Header {
    padding: 12px 0 !important;
  }
  .home__Faq__Card__Content {
    padding-bottom: 12px !important;
  }
  .home__Faq__Card__Content__Txt {
    font-size: 12px !important;
    line-height: 26px;
  }
  .blue__Back__Home__Wrapper::before {
    top: 0 !important;
    left: 0 !important;
    transform: translate(-55%, -30%) !important;
  }
  .blue__Back__Home__Wrapper::after {
    top: 60% !important;
    right: 0 !important;
    transform: translate(50%, 100%) !important;
    z-index: -1;
  }
}
.home__Faq {
  padding-top: 4rem;
  padding-bottom: calc(2 * var(--main-space));
}
.home__Faq__Ttl {
  margin-bottom: 2.75rem;
}
.home__Faq__Ttl span::before {
  content: "";
  display: block;
  position: absolute;
  right: -25%;
  bottom: 0;
  background: url(assets/icons/faq-title-vector.svg) center/cover no-repeat;
  width: 88px;
  height: 11px;
  transform: translateY(0.5rem);
}
.home__Faq__Cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home__Faq__Card {
  background: var(--white);
  padding: 0 1.5rem;
}
.home__Faq__Card__Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  cursor: pointer;
}
.home__Faq__Card__Header .ezIcon {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  transform: rotate(180deg);
  transition: var(--transition-cubic);
}
.home__Faq__Card__Header.active .ezIcon {
  transform: rotate(0);
}
.AboutUs__Video_Icon,
.AboutUs__Video_Icon img,
.PageTopBanner_Wrapper .image_Inner::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home__Faq__Card__Content {
  padding-bottom: 1.5rem;
}
.subPageSection img {
  margin-inline: auto;
  display: flex;
  border: solid 1px var(--bw-fade-3);
  height: auto !important;
}
.subPageSection :is(h1, h2, h3) {
  margin-bottom: calc(var(--title-space) * 0.7) !important;
  font-weight: var(--fw-800);
}
.subPageSection h1 {
  font-size: var(--fz-xl);
}
.subPageSection h2 {
  font-size: var(--fz-lg-2);
  font-weight: var(--fw-400);
}
.subPageSection h3,
.subPageSection p {
  font-size: var(--fz-md);
}
.subPageSection p {
  font-weight: var(--fw-400);
  line-height: 2rem;
  margin-bottom: var(--title-space);
  color: var(--tc2);
}
.subPageSection :is(ul, ol) {
  margin-bottom: calc(var(--main-space) * 0.5) !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: var(--fz-md);
  list-style: disc inside;
  line-height: 1.75rem;
}
.subPageSection ul > li {
  margin-right: 0;
  margin-bottom: 0 !important;
  line-height: 2rem;
}
.subPageSection ul > li::before {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--mc1-fade-1);
  margin-left: 12px;
  border-radius: 50%;
}
.subPageSection ol > li {
  margin-right: 0;
  margin-bottom: 0 !important;
  counter-increment: subpage-counter;
  display: flex;
  align-items: baseline;
  line-height: 2rem;
}
.subPageSection ol > li::before {
  content: counter(subpage-counter);
  color: var(--mc1);
  background-color: #d3e8f8;
  font-size: var(--fz-lg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  vertical-align: baseline;
  font-weight: var(--fw-600);
  border-radius: 50%;
  margin-left: 0.75rem;
  min-width: 2rem;
}
.subPageSection a {
  color: var(--mc1);
  align-self: inherit;
}
.learnDnn__Modules__More a,
.services__Web__Customers__More a,
.services__Web__Portfolios__Btn a {
  white-space: nowrap;
  column-gap: calc(var(--gap) * 2);
  color: var(--btn-accent) !important;
  --icon-color: var(--btn-accent);
}
.pdfFiles__Wrapper iframe {
  width: 100%;
  height: 70vh;
  border-radius: var(--border-radius-sm);
  box-shadow: var(--box-shadow-1);
}
.subPageSection span[style~="color:#ff0000"] {
  display: block;
  padding: 1.5rem;
  background-color: #ffe5e5;
  border-radius: var(--border-radius-sm);
}
.PageTopBanner_Wrapper .image_Inner::after {
  content: attr(data-title);
  font-size: var(--fz-xxl);
  color: var(--white);
  white-space: nowrap;
  top: 65%;
}
.PageTopBanner_Wrapper .image_Inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--mc1) 40%, transparent 100%);
  opacity: 0.9;
}
.PageTopBanner_Wrapper .image_Inner img {
  height: 35vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.service__ListDesc_Wrapper .signin {
  padding: 2rem 1.5rem;
  background-color: var(--bw-fade-2);
  border-radius: var(--border-radius-sm);
  margin-top: calc(var(--main-space) * -0.75);
}
.service__ListDesc_Wrapper .signin p {
  line-height: 36px;
  font-size: var(--fz-md);
  font-weight: var(--fw-400);
}
.service__ListDesc_Wrapper .btnStyle_Primary {
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
}
.counseling__LeftLayer {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  background: var(--mc1);
  width: 100%;
  height: 688px;
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.counseling__LeftLayer::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(10%, -10%);
  background: url(assets/icons/top-form-borders.svg) center/contain no-repeat;
  width: 3.5rem;
  height: 3.5rem;
}
.counseling__LeftLayer::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-10%, 10%);
  background: url(assets/icons/bottom-form-borders.svg) center/contain no-repeat;
  width: 3.5rem;
  height: 3.5rem;
}
.counseling__LeftLayer__Ttl {
  color: var(--mc1-fade-5);
  text-align: center;
}
.counseling__LeftLayer__Ttl span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  background: url(assets/icons/from-title-vector.svg) center/contain no-repeat;
  width: 100%;
  height: 12px;
}
.counseling__Form .LiveForm.Default .Field.Heading h2.Header {
  color: var(--bw-fade-0) !important;
  text-align: center;
  font-size: var(--fz-lg);
  font-weight: var(--fw-400);
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
.counseling__Form .LiveForm.Default .Field.Heading h3.Header {
  color: var(--bw-fade-0) !important;
  font-size: var(--fz-md);
  font-weight: var(--fw-400);
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
body:not(.personabar-visible) .counseling__Form .nice-select {
  border: solid 1px var(--tc2) !important;
  border-radius: var(--border-radius-xs) !important;
  padding: 0 0.75rem !important;
  font-size: var(--fz-xs);
  transition: var(--transition);
  min-height: 48px;
  padding-block: 0 !important;
}
body:not(.personabar-visible)
  .counseling__Form
  .LiveForm.Default
  ul.page-break-section
  .Field.pDatePicker::before {
  content: "";
  display: block;
  position: absolute;
  --icon-url: url(../assets/icons/calendar.svg);
  --color-accent: var(--tc2);
  height: var(--icon);
  width: var(--icon);
  min-width: var(--icon);
  min-height: var(--icon);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  background-color: var(--color-accent);
  transition: var(--transition);
  pointer-events: none;
}
.AboutUs__Ttl span::before,
.AboutUs__Video::before {
  mask: var(--icon-url) no-repeat center/cover;
  background-color: var(--color-accent);
  transition: var(--transition);
  content: "";
  position: absolute;
  display: block;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
}
.AboutUs {
  border-radius: var(--border-radius-sm);
  background: #f7f7f8;
  margin-bottom: var(--main-space);
  padding: 4rem 1.5rem 4rem 2.875rem;
}
.AboutUs__Content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.AboutUs__Ttl {
  margin-bottom: 1rem;
}
.AboutUs__Txt {
  width: 92%;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.AboutUs__Ttl span::before {
  right: 0;
  bottom: 0;
  --icon-url: url(assets/icons/home-title-vector.svg);
  --color-accent: var(--mc1);
  width: 100%;
}
.aboutUS__Certificate__Ttl span::before,
.jobOp__Ttl h1 span::before {
  --icon-url: url(assets/icons/about-title-vector.svg);
}
.AboutUs__Link {
  border-radius: var(--border-radius-xs);
  background: var(--mc1);
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: var(--transition);
}
.AboutUs__Video,
.service__WebDesign_Exclusive__Price__Img,
.service__WebDesign__Duty_Content .service__WebDesign__Img,
.service__WebDesign__Duty_Wordpress__About__Img,
.service__WebDesign__Duty_Wordpress__Price__Img {
  text-align: left;
}
.AboutUs__Video::before {
  top: 0;
  left: 0;
  transform: translate(-32%, -0.5rem);
  --icon-url: url(assets/icons/rectangle-vector.svg);
  --color-accent: var(--mc1-fade-2);
  width: 6.25rem;
  height: 4.625rem;
  min-width: 6.25rem;
  min-height: 4.625rem;
  pointer-events: none;
}
.AboutUs__Video_Icon img {
  display: block;
  top: 50%;
  background: url(assets/icons/play.svg) center no-repeat;
  background-color: var(--mc1-fade-1);
  border-radius: var(--border-radius);
  width: 4rem;
  height: 4rem;
  transition: var(--transition);
  z-index: 1;
}
.aboutUS__Awards__Ttl::before,
.aboutUS__Certificate__Ttl span::before {
  background-color: var(--color-accent);
  transition: var(--transition);
  right: 0;
  content: "";
}
.AboutUs__Video_Icon {
  cursor: pointer;
  display: inline-block;
  top: 50%;
  transition: var(--transition);
}
.AboutUs__Video_Waves {
  position: relative;
  width: 150px;
  height: 150px;
}
.AboutUs__Video_Wave {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgb(255 255 255 / 0.51);
  opacity: 0;
  border-radius: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-animation: 3s ease-in-out infinite waves;
  animation: 3s ease-in-out infinite waves;
}
.AboutUs__Video_Wave.wave-1 {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.AboutUs__Video_Wave.wave-2 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.AboutUs__Video_Wave.wave-3 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
.AboutUs__Video video {
  height: 340px;
  width: 100%;
  border-radius: var(--border-radius-sm);
}
.aboutUS__Awards__Ttl,
.portfolio__Ttl {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.aboutUS__Awards__Txt,
.aboutUS__Testimonial__Txt,
.portfolio__Txt {
  width: 55%;
  margin: 0 auto;
}
.aboutUS__Awards__Content {
  margin-top: 3.5rem;
}
.aboutUS__Awards__Content__List {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-right: 2rem;
}
.aboutUS__Awards__Content__List__Item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#wrap.tabid-39 .blue__Back {
  background: var(--mc1-fade-4);
  padding: 2.5rem 0;
  z-index: 1;
}
#wrap.tabid-39 .blue__Back::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.aboutUS__Testimonial__Cards {
  padding-top: 3.5rem;
}
.aboutUS__Testimonial__Card {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
  border-radius: var(--border-radius-sm);
  background: #fff;
  padding: 0.375rem;
  margin: 0 0.5rem;
}
.aboutUS__Testimonial__Card__Img {
  flex: 0 0 60%;
  max-height: 60%;
}
.aboutUS__Testimonial__Card__Img img {
  width: 300px;
  height: 200px;
  max-width: 100%;
  border-radius: var(--border-radius-sm);
  object-fit: cover;
}
.aboutUS__Testimonial__Card__Content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.aboutUS__Testimonial__Card__Content_Logo {
  margin-bottom: 6px;
}
.aboutUS__Testimonial__Card__Content_Logo img {
  width: 100%;
  height: 1rem;
  object-fit: contain;
}
.aboutUS__Testimonial__Card__Content__Btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  margin-top: 12px;
}
.aboutUS__Testimonial__Card__Content__Btn .ezIcon {
  width: 0.8125rem;
  height: 0.5rem;
  min-width: 0.8125rem;
  min-height: 0.5rem;
}
.aboutUS__Testimonial__Cards .slick-arrow {
  --arrow-accent: var(--white) !important;
  width: 2rem !important;
  height: 2rem !important;
  background: var(--bw-fade-4) !important;
  bottom: 0.25rem !important;
  top: auto !important;
  transform: translateY(12px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.aboutUs__News::after,
.aboutUs__News::before {
  background: url(assets/images/news-vector.svg) center/cover no-repeat;
  z-index: 1;
  pointer-events: none;
}
.aboutUS__Testimonial__Cards .slick-arrow:hover,
.aboutUs_Reviews_Arrows .slick-arrow::before,
.aboutUs_Reviews_Arrows .slick-arrow:hover,
.appendCustomerArrows .slick-arrow::before,
.appendCustomerArrows .slick-arrow:hover,
.landing_Website_Portfolio_Arrows .slick-arrow::before,
.landing_Website_Portfolio_Arrows .slick-arrow:hover,
.webApp_Blogs_Arrows .slick-arrow::before,
.webApp_Blogs_Arrows .slick-arrow:hover,
.webApp_testimonial_Card_Arrows .slick-arrow::before,
.webApp_testimonial_Card_Arrows .slick-arrow:hover {
  background: var(--mc1) !important;
}
.aboutUS__Testimonial__Cards .slick-arrow::before {
  width: 1.5rem !important;
  height: 1.5rem !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
}
.aboutUS__Testimonial__Cards .slick-arrow.slick-prev {
  left: 2.5rem !important;
  right: auto !important;
}
.aboutUS__Testimonial__Cards .slick-arrow.slick-next {
  right: auto !important;
  left: 0 !important;
}
.aboutUS__Testimonial__Cards .slick-dots {
  margin-top: 1.5rem !important;
  justify-content: flex-start !important;
  gap: 0.375rem !important;
  margin-right: 0.5rem !important;
}
.aboutUS__Testimonial__Cards .slick-dots li button {
  background: var(--bw-fade-4) !important;
  border-radius: 20px;
  width: 6px !important;
  height: 6px !important;
}
.aboutUS__Testimonial__Cards .slick-dots li.slick-active button {
  background: var(--mc1) !important;
  width: 24px !important;
}
.aboutUS__Certificate__Txt {
  margin-top: 1.125rem;
}
.aboutUS__Certificate__Ttl span::before {
  display: block;
  position: absolute;
  bottom: 0;
  --color-accent: var(--mc1);
  width: 100%;
  mask: var(--icon-url) no-repeat center/contain;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
}
.contactUs__Ttl span::before,
.service__WebDesign__Ttl strong::before {
  transform: translateY(100%);
  --icon-url: url(assets/icons/home-title-vector.svg);
  mask: var(--icon-url) no-repeat center/contain;
  min-width: 100%;
  display: block;
  bottom: 0;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
  content: "";
}
.aboutUS__Certificate {
  width: calc(100% - 30%);
  margin: var(--main-space) auto;
}
.aboutUS__Certificate__Gallery {
  display: grid;
  grid-template-columns: repeat(2, 2fr) repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  align-content: center;
}
.aboutUS__Certificate__Gallery a,
.service__WebDesign_Consulting__About__Img img {
  height: 100%;
}
.aboutUS__Certificate__Gallery a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-sm);
  object-fit: cover;
}
.aboutUS__Certificate__Gallery a:nth-child(2) {
  grid-area: 1/2/2/3;
}
.aboutUS__Certificate__Gallery a:nth-child(3),
.services__Attrs__Cards .services__Attrs__Card:first-child {
  grid-area: 1/1/2/2;
}
.aboutUS__Certificate__Gallery a:nth-child(4) {
  grid-area: 2/2/3/3;
}
.aboutUS__Certificate__Gallery a:nth-child(5) {
  grid-area: 2/1/3/2;
}
.exclusive__Card__Border,
.gallery__Border,
.wordpress__Card__Border {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--border-radius-sm);
  background: var(--mc1-fade-0);
  display: inline-block;
  position: absolute;
  z-index: -1;
}
.exclusive__Card__Border.exclusive__Card__Border_TopLeft,
.gallery__Border.gallery__Border_TopLeft,
.wordpress__Card__Border.wordpress__Card__Border_TopLeft {
  top: 0;
  left: 0;
  transform: translate(-2px, -2px);
}
.exclusive__Card__Border.exclusive__Card__Border_TopRight,
.gallery__Border.gallery__Border_TopRight,
.wordpress__Card__Border.wordpress__Card__Border_TopRight {
  top: 0;
  right: 0;
  transform: translate(2px, -2px);
}
.exclusive__Card__Border.exclusive__Card__Border_BottomLeft,
.gallery__Border.gallery__Border_BottomLeft,
.wordpress__Card__Border.wordpress__Card__Border_BottomLeft {
  bottom: 0;
  left: 0;
  transform: translate(-2px, 2px);
}
.exclusive__Card__Border.exclusive__Card__Border_BottomRight,
.gallery__Border.gallery__Border_BottomRight,
.wordpress__Card__Border.wordpress__Card__Border_BottomRight {
  bottom: 0;
  right: 0;
  transform: translate(2px, 2px);
}
.aboutUS__Certificate__Cta {
  margin: 2.5rem 0;
  padding: 1.5rem;
  background: #f7f7f8;
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutUS__Certificate__Cta__Content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.aboutUS__Certificate__Cta__Content__Prop {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.aboutUS__Certificate__Cta__Button a {
  border-radius: var(--border-radius-xs);
  background: var(--mc1);
  padding: 0.625rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: var(--transition);
}
.aboutUS__Certificate__Cta__Button a:hover {
  background: var(--mc1-fade-1);
}
.aboutUs__News {
  padding-block: 2rem 74px;
  background: var(--mc1);
  margin-bottom: var(--main-space);
  position: relative;
}
.aboutUs__News::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  transform: rotateY(180deg);
}
.aboutUs__News::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.aboutUs__News__Txt {
  width: 50%;
  margin: 0 auto 3.5rem;
  color: var(--bw-fade-3);
}
.contactUs {
  background: 0 0;
  margin-bottom: var(--main-space);
  padding-inline: 1.5rem;
}
.contactUs__Ttl span::before {
  position: absolute;
  right: 0;
  --color-accent: var(--mc1);
  width: 100%;
  height: 0.625rem;
  min-height: 0.625rem;
  background-color: var(--color-accent);
  transition: var(--transition);
}
.contactUs__Img,
.learnDnn__Img {
  text-align: center;
  height: 100%;
}
.contactUs__Img img {
  height: 100%;
  z-index: 1;
  position: relative;
}
.comment__Form {
  margin-left: 1rem;
}
.comment__Form > p {
  margin-bottom: 2.75rem;
}
.contactUs__List {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  box-shadow: var(--box-shadow-md);
  margin-right: 1rem;
  margin-top: 45px;
  padding: 1rem 4.625rem;
}
.contactUs__List__Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.contactUs__List__Item__Txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
}
.contactUs__List__Item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contactUs__List__Wrapper:first-child {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e2e8f0;
}
.contactUs__List__Wrapper:last-child {
  padding-top: 2rem;
}
.contactUs__List__Ttl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contactUs__Map,
.service__WebDesign_Exclusive__About,
.service__WebDesign_Wordpress__About,
.service__WebDesign__Duty_Wordpress__About,
.service__WebDesign__Support_Exclusive,
.service__WebDesign__Support_Wordpress,
.services__Attrs {
  margin: var(--main-space) 0;
}
.contactUs__Map iframe {
  width: 100%;
  height: 400px;
}
.contactUs__Map__Card {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(17 24 39 / 0.06), 0 1px 3px 0 rgb(17 24 39 / 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-66px, -50%);
  padding: 1rem;
  transition: 0.5s;
}
.contactUs__Map__Card.active {
  transform: translate(0, 0);
  top: 6px;
  right: 8px;
}
.contactUs__Map__Card.active .contactUs__Map__Card__Content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contactUs__Map__Card.active .contactUs__Map__Card__Content * {
  display: none;
}
.contactUs__Map__Card__Close {
  position: absolute;
  left: 8px;
  top: 8px;
  text-align: left;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.contactUs__Map__Card__Close .ezIcon {
  --icon: 1rem;
}
.contactUs__Map__Card.active .contactUs__Map__Card__Close .ezIcon {
  --icon: 1rem;
  background: var(--mc1);
  transform: rotate(45deg) !important;
}
.contactUs__Map__Card__Content {
  display: flex;
  padding: 0 1rem;
  flex-direction: column;
  transition: var(--transition);
  opacity: 1;
  visibility: visible;
  position: static;
  width: 100%;
  height: 100%;
}
.contactUs__Map__Card__Content__Ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 6px;
}
.contactUs__Map__Card__Content__Links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contactUs__Services__Content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  gap: 2rem;
  margin-top: 40px;
}
.contactUs__Services__Content__Card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  padding: 1rem;
}
.contactUs__Services__Content__Card.border__Card {
  flex: 0 0 100%;
  max-width: 100%;
}
.gray__Card {
  box-shadow: var(--box-shadow-sm);
  background: var(--bw-fade-2);
}
.border__Card {
  border: 1px solid var(--tc3);
}
.contactUs__Socials__Item,
.portfolio__Card__Img > img,
.portfolio__Cat__Icon {
  border-radius: var(--border-radius-xs);
}
.border__Card .contactUs__Services__Content__Card__Ttl .ezIcon {
  background: var(--mc2);
}
.contactUs__Services__Content__Card__Ttl {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 1rem;
}
.contactUs__Services__Content__Card__Button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: auto;
}
.contactUs__Services__Content__Card__Link {
  margin-top: auto;
}
.contactUs__Services__Content__Card__Link a {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}
.contactUs__Services__Content__Card__Desc {
  margin-bottom: 1rem;
}
.contactUs__Services__Content__Card__Button a {
  border-radius: var(--border-radius-xs);
  background: var(--mc1);
  padding: 0.625rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: var(--transition);
  width: fit-content;
  white-space: nowrap;
}
.services__Web__Customers__More a,
.services__Web__Portfolios__Btn a {
  background-color: var(--btn-bak);
}
.contactUs__Services__Content__Card__Button a:hover {
  background: var(--mc1-fade-1);
}
.contactUs__Socials__Txt {
  width: 54%;
  margin: 0 auto 2.5rem;
}
.contactUs__Socials__List,
.landing_Website_Numbers,
.webApp_testimonial_Card_Top {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.contactUs__Socials__Item {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  background: var(--white);
  padding: 1rem 1.5rem;
  box-shadow: var(--box-shadow-sm);
  flex: auto;
}
.contactUs__Socials__Item__Ttl,
.webApp_Usage_More {
  display: flex;
  align-items: center;
  gap: 4px;
}
.portfolio__Ttl::before,
.service__WebDesign__Ttl strong::before {
  right: 0;
  background-color: var(--color-accent);
  transition: var(--transition);
}
.portfolio__Header {
  margin-bottom: calc(var(--main-space) * 0.25);
}
.portfolio__Cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(var(--main-space) * 0.5);
  overflow-y: auto;
  padding-bottom: 1rem;
}
.portfolio__Cat__Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.portfolio__Cat__Icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  background: var(--mc1-fade-5);
}
.portfolio__Cat__Item.active .portfolio__Cat__Icon {
  background-color: var(--mc2);
}
.portfolio__Cat__Item.active .portfolio__Cat__Icon img {
  filter: invert(100%) sepia(10%) saturate(13%) hue-rotate(117deg)
    brightness(125%) contrast(100%);
}
.ourTeam__Card:hover .ourTeam__Card__Header__Img img,
.portfolio__Card:hover .portfolio__Card__Logo img {
  filter: none;
}
.portfolio__Cat__Icon img {
  width: 1.5rem;
  height: 1.5rem;
}
.portfolio__Cat__Name {
  margin-top: 0.75rem;
  color: var(--bw-fade-8);
  white-space: nowrap;
}
.portfolio__List {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 3.5rem;
  margin-top: 40px;
}
.portfolio__Wrapper {
  flex: 0 0 calc(33.3333% - 1.7rem);
  max-width: calc(33.3333% - 1.7rem);
}
.edNews_article {
  overflow: hidden;
}
.portfolio__Card__Img {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.portfolio__Card__Img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 72px);
  border-radius: 8px 8px 0 0;
  opacity: 0.5;
  background: #0f172a;
  visibility: visible;
  z-index: 1;
  transition: 0.5s;
}
.portfolio__Card:hover .portfolio__Card__Img::before {
  opacity: 0;
  background: 0 0 !important;
}
.portfolio__Card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  width: 100%;
  max-height: 264px;
  height: 264px;
  overflow-y: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  transition: 0.5s;
}
.portfolio__Card:hover {
  box-shadow: 0 4px 16px 0 rgb(6 18 87 / 0.15);
}
.portfolio__Card__Img > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes scrollUp {
  from {
    top: -500px;
  }
  to {
    top: 0;
  }
}
@keyframes scrollDown {
  from {
    top: 0;
  }
  to {
    top: -500px;
  }
}
.portfolio__Card__Logo {
  position: absolute;
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 8px var(--border-radius-sm);
  transition: 0.5s;
  backdrop-filter: blur(5px);
  width: 100%;
  display: flex;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
.portfolio__Card:hover .portfolio__Card__Logo {
  bottom: -50%;
}
.service__WebDesign_Consulting,
.services__Attrs__Card {
  background: var(--bw-fade-2);
  border-radius: var(--border-radius);
}
.portfolio__Card__Logo img {
  transition: var(--transition);
  width: 100px;
  height: 40px;
  object-fit: contain;
}
.portfolio__Card_Content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}
.portfolio__Card_Title {
  color: #334155;
  font-weight: 400;
  margin-right: 50%;
  transform: translateX(50%);
  white-space: nowrap;
  transition: 0.5s;
}
.edNews_article:hover .portfolio__Card_Title {
  margin-right: 0;
  padding-right: 28px;
  transform: translateX(0);
}
.portfolio__Card_Cms {
  transform: translateX(-150%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
}
.edNews_article:hover .portfolio__Card_Cms {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.portfolio__Card_Content .ezIcon {
  position: absolute;
  right: 0;
  transform: translateX(100%) rotate(-90deg);
  margin-left: 4px;
  opacity: 0;
  visibility: hidden;
}
.edNews_article:hover .ezIcon {
  transform: translateX(0) rotate(-90deg);
  opacity: 1;
  visibility: visible;
}
.service__WebDesign_Consulting .row,
.service__WebDesign__Duty_Content .row {
  align-items: flex-end;
}
.service__WebDesign_Consulting .col-12 {
  padding: 1.5rem 1.5rem 0;
}
.service__WebDesign_Consulting .service__WebDesign__Btns {
  margin: 1.5rem 0;
  width: 74%;
}
.service__WebDesign_Consulting .service__WebDesign__Btns .btnStyle_Secondary,
.service__WebDesign__Duty_Seo .btnStyle_Secondary,
.service__WebDesign__Duty_Wordpress .btnStyle_Secondary {
  background-color: #fff0;
}
.service__WebDesign_Consulting
  .service__WebDesign__Btns
  .btnStyle_Secondary:hover,
.service__WebDesign__Duty_Seo .btnStyle_Secondary:hover,
.service__WebDesign__Duty_Wordpress .btnStyle_Secondary:hover {
  color: var(--white);
  background-color: var(--mc1-fade-1);
}
.service__WebDesign__Ttl {
  margin-bottom: 2.25rem;
}
.service__WebDesign_Consulting .service__WebDesign__Ttl {
  margin-bottom: 1.5rem;
}
.service__WebDesign__List {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.service__WebDesign__List__Item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.service__WebDesign__List__Item .ezIcon {
  --icon: 1rem;
}
.service__WebDesign__List__Ttl {
  margin-bottom: 0.25rem;
  color: var(--mc2-fade-0);
}
.service__WebDesign__List__Item p a {
  color: var(--mc1);
}
.service__WebDesign__Ttl strong::before {
  position: absolute;
  --color-accent: var(--mc1-fade-1);
  width: 100%;
  height: 1.25rem;
  min-height: 1.25rem;
}
.service__WebDesign__Duty_Seo span::before {
  mask: var(--icon-url) no-repeat center/contain;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
}
.service__WebDesign_Company .service__WebDesign__Ttl strong::before,
.service__WebDesign_Consulting .service__WebDesign__Ttl strong::before,
.service__WebDesign_Intranet .service__WebDesign__Ttl strong::before,
.service__WebDesign_Personal .service__WebDesign__Ttl strong::before,
.service__WebDesign_Portal .service__WebDesign__Ttl strong::before,
.service__WebDesign_Wordpress .service__WebDesign__Ttl strong::before {
  width: 100%;
  height: 0.875rem;
  min-width: 100%;
  min-height: 0.875rem;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.service__WebDesign__Txt {
  width: 88%;
  text-align: justify;
  line-height: var(--lh-md) !important;
}
.service__WebDesign_Consulting .service__WebDesign__Txt {
  width: 74%;
}
.service__WebDesign__Btns {
  display: flex;
  width: 88%;
  align-items: center;
  margin-top: 1.25rem;
  gap: 1rem;
}
.service__WebDesign__Btns a {
  flex: 1;
  padding: 1rem 0.25rem;
}
.service__WebDesign_Exclusive__About__Img,
.service__WebDesign_Wordpress__About__Img,
.service__WebDesign_Wordpress__Price__Img,
.service__WebDesign__Duty_Content__Stats__Content p,
.service__WebDesign__Duty_Seo .service__WebDesign__Ttl,
.service__WebDesign__Img,
.services__Awards_Web__Img {
  text-align: center;
}
.service__WebDesign_Wordpress__About__Img img {
  height: 360px;
  width: 400px;
}
.services__Awards_Web__Img img {
  height: 410px;
  width: 275px;
}
@media (max-width: 991px) {
  .service__WebDesign_Consulting .service__WebDesign__Img::before,
  .service__WebDesign__Ttl strong::before {
    display: none !important;
  }
  .aboutUS__Testimonial__Card__Img img {
    width: 100%;
    height: 268px;
  }
  .form-pane {
    padding: 0;
  }
  .counseling__LeftLayer {
    height: auto !important;
    border-radius: 0;
    gap: 1rem;
    padding: 1.5rem 0.5rem;
  }
  .AboutUs__Txt,
  .aboutUS__Awards__Content__Img,
  .contactUs__Img,
  .contactUs__Ttl,
  .counseling__LeftLayer__ImgBox {
    text-align: center;
  }
  .counseling__LeftLayer__ImgBox img {
    width: 70%;
  }
  .counseling__LeftLayer__Ttl {
    font-size: var(--fz-md);
  }
  .counseling__LeftLayer__Ttl p {
    display: inline-block;
  }
  .counseling__LeftLayer::after,
  .counseling__LeftLayer::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  body:not(.personabar-visible) .LiveForm .form-col-3 {
    width: calc(50% - var(--form-inline-gap) / 2) !important;
  }
  #wrap.tabid-39 .blue__Back::after,
  #wrap.tabid-39 .blue__Back::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    width: 4rem !important;
    height: 4rem !important;
    background: url(assets/icons/diamond-vector.svg) center/contain no-repeat !important;
  }
  #wrap.tabid-39 .blue__Back {
    position: relative;
    z-index: 1;
    padding: 2.5rem 0 4rem;
  }
  #wrap.tabid-39 .blue__Back::before {
    top: 0 !important;
    left: 0 !important;
    transform: translate(-55%, -30%) !important;
  }
  #wrap.tabid-39 .blue__Back::after {
    top: 60% !important;
    right: 0 !important;
    transform: translate(50%, 100%) !important;
    z-index: -1;
  }
  .AboutUs__Ttl {
    text-align: center !important;
    margin-bottom: 1.125rem;
    font-weight: 400;
  }
  .AboutUs__Ttl span::before {
    height: 0.375rem;
    min-height: 0.375rem;
  }
  .AboutUs__Txt {
    width: auto !important;
    margin-bottom: 0 !important;
  }
  .AboutUs__Link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .AboutUs__Video {
    margin-top: 2rem !important;
  }
  .AboutUs__Video::before {
    width: 3.875rem;
    height: 3rem;
    min-width: 3.875rem;
    min-height: 3rem;
    transform: translate(-20%, -0.5rem);
  }
  .AboutUs__Video img {
    height: auto !important;
  }
  .AboutUs,
  .contactUs {
    padding: 1.5rem 1rem;
  }
  .aboutUS__Awards__Content {
    margin-top: 2.5rem;
  }
  .aboutUS__Awards__Txt,
  .aboutUS__Certificate,
  .service__WebDesign__Txt {
    width: 100% !important;
  }
  .aboutUS__Awards__Content__List {
    padding-right: 0;
    margin-top: 1rem;
  }
  .aboutUS__Awards__Content__List__Item {
    position: relative;
    align-items: flex-start;
  }
  .aboutUS__Awards__Content__List__Item:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 24px;
    height: 1px;
    background: var(--bw-fade-6);
  }
  .aboutUS__Testimonial__Txt {
    width: 100% !important;
    margin-top: 0.25rem !important;
  }
  .aboutUS__Testimonial__Cards .slick-arrow {
    background: 0 0 !important;
    bottom: auto !important;
    top: 0.5rem !important;
    transform: translateY(0) !important;
  }
  .aboutUS__Testimonial__Cards .slick-arrow.slick-prev {
    left: auto !important;
    right: 0.5rem !important;
  }
  .aboutUS__Testimonial__Cards .slick-arrow::before {
    background-color: var(--mc2) !important;
  }
  .aboutUS__Testimonial__Cards .slick-arrow:hover::before,
  .listItem__News .slick-arrow::before {
    background-color: var(--white) !important;
  }
  .aboutUS__Testimonial__Card {
    margin-right: 0 !important;
  }
  .aboutUS__Certificate__Cta__Content {
    gap: 1rem;
  }
  .aboutUS__Certificate__Cta__Content__Prop {
    gap: 1.5rem;
  }
  .aboutUS__Certificate__Cta {
    padding: 1rem 0.5rem;
    justify-content: center;
    gap: 1.5rem;
  }
  .aboutUS__Certificate__Cta__Content__Prop p:first-child {
    position: relative;
  }
  .aboutUS__Certificate__Cta__Content__Prop p:first-child::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background: var(--bw-fade-6);
  }
  .aboutUS__Certificate__Gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .aboutUS__Certificate__Gallery a {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  .aboutUS__Certificate__Gallery a:first-child {
    order: 5;
  }
  .aboutUs__News {
    margin-bottom: 80px;
    border-radius: 0;
    padding: 2rem 0.25rem;
  }
  .aboutUs__News__Txt {
    width: 100%;
    margin: 0.5rem 0 2.5rem;
  }
  .listItem__News .slick-arrow {
    background: 0 0 !important;
    bottom: auto !important;
    top: -1rem !important;
    transform: translateY(-100%) !important;
    width: 24px;
    height: 24px;
  }
  .listItem__News .slick-arrow.slick-prev {
    left: auto !important;
    padding: 0 !important;
    right: 0 !important;
  }
  .listItem__News .slick-arrow.slick-next {
    padding: 0 !important;
    left: 0 !important;
    right: auto !important;
  }
  .listItem__News .slick-arrow::before {
    width: 24px;
    height: 24px;
  }
  .listItem__News .slick-arrow:hover::before {
    background-color: var(--bw-fade-3) !important;
  }
  .contactUs__Ttl {
    margin-bottom: 1.125rem;
    text-align: right;
    font-weight: 700 !important;
  }
  .contactUs__Txt {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 14px;
  }
  .contactUs__Img img {
    width: 70%;
    height: auto;
  }
  .comment__Form {
    margin-left: 0;
  }
  .contactUs__List {
    margin-right: 0;
    margin-top: 1.5rem;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
    gap: 1rem;
  }
  .contactUs__List__Wrapper,
  .contactUs__Map__Card {
    box-shadow: var(--box-shadow-sm);
    border-radius: var(--border-radius-xs);
  }
  .contactUs__List__Wrapper {
    align-items: flex-start;
    padding: 0.75rem !important;
    background: var(--white);
    gap: 0.75rem;
  }
  .contactUs__List__Wrapper:first-child {
    border-bottom: none;
  }
  .contactUs__List__Item__Txt {
    justify-content: flex-start;
  }
  .contactUs__Map__Card {
    margin-top: 1rem;
    position: static;
    transform: none;
    padding: 12px;
  }
  .contactUs__Map__Card__Content {
    padding: 0;
  }
  .contactUs__Map__Card__Content__Ttl {
    margin-bottom: 0.75rem;
  }
  .contactUs__Map__Card__Close {
    display: none;
  }
  .contactUs__Map {
    margin: calc(var(--main-space) * 0.5) 0 var(--main-space);
  }
  .contactUs__Map::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.5rem;
    right: 50%;
    transform: translateX(50%);
    background: url(assets/icons/dots-services.svg) center/cover no-repeat;
    width: 44px;
    height: 4px;
  }
  .contactUs__Services__Content__Card,
  .portfolio__Wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contactUs__Services {
    margin-bottom: calc(var(--main-space) * 0.75);
  }
  .contactUs__Services__Content__Card__Button a {
    padding: 0.375rem 0.75rem;
  }
  .contactUs__Services__Content
    .contactUs__Services__Content__Card:nth-child(2)
    .contactUs__Services__Content__Card__Button
    a {
    width: 100%;
  }
  .contactUs__Services__Content {
    gap: 1rem;
  }
  .contactUs__Services__Content__Card__Ttl {
    margin-bottom: 0.5rem;
  }
  .border__Card {
    border: 1px solid var(--bw-fade-4);
  }
  .contactUs__Services__Content__Card__Link a {
    justify-content: flex-end;
  }
  .contactUs__Services__Content__Card__Desc {
    margin-bottom: 0.75rem;
  }
  .comment__Form > p {
    margin-bottom: 1.5rem;
  }
  .contactUs__Socials__Txt {
    width: 100%;
    margin: 0.25rem 0 1rem !important;
  }
  .contactUs__Socials__List {
    flex-wrap: wrap;
  }
  .contactUs__Socials__Item {
    gap: 0.5rem;
    padding: 0.75rem;
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
  .contactUs__Socials {
    margin-top: calc(var(--main-space) * 0.5);
  }
  .portfolio__Cat {
    row-gap: 1rem;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    justify-content: center;
  }
  .portfolio__Cat__Item {
    max-width: calc(25% - 1.125rem);
    flex: 0 0 calc(25% - 1.125rem);
  }
  .portfolio__Card__Img::before {
    backdrop-filter: blur(0) grayscale(0);
    background: 0 0;
  }
  .portfolio__Card::before {
    transform: translate(-6px, -8px);
  }
  .portfolio__Card::after {
    transform: translate(6px, 6px);
  }
  .service__WebDesign__Ttl {
    text-align: center;
    font-size: var(--fz-lg-2) !important;
    margin-bottom: 1rem;
    --lh-xxl: 36px;
  }
  .service__WebDesign .row {
    flex-direction: column-reverse;
  }
  .service__WebDesign__Btns {
    margin-inline: 0;
    width: 100% !important;
  }
  .service__WebDesign__Btns a {
    padding-block: 0.5rem;
  }
  .service__WebDesign__Img {
    max-width: 75%;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
  .service__WebDesign_Consulting .service__WebDesign__Img {
    margin-bottom: 0 !important;
    max-width: 65% !important;
  }
  .service__WebDesign_Consulting .col-12 {
    padding: 1rem;
  }
}
.service__WebDesign_Consulting .service__WebDesign__Img::before {
  content: "";
  display: block;
  position: absolute;
  left: -24px;
  bottom: 0;
  width: 100px;
  height: 156px;
  background: url(/portals/0/images/flowers.png) center/contain no-repeat;
}
.services__Awards_Web__List {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
.services__Awards_Web__List__Item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.services__Awards_Web__List__Item__Img {
  width: 4rem;
  height: 4rem;
}
.services__Awards_Web__List__Item__Img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services__Awards_Web__List__Item__Content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services__Attrs__Cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cafe_Charter_Item:nth-child(2),
.services__Attrs__Cards .services__Attrs__Card:nth-child(2),
.webApp_Benefits_Card:nth-child(2) {
  grid-area: 1/2/2/3;
}
.services__Attrs__Cards .services__Attrs__Card:nth-child(3) {
  grid-area: 2/1/3/2;
}
.cafe_Charter_Item:nth-child(4),
.services__Attrs__Cards .services__Attrs__Card:nth-child(4),
.webApp_Benefits_Card:nth-child(4) {
  grid-area: 2/2/3/3;
}
.services__Attrs__Cards .services__Attrs__Card:nth-child(5) {
  grid-area: 1/3/3/5;
}
.services__Attrs__Card {
  padding: 1.5rem;
}
.services__Attrs_Portal .services__Attrs__Card {
  padding: 1.5rem 1rem 1rem;
}
.services__Attrs__Card__Icon {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}
.services__Attrs_Exclusive .services__Attrs__Card__Icon,
.services__Attrs_Wordpress .services__Attrs__Card__Icon {
  margin-bottom: 1.5rem;
}
.services__Attrs__Card__Icon .ezIcon {
  -webkit-mask: var(--icon-url) no-repeat center/contain;
  --icon: 48px;
  transition: var(--transition);
}
.newsSite_Sum_Content,
.services__Attrs__Card__Img {
  margin-top: 2.625rem;
  display: flex;
}
.services__Attrs__Card__Img img {
  height: 415px;
  width: 388px;
  z-index: 2;
}
.services__Attrs__Card_Blue {
  background: var(--mc1);
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services__Attrs__Card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.services__Attrs__Card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(277deg, #0a65fc 0, #0bb7a3 85.89%);
  opacity: 0;
  transition: var(--transition);
  border-radius: var(--border-radius);
  z-index: -1;
  pointer-events: none;
}
.services__Attrs__Card:hover::before {
  opacity: 1;
  z-index: 1;
}
.services__Attrs__Card:hover .services__Attrs__Card__Icon .ezIcon {
  background-color: #fff;
  z-index: 2;
}
.services__Attrs__Card:hover .services__Attrs__Card__Blue h3,
.services__Attrs__Card:hover .services__Attrs__Card__Blue p,
.services__Attrs__Card:hover h3,
.services__Attrs__Card:hover p {
  color: #fff !important;
  z-index: 2;
}
.services__Attrs__Card_Blue__Content,
.webApp_Usage_Left_Item_Content,
.webApp_testimonial_Profile {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services__Web__Customers__Item img {
  max-width: 100%;
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.services__Web__Customers__More a {
  margin: 0 auto;
  --btn-accent: var(--white);
  --btn-bak: var(--mc2);
  padding: 0.5rem 2.125rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: solid 1px var(--btn-accent);
  border-radius: var(--border-radius-sm);
}
.services__Web__Customers__More a:focus,
.services__Web__Customers__More a:hover {
  --btn-bak: var(--mc2-fade-0);
}
.mc1__Back {
  background: var(--mc1);
  padding: 60px;
  margin: 0 1rem;
  border-radius: var(--border-radius-sm);
}
.services__Web__Portfolios__Ttl {
  text-align: center;
  margin-bottom: 4rem;
}
.services__Web__Portfolios__Wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
  row-gap: 4rem;
}
.services__Web__Portfolios__Item {
  flex: 0 0 calc(33.3333% - 1.34rem);
  max-width: calc(33.3333% - 1.34rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
.services__Web__Portfolios__Item__Devices {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.services__Web__Portfolios__Item__Devices::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(1.5rem, -0.75rem);
  width: 4.375rem;
  height: 4.375rem;
  background: url(/portals/0/images/portfolio-up-line-white.svg) center
    no-repeat;
}
.services__Web__Portfolios__Item__Devices::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0.75rem, 0.75rem);
  width: 4.375rem;
  height: 4.375rem;
  background: url(/portals/0/images/portfolio-bottom-line-white.svg) center
    no-repeat;
}
.services__Web__Faq__Card__Header .ezIcon,
.services__Web__Traits__Item__Header .ezIcon {
  min-width: 1.5rem;
  min-height: 1.5rem;
  transform: rotate(180deg);
  transition: var(--transition-cubic);
}
.services__Web__Portfolios__Item__Imgbox__Frame.mobile {
  width: 19%;
  z-index: 3;
}
.services__Web__Portfolios__Item__Imgbox__Frame.tablet {
  width: 36%;
  margin-right: -5%;
  z-index: 2;
}
.services__Web__Portfolios__Item__Imgbox__Frame.desktop {
  width: 100%;
  margin-right: -24%;
  z-index: 1;
}
.learnDnn__Img img,
.learnDnn__List__Wrapper__Ttl span,
.learnDnn__Ttl span,
.service__WebDesign_Cafe__About__Ttl strong,
.service__WebDesign_Exclusive__About__Ttl span,
.service__WebDesign_Wordpress__About__Ttl span,
.service__WebDesign_Wordpress__Price__Ttl span,
.service__WebDesign__Duty_Cafe__Ttl strong,
.service__WebDesign__Duty_Wordpress__About__Ttl span,
.services__Web__Faq__Ttl span,
.services__Web__Portfolios__Item__Imgbox__Frame {
  position: relative;
}
.services__Web__Portfolios__Item__Img {
  position: absolute;
  height: 100%;
  background-image: var(--image-url);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: var(--border-radius-xs);
  left: 50%;
  transform: translate(-50%, -50%);
}
.services__Web__Portfolios__Item__Img.mobile {
  width: 89%;
  height: 93%;
  top: 50%;
}
.services__Web__Portfolios__Item__Img.tablet {
  width: 91%;
  height: 94%;
  top: 50%;
}
.services__Web__Portfolios__Item__Img.desktop {
  width: 77%;
  height: 88%;
  top: 47%;
}
.services__Web__Portfolios__Item__Imgbox__Frame img {
  width: 100%;
  height: auto;
}
.service__WebDesign__Cta_Duty_CC,
.service__WebDesign__Cta_Google,
.service__WebDesign__Cta_Website,
.services__Web__Portfolios__Btn {
  margin-top: var(--main-space);
}
.services__Web__Portfolios__Btn a {
  margin: 0 auto;
  width: fit-content;
  --btn-accent: var(--mc2);
  --btn-bak: var(--white);
  padding: 0.625rem 4.375rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--btn-bak);
  border-radius: var(--border-radius-sm);
}
.services__Web__Faq__Ttl span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(assets/icons/faq-title-vector.svg) center/contain no-repeat;
  width: 100%;
  height: 9px !important;
  transform: translateY(0.5rem);
}
.service__WebDesign_Cafe__About__Ttl strong::before,
.service__WebDesign__Duty_Cafe__Ttl strong::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(assets/icons/faq-title-vector.svg) center/100% 100% no-repeat;
  width: 100%;
  height: 1rem !important;
  transform: translateY(1rem);
}
.service__WebDesign__Duty_Cafe__Ttl strong::before {
  transform: translateY(0.5rem);
}
.service__WebDesign__Cta_Duty_Wordpress {
  margin-top: calc(var(--main-space) * 0.5);
}
.services__Web__Traits {
  padding: calc(var(--main-space) * 0.5) 0;
}
.services__Web__Traits_Gray {
  padding: 0;
  margin: var(--main-space) 0;
}
.seo__Services_Second__Ttl,
.service__WebDesign__Duty_Wordpress__Consulting__Ttl,
.services__Web__Traits_Gray .services__Web__Traits__Ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.services__Web__Traits__Item__Header .ezIcon,
.services__Web__Traits__Item__Header__Ttl img {
  width: 1.5rem;
  height: 1.5rem;
}
.services__Web__Traits_Gray .services__Web__Traits__Ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -6px);
  --icon-url: url(assets/icons/highlight-vector.svg);
  --color-accent: var(--mc1);
  height: 2.375rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2.375rem;
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  background-color: var(--color-accent);
  transition: var(--transition);
}
.services__Web__Traits__Wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 3rem;
}
.services__Web__Traits__Item {
  flex: 0 0 calc(33.3333% - 1.34rem);
  max-width: calc(33.3333% - 1.34rem);
  border-radius: var(--border-radius-sm);
  background: var(--white);
  padding: 0 1rem;
}
.services__Web__Traits_Gray .services__Web__Traits__Item {
  background: var(--mc1-fade-5);
}
.services__Web__Traits__Item__Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  cursor: pointer;
}
.services__Web__Traits__Item__Header.active .ezIcon {
  transform: rotate(0);
}
.services__Web__Traits__Item__Header__Ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.services__Web__Traits__Item__Content {
  padding-bottom: 1.5rem;
}
.service__WebDesign__Support_Exclusive__Card__Content,
.services__Web__Traits__Item__Content__List {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.services__Web__Traits__Item__Content__List li .ezIcon {
  margin-left: 0.5rem;
  --icon: 1rem;
}
.service__WebDesign__Tab {
  margin: calc(var(--main-space) * 0.5) 0 var(--main-space);
}
.service__WebDesign__Tab__Txt {
  width: 85%;
  margin: 1rem auto 2rem;
}
.service__WebDesign__Tab__Wrapper {
  display: flex;
  gap: 12px;
}
.service__WebDesign__Tab__List {
  flex: 0 0 25%;
  max-width: 25%;
  flex-direction: column;
  border-bottom: none;
  gap: 12px;
}
.service__WebDesign__Tab__List .nav-link {
  margin-bottom: 0;
  border: none;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  padding: 14px;
  border-radius: var(--border-radius-xs);
  background: var(--mc1-fade-5);
  width: 100%;
  text-align: right;
}
.mc1__Back_Fade .service__WebDesign__Tab__List .nav-link {
  background-color: var(--white);
}
.service__WebDesign__Duty__Tab_Report,
.service__WebDesign__Duty__Tab_Wordpress,
.service__WebDesign__Tab_Intranet,
.service__WebDesign__Tab_Personal {
  padding: calc(var(--main-space) * 0.5) 0;
  margin: 0 !important;
}
.service__WebDesign__Tab_Cc {
  margin: 0 !important;
}
.service__WebDesign__Duty__Tab_Report
  .service__WebDesign__Tab__Content
  .tab-pane,
.service__WebDesign__Duty__Tab_Report .service__WebDesign__Tab__List .nav-link,
.service__WebDesign__Duty__Tab_Wordpress
  .service__WebDesign__Tab__Content
  .tab-pane,
.service__WebDesign__Duty__Tab_Wordpress
  .service__WebDesign__Tab__List
  .nav-link,
.service__WebDesign__Tab_Cc .service__WebDesign__Tab__Content .tab-pane,
.service__WebDesign__Tab_Cc .service__WebDesign__Tab__List .nav-link,
.service__WebDesign__Tab_Exclusive .service__WebDesign__Tab__Content .tab-pane,
.service__WebDesign__Tab_Exclusive .service__WebDesign__Tab__List .nav-link,
.service__WebDesign__Tab_Google .service__WebDesign__Tab__Content .tab-pane,
.service__WebDesign__Tab_Google .service__WebDesign__Tab__List .nav-link,
.service__WebDesign__Tab_Intranet .service__WebDesign__Tab__Content .tab-pane,
.service__WebDesign__Tab_Intranet .service__WebDesign__Tab__List .nav-link,
.service__WebDesign__Tab_Personal .service__WebDesign__Tab__Content .tab-pane,
.service__WebDesign__Tab_Personal .service__WebDesign__Tab__List .nav-link,
.service__WebDesign__Tab_Seo .service__WebDesign__Tab__Content .tab-pane,
.service__WebDesign__Tab_Seo .service__WebDesign__Tab__List .nav-link,
.service__WebDesign__Tab_Wordpress .service__WebDesign__Tab__Content .tab-pane,
.service__WebDesign__Tab_Wordpress .service__WebDesign__Tab__List .nav-link {
  background: var(--white) !important;
}
.service__WebDesign__Tab__List .nav-link.active {
  background: var(--mc2) !important;
  color: var(--white) !important;
}
.service__WebDesign__Tab__Content {
  flex: 0 0 calc(75% - 12px);
  max-width: calc(75% - 12px);
}
.service__WebDesign__Tab__Content .tab-pane {
  padding: 1.5rem;
  border-radius: var(--border-radius-sm);
  background: var(--mc1-fade-5);
  height: 100%;
}
.mc1__Back_Fade .service__WebDesign__Tab__Content .tab-pane {
  background-color: var(--white);
}
.service__WebDesign__Duty_Content__Stats__Icon,
.service__WebDesign__Tab__Content .tab-pane h3 {
  margin-bottom: 0.5rem;
}
.service__WebDesign__Tab__Content .tab-pane p {
  text-align: justify !important;
}
.service__WebDesign__Tab__Content .tab-pane p:not(:last-child) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--bw-fade-4);
}
.service__WebDesign__Tab__Content .tab-pane h3 img {
  margin-left: 1rem;
  width: 24px;
  height: 24px;
}
.service__WebDesign__Cta {
  margin-bottom: calc(var(--main-space) * 0.5);
  border-radius: var(--border-radius);
  background: var(--mc1);
  padding: 3.75rem 4.5rem;
  --tc4: var(--white);
}
.service__WebDesign__Cta__Ttl {
  margin-bottom: 2.5rem;
}
.service__WebDesign__Cta__Ttl span {
  position: relative;
  padding: 0 0.35rem;
}
.service__WebDesign__Cta__Ttl span::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 106.718px;
  background: url(assets/icons/circle-vector.svg) center/cover no-repeat;
}
.service__WebDesign__Cta__Txt {
  color: var(--bw-fade-3);
}
.service__WebDesign__Cta__Card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  border-radius: var(--border-radius-sm);
  padding: 1rem;
  box-shadow: var(--box-shadow-sm);
  background: var(--bw-fade-2);
}
.service__WebDesign__Cta_White {
  padding: calc(var(--main-space) * 0.5) 0;
  margin-bottom: 0;
}
.service__WebDesign__Cta_White .service__WebDesign__Cta__Card {
  background: var(--white);
}
.service__WebDesign__Cta__Card__Ttl {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.service__WebDesign__Cta__Card__Ttl img {
  width: 24px;
  height: 24px;
}
.service__WebDesign__Cta__Card__Button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
.job__Detail__Desc__Ttl,
.learnDnn__List__Section,
.service__WebDesign_Cafe__About__Ttl,
.service__WebDesign__Cta__Card__Desc {
  margin-bottom: 2rem;
}
.service__WebDesign__Cta__Card__Button a {
  border-radius: var(--border-radius-sm);
  background: var(--white);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: var(--transition);
  flex: auto;
}
.service__WebDesign__Cta__Card__Button a:hover {
  background: var(--bw-fade-3);
}
.service__WebDesign__Cta_Company,
.service__WebDesign__Cta_Duty_Ceo,
.service__WebDesign__Cta_Exclusive,
.service__WebDesign__Cta_Seo {
  margin-top: var(--main-space);
}
.service__WebDesign__Cta_Company,
.service__WebDesign__Cta_Intranet,
.service__WebDesign__Cta_Personal,
.service__WebDesign__Cta_Portal {
  margin-top: calc(var(--main-space) * 0.5);
}
.seo__Services__Ttl_webp {
  margin-bottom: 1.75rem;
}
.service__WebDesign_Exclusive__Cards {
  margin: calc(var(--main-space) * 0.5);
}
.service__WebDesign_Exclusive__Cards__Ttl {
  margin-bottom: 1rem;
}
.service__WebDesign_Exclusive__Cards__Txt {
  width: 86%;
  margin: 0 auto;
}
.service__WebDesign_Exclusive__Card__Wrapper,
.service__WebDesign_Wordpress__Card__Wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.75rem;
}
.service__WebDesign_Exclusive__Card__Ttl,
.service__WebDesign_Wordpress__Card__Ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
.service__WebDesign_Exclusive__Card__Ttl img,
.service__WebDesign_Wordpress__Card__Ttl img {
  width: 40px;
  height: 40px;
}
.service__WebDesign_Exclusive__Card {
  border-radius: var(--border-radius-sm);
  background: var(--white);
  box-shadow: var(--box-shadow-md);
  padding: 1rem 1rem 2rem;
  flex: 1;
  position: relative;
}
.service__WebDesign_Consulting__Desc {
  margin-bottom: calc(var(--main-space) * 0.5);
}
.service__WebDesign_Consulting__Desc__Ttl {
  position: relative;
  margin-bottom: 2rem;
}
.service__WebDesign_Consulting__Desc__Ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(80%, -0.25rem);
  width: 3.875rem;
  height: 2.375rem;
  min-width: 3.875rem;
  min-height: 2.375rem;
  mask: var(--icon-url) no-repeat center/contain;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
  background-color: var(--color-accent);
  transition: var(--transition);
}
.service__WebDesign_Consulting__Desc__Card__Wrapper {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 90px;
  position: relative;
}
.service__WebDesign_Consulting__Desc__Card__Wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  --icon-url: url(assets/icons/dots-services.svg);
  --color-accent: var(--mc2);
  width: 5rem;
  height: 0.5rem;
  min-width: 5rem;
  min-height: 0.5rem;
  mask: var(--icon-url) no-repeat center/contain;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
  background-color: var(--color-accent);
  transition: var(--transition);
}
.service__WebDesign_Consulting__Desc__Cards__Ttl,
.service__WebDesign_Exclusive__Desc__Cards__Ttl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.service__WebDesign_Consulting__Steps {
  padding: 60px 0;
  margin-bottom: calc(var(--main-space) * 0.5);
}
.service__WebDesign_Consulting__Steps__Ttl {
  margin-bottom: 1rem;
  text-align: center;
}
.service__WebDesign_Consulting__Steps__Txt {
  width: 82%;
  text-align: justify;
  margin: 0 auto;
  text-align-last: center;
}
.service__WebDesign_Consulting__Steps__Wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.875rem;
}
.service__WebDesign_Consulting__Steps__List {
  justify-content: space-between;
  border-bottom: none;
  width: 82%;
  position: relative;
  z-index: 1;
}
.service__WebDesign_Consulting__Steps__List::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--mc1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.service__WebDesign_Consulting__Steps__List .nav-link {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid var(--mc1) !important;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__WebDesign_Consulting__About__Ttl::before,
.service__WebDesign_Wordpress__About__Ttl span::before {
  background-color: var(--color-accent);
  transition: var(--transition);
  content: "";
  position: absolute;
  --color-accent: var(--mc1);
}
.service__WebDesign_Consulting__Steps__List .nav-link.active {
  background: var(--mc1) !important;
  color: var(--white) !important;
}
.service__WebDesign_Consulting__Steps__Content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.commerce_Plan_Price,
.p404__Text,
.service__WebDesign_Consulting__Steps__Content__Img,
.service__WebDesign_Exclusive__About__Ttl,
.service__WebDesign_Wordpress__Price__Ttl,
.service__WebDesign__Duty_Content .service__WebDesign__Btns,
.service__WebDesign__Duty_Wordpress .service__WebDesign__Tab__Ttl {
  margin-bottom: 1.5rem;
}
.learnDnn__List__Section__Ttl,
.service__WebDesign_Consulting__Steps__Content__Ttl,
.service__WebDesign_Wordpress__Cards__Ttl,
.service__WebDesign_Wordpress__feature__Ttl {
  margin-bottom: 1rem;
}
.service__WebDesign_Consulting__About__Ttl,
.service__WebDesign_Exclusive__Price__Ttl {
  margin-bottom: 1.5rem;
  position: relative;
}
.service__WebDesign_Consulting__About__Ttl::before {
  display: block;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  --icon-url: url(assets/icons/highlight-vector.svg);
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
}
.service__WebDesign__Tab_Consulting {
  margin: 0 0 var(--main-space) !important;
}
.service__WebDesign_Wordpress__About__Ttl,
.service__WebDesign__Duty_Wordpress__About__Ttl,
.service__WebDesign__Duty_Wordpress__Price__Ttl,
.service__WebDesign__Duty_Wordpress__Support__Ttl {
  margin-bottom: 24px;
}
.service__WebDesign_Wordpress__About__Ttl span::before {
  display: block;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  --icon-url: url(assets/icons/wordpress-title-vector.svg);
  width: 100%;
  height: 0.625rem;
  min-width: 100%;
  min-height: 0.625rem;
  mask: var(--icon-url) no-repeat center/contain;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
}
.service__WebDesign_Wordpress__About__Txt,
.service__WebDesign__Duty_Wordpress__About__Txt,
.service__WebDesign__Duty_Wordpress__Price__Txt,
.service__WebDesign__Duty_Wordpress__Support__Txt {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  gap: 6px;
}
.service__WebDesign_Wordpress__About__Txt .ezIcon,
.service__WebDesign__Duty_Wordpress__About__Txt .ezIcon,
.service__WebDesign__Duty_Wordpress__Price__Txt .ezIcon,
.service__WebDesign__Duty_Wordpress__Support__Txt .ezIcon {
  transform: translateY(4px);
}
.service__WebDesign_Wordpress__About__Txt p {
  text-align: justify;
  width: 90%;
}
.service__WebDesign_Wordpress__Cards__Txt {
  width: 78%;
  margin: 0 auto;
}
.service__WebDesign_Wordpress__Card {
  border-radius: var(--border-radius-sm);
  background: var(--white);
  box-shadow: var(--box-shadow-md);
  padding: 1rem 1rem 2rem;
  flex: 1;
  position: relative;
  min-height: 252px;
}
.mc1__Back_Fade {
  background: var(--mc1-fade-4);
  padding: 60px;
}
.service__WebDesign__Tab_Google,
.service__WebDesign__Tab_Seo,
.service__WebDesign__Tab_Wordpress {
  margin: 0;
}
.service__WebDesign__Duty_Wordpress__Consulting,
.service__WebDesign__Duty_Wordpress__Price {
  margin: var(--main-space) 0 calc(var(--main-space) * 0.5);
}
.aboutUs_Achievements,
.service__WebDesign__Duty_Wordpress__Consulting__Txt,
.service__WebDesign__Support_Wordpress__Ttl {
  margin-bottom: 140px;
}
.service__WebDesign__Duty_Wordpress__Consulting__Back,
.service__WebDesign__Support_Wordpress__Back {
  background-color: var(--mc1);
  height: 224px;
  margin: 0 1rem;
  border-radius: 8px;
  position: relative;
}
.service__WebDesign__Duty_Wordpress__Consulting__Back {
  height: 252px;
}
.service__WebDesign__Duty_Wordpress__Consulting__Back::before,
.service__WebDesign__Support_Wordpress__Back::before {
  --icon-url: url(assets/icons/diamond-vector.svg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-60%, -50%);
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  background: var(--mc1-fade-1);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  transition: all var(--transition-cubic);
  -webkit-transition: all var(--transition-cubic);
}
.service__WebDesign__Duty_Wordpress__Consulting__Back::after,
.service__WebDesign__Support_Wordpress__Back::after {
  --icon-url: url(assets/icons/diamond-vector.svg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(60%, -50%);
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  background: var(--mc1-fade-1);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  transition: all var(--transition-cubic);
  -webkit-transition: all var(--transition-cubic);
}
.service__WebDesign__Duty_Wordpress__Consulting__Wrapper,
.service__WebDesign__Support_Exclusive__Wrapper,
.service__WebDesign__Support_Wordpress__Wrapper {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.service__WebDesign__Duty_Wordpress__Consulting__Card,
.service__WebDesign__Support_Wordpress__Card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--border-radius-sm);
  background: var(--mc1-fade-5);
  padding: 1.5rem 0.75rem;
  flex: 1;
  transform: translateY(-34%);
  gap: 24px;
  min-height: 300px;
}
.service__WebDesign__Duty_Wordpress__Consulting__Card {
  gap: 1rem;
  padding: 1.5rem;
  transform: translateY(-36%);
}
.service__WebDesign__Duty_Seo_Consulting
  .service__WebDesign__Duty_Wordpress__Consulting__Card {
  justify-content: space-between;
  transform: translateY(-45%);
  min-height: 232px !important;
}
.service__WebDesign__Duty_Seo_Consulting
  .service__WebDesign__Duty_Wordpress__Consulting__Txt {
  margin-bottom: 128px;
}
.service__WebDesign__Duty_Seo_Consulting
  .service__WebDesign__Duty_Wordpress__Consulting__Back {
  height: 200px;
}
.landing_Website_Steps_Ttl,
.service__WebDesign__Duty_Wordpress__Consulting__Card__Ttl {
  margin-bottom: 8px;
}
.service__WebDesign__Duty_Wordpress__Consulting__Card__Img img {
  height: 80px;
}
.service__WebDesign_Wordpress__Price__Ttl span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(assets/icons/faq-title-vector.svg) center/contain no-repeat;
  width: 100%;
  height: 9px;
  transform: translateY(100%);
}
.service__WebDesign_Wordpress__Price__Txt {
  width: 86%;
  text-align: justify;
}
@media (max-width: 991px) {
  .service__WebDesign_Exclusive__About::before,
  .service__WebDesign_Wordpress__Price::after,
  .services__Awards_Web_Wordpress::before,
  .services__Web__Customers::after,
  .services__Web__Customers::before {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    background: url(assets/icons/dots-services.svg) center/cover no-repeat;
    width: 2.75rem;
    height: 0.25rem;
  }
  .services__Awards_Web__Img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .services__Awards_Web__List {
    gap: 0;
  }
  .services__Awards_Web__List__Item:not(:last-child) {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #94a3b880;
  }
  .services__Awards_Web__List__Item:not(:first-child) {
    padding-top: 0.5rem;
  }
  .services__Web__Customers__More {
    margin-top: 1.5rem !important;
  }
  .service__WebDesign_Exclusive__About,
  .service__WebDesign_Wordpress__Price,
  .services__Awards_Web_Wordpress,
  .services__Web__Customers {
    position: relative;
  }
  .service__WebDesign_Wordpress__Price::after,
  .services__Awards_Web_Wordpress::before {
    bottom: -2.5rem;
  }
  .service__WebDesign__Tab__List .slick-arrow::before,
  .services__Attrs__Card__Icon .ezIcon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    min-width: 1.5rem !important;
    min-height: 1.5rem !important;
  }
  .service__WebDesign_Exclusive__About::before,
  .services__Web__Customers::before {
    bottom: -1.5rem;
  }
  .services__Web__Customers::after {
    top: -1.5rem;
  }
  .services__Attrs__Cards {
    margin-top: 24px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .services__Attrs__Cards .services__Attrs__Card {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    padding: 1rem;
    overflow: hidden;
  }
  .services__Attrs__Card__Icon {
    flex: 0 0 calc(10% - 0.5rem) !important;
    margin-bottom: 0 !important;
    margin-left: 0.5rem;
  }
  .services__Attrs__Card__Ttl {
    flex: 0 0 80% !important;
  }
  .services__Attrs__Cards .services__Attrs__Card:first-child {
    order: 2 !important;
  }
  .services__Attrs__Cards .services__Attrs__Card:nth-child(2) {
    order: 3 !important;
  }
  .services__Attrs__Cards .services__Attrs__Card:nth-child(3) {
    order: 4 !important;
  }
  .services__Attrs__Cards .services__Attrs__Card:nth-child(4) {
    order: 5 !important;
  }
  .services__Attrs__Cards .services__Attrs__Card:nth-child(5) {
    order: 1 !important;
    padding-bottom: 0 !important;
  }
  .services__Attrs__Cards .services__Attrs__Card:nth-child(6) {
    order: 6 !important;
  }
  .services__Attrs__Card_Security .services__Attrs__Card__Img,
  .services__Web__Portfolios__Item__Devices::after,
  .services__Web__Portfolios__Item__Devices::before {
    display: none !important;
  }
  .services__Attrs__Card_Security .services__Attrs__Card__Content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service__WebDesign__Duty_Wordpress__Consulting__Wrapper,
  .service__WebDesign__Support_Exclusive__Wrapper,
  .service__WebDesign__Support_Wordpress__Wrapper,
  .services__Attrs__Card__Content .services__Attrs__Card__Icon {
    display: block !important;
  }
  .services__Attrs__Card__Content {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }
  .services__Attrs__Card__Img {
    margin-top: 1rem !important;
    text-align: left !important;
  }
  .services__Attrs__Card__Img img {
    height: 100% !important;
    width: 60% !important;
  }
  .services__Web__Customers__Txt {
    width: 100%;
  }
  .services__Web__Customers__List,
  .services__Web__List {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: unset !important;
    margin-top: 1rem !important;
  }
  .mc1__Back,
  .service__WebDesign__Tab__List .nav-item {
    margin: 0 0.5rem;
  }
  .services__Web__Customers__Item,
  .services__Web__Item {
    flex: 0 0 33.3333% !important;
    max-width: 33.33% !important;
    padding: 0.5rem !important;
  }
  .services__Web__Customers__Item img {
    height: auto;
  }
  .mc1__Back {
    padding: 1rem 1.5rem;
  }
  .services__Web__Portfolios__Wrapper {
    row-gap: 1.5rem;
  }
  .service__WebDesign__Tab__Content,
  .service__WebDesign__Tab__List,
  .services__Web__Portfolios__Item {
    flex: 100%;
    max-width: 100%;
  }
  .service__WebDesign_Consulting__Desc__Ttl,
  .service__WebDesign_Consulting__Steps__Content__Txt,
  .service__WebDesign_Exclusive__About__Ttl,
  .service__WebDesign_Wordpress__About__Ttl,
  .service__WebDesign_Wordpress__Price__Ttl,
  .services__Web__Portfolios__Item__Name {
    text-align: center;
  }
  .services__Web__Portfolios__Btn a {
    padding: 0.25rem 0.75rem;
    margin-top: 1.5rem;
  }
  .services__Web__Traits__Wrapper {
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .services__Web__Traits__Item {
    flex: 100%;
    max-width: 100%;
    padding: 0 0.5rem;
  }
  .services__Web__Traits__Item__Header {
    padding: 0.625rem 0;
  }
  .service__WebDesign__Tab__Content .tab-pane h3 img {
    width: 1rem;
    height: 1rem;
  }
  .service__WebDesign__Tab__Wrapper {
    flex-direction: column;
  }
  .service__WebDesign__Tab__Txt {
    display: none;
  }
  .service__WebDesign__Tab__List {
    display: block;
    margin-top: 3rem;
  }
  .service__WebDesign__Tab__List .nav-link {
    white-space: nowrap;
  }
  .service__WebDesign__Tab__List .slick-list {
    padding: 0 0 0 6.5rem;
  }
  .service__WebDesign__Tab__List .slick-arrow {
    --arrow-accent: var(--white) !important;
    width: 2rem !important;
    height: 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: 0 0 !important;
    bottom: auto !important;
    top: -0.5rem !important;
    transform: translateY(-100%) !important;
  }
  .service__WebDesign__Tab__List .slick-arrow.slick-next {
    right: auto !important;
    left: 0 !important;
  }
  .service__WebDesign__Tab__List .slick-arrow.slick-prev {
    left: auto !important;
    right: 0 !important;
  }
  .service__WebDesign__Tab__List .slick-arrow::before {
    background-color: var(--mc2) !important;
  }
  .service__WebDesign__Cta {
    padding: 1.5rem 1rem;
    margin-bottom: 0;
  }
  .service__WebDesign__Cta__Ttl span::before {
    width: 96px;
    height: 68px;
  }
  .service__WebDesign_Consulting__About__Txt,
  .service__WebDesign_Consulting__Steps__List,
  .service__WebDesign_Consulting__Steps__Txt,
  .services__Web__Txt {
    width: 100% !important;
  }
  .service__WebDesign_Exclusive__About__Img,
  .service__WebDesign_Wordpress__About__Img,
  .service__WebDesign__Cta__Txt {
    display: none;
  }
  .service__WebDesign__Cta__Card__Button {
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
  }
  .service__WebDesign__Cta__Card__Button a {
    padding: 0.5rem;
  }
  .services__Web__Ttl {
    font-weight: var(--fw-400) !important;
  }
  .services__Web__Txt {
    text-align: center !important;
  }
  .services__Web__More {
    margin-top: 24px !important;
  }
  .services__Web__Faq {
    margin-top: 32px !important;
  }
  .services__Web__Faq__Card__Header::before {
    right: 8px !important;
  }
  .services__Web__Faq__Card__Header::after {
    right: 14.75px !important;
  }
  .services__Web__Faq__Card__Header__Ttl {
    padding-right: 2rem;
  }
  .services__Web__Faq__Ttl {
    text-align: center;
    margin-bottom: 42px !important;
  }
  .services__Web__Faq__Ttl span {
    display: inline-block;
  }
  .service__WebDesign_Cafe__About__Ttl strong::before,
  .services__Web__Faq__Ttl span::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 6% !important;
    bottom: 0 !important;
    background: url(assets/icons/faq-title-vector.svg) center/contain no-repeat !important;
    width: 100% !important;
    height: 8px !important;
    transform: translateY(0.5rem) !important;
  }
  .services__Web__Faq__Card {
    background: #fff;
    padding: 0 0.5rem !important;
  }
  .services__Web__Faq__Card__Header {
    padding: 12px 0 !important;
  }
  .services__Web__Faq__Card__Content {
    padding-bottom: 12px !important;
  }
  .services__Web__Faq__Card__Content__Txt {
    font-size: 12px !important;
    line-height: 26px;
  }
  .seo__Services__Ttl {
    font-size: var(--fz-lg-2-res);
    line-height: var(--lh-lg-2-res);
    margin-bottom: 1rem;
  }
  .service__WebDesign_Consulting__Desc__Card__Wrapper {
    margin-top: 1.5rem;
    flex-direction: column;
    gap: 12px;
  }
  .service__WebDesign_Consulting__Desc__Card__Wrapper::before,
  .service__WebDesign__Duty_Wordpress__Consulting__Back::after,
  .service__WebDesign__Duty_Wordpress__Consulting__Back::before,
  .service__WebDesign__Support_Exclusive__Back::after,
  .service__WebDesign__Support_Exclusive__Back::before,
  .service__WebDesign__Support_Wordpress__Back::after,
  .service__WebDesign__Support_Wordpress__Back::before {
    display: none !important;
  }
  .service__WebDesign_Consulting__About__Txt {
    margin-bottom: 0.75rem;
  }
  .service__WebDesign_Consulting__Steps__Wrapper {
    gap: 1.25rem;
    margin-top: 0.875rem;
  }
  .service__WebDesign_Consulting__About__Ttl {
    margin-bottom: 0.5rem;
  }
  .service__WebDesign_Consulting__About__Ttl::before {
    width: 0.875rem;
    height: 1rem;
    min-width: 0.875rem;
    min-height: 1rem;
    right: 0.25rem;
  }
  .service__WebDesign_Consulting__About__Img {
    text-align: center !important;
    margin-top: 1rem;
  }
  .service__WebDesign_Consulting__About__Img img {
    width: 60% !important;
    height: auto !important;
  }
  .service__WebDesign_Exclusive__Card__Ttl img,
  .service__WebDesign_Wordpress__Card__Ttl img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .service__WebDesign_Wordpress__Card {
    min-height: unset;
  }
  .service__WebDesign_Wordpress__Cards__Txt {
    width: 100%;
    margin: 0;
  }
  .service__WebDesign_Wordpress__Card__Wrapper {
    flex-direction: column;
  }
  .service__WebDesign_Wordpress__Card__Ttl {
    margin-bottom: 0.5rem;
    gap: 0.5rem;
  }
  .mc1__Back_Fade {
    padding: 1rem 0;
  }
  .service__WebDesign__Duty_Wordpress__Consulting__Back,
  .service__WebDesign__Support_Exclusive__Back,
  .service__WebDesign__Support_Wordpress__Back {
    margin: 0 !important;
  }
  .service__WebDesign__Duty_Wordpress__Consulting__Card,
  .service__WebDesign__Support_Exclusive__Card,
  .service__WebDesign__Support_Wordpress__Card {
    display: flex !important;
    margin: 0 0.5rem;
  }
  .service__WebDesign__Duty_Wordpress__Consulting__Wrapper .slick-list,
  .service__WebDesign__Support_Exclusive__Wrapper .slick-list,
  .service__WebDesign__Support_Wordpress__Wrapper .slick-list {
    overflow: visible;
  }
  .service__WebDesign__Duty_Wordpress__Consulting__Wrapper .slick-arrow,
  .service__WebDesign__Support_Exclusive__Wrapper .slick-arrow,
  .service__WebDesign__Support_Wordpress__Wrapper .slick-arrow {
    --arrow-accent: var(--white) !important;
    width: 2rem !important;
    height: 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: 0 0 !important;
    bottom: auto !important;
    top: -7.25rem !important;
    transform: translateY(-100%) !important;
  }
  .service__WebDesign__Support_Exclusive__Ttl {
    margin-bottom: 210px !important;
  }
  .service__WebDesign__Support_Exclusive__Wrapper .slick-arrow {
    top: -10.25rem !important;
  }
  .service__WebDesign__Duty_Wordpress__Consulting__Wrapper
    .slick-arrow.slick-next,
  .service__WebDesign__Support_Exclusive__Wrapper .slick-arrow.slick-next,
  .service__WebDesign__Support_Wordpress__Wrapper .slick-arrow.slick-next {
    right: auto !important;
    left: 0 !important;
  }
  .service__WebDesign__Duty_Wordpress__Consulting__Wrapper
    .slick-arrow.slick-prev,
  .service__WebDesign__Support_Exclusive__Wrapper .slick-arrow.slick-prev,
  .service__WebDesign__Support_Wordpress__Wrapper .slick-arrow.slick-prev {
    left: auto !important;
    right: 0 !important;
  }
  .service__WebDesign__Duty_Wordpress__Consulting__Wrapper .slick-arrow::before,
  .service__WebDesign__Support_Exclusive__Wrapper .slick-arrow::before,
  .service__WebDesign__Support_Wordpress__Wrapper .slick-arrow::before {
    width: 1.5rem !important;
    height: 1.5rem !important;
    min-width: 1.5rem !important;
    min-height: 1.5rem !important;
    background-color: var(--mc2) !important;
  }
  .service__WebDesign__Duty_Wordpress__Consulting__Txt,
  .service__WebDesign__Support_Wordpress__Ttl {
    margin-bottom: 150px;
  }
  .service__WebDesign_Exclusive__About__Txt,
  .service__WebDesign_Exclusive__Cards__Txt,
  .service__WebDesign_Wordpress__Price__Txt {
    width: 100% !important;
    margin-bottom: 0.75rem;
  }
  .service__WebDesign_Exclusive__Cards {
    margin: calc(var(--main-space) * 0.5) 0;
  }
  .service__WebDesign_Exclusive__Card__Wrapper {
    flex-direction: column;
    gap: 0.75rem;
  }
  .service__WebDesign_Exclusive__Card__Ttl {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.service__WebDesign__Support_Exclusive__Back::after,
.service__WebDesign__Support_Exclusive__Back::before {
  --icon-url: url(assets/icons/diamond-vector.svg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  background: var(--mc1-fade-1);
}
.service__WebDesign_Exclusive__About__Ttl span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(assets/icons/wordpress-title-vector.svg) center/contain
    no-repeat;
  width: 100%;
  height: 0.625rem;
  transform: translateY(100%);
}
.service__WebDesign_Exclusive__About__Txt {
  text-align: justify;
  width: 74%;
}
.service__WebDesign__Support_Exclusive__Ttl {
  margin-bottom: 190px;
}
.service__WebDesign__Support_Exclusive__Back {
  background-color: var(--mc1);
  height: 224px;
  margin: 0 1rem;
  border-radius: 8px;
  position: relative;
}
.service__WebDesign__Support_Exclusive__Back::before {
  left: 0;
  transform: translate(-60%, -50%);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  transition: all var(--transition-cubic);
  -webkit-transition: all var(--transition-cubic);
}
.service__WebDesign__Support_Exclusive__Back::after {
  right: 0;
  transform: translate(60%, -50%);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  transition: all var(--transition-cubic);
  -webkit-transition: all var(--transition-cubic);
}
.service__WebDesign_Exclusive__Desc__Card__Wrapper::before,
.service__WebDesign_Exclusive__Price__Ttl::before {
  display: block;
  position: absolute;
  background-color: var(--color-accent);
  transition: var(--transition);
  content: "";
}
.service__WebDesign__Support_Exclusive__Card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--mc1-fade-5);
  padding: 1.5rem 0.75rem;
  flex: 1;
  transform: translateY(-45%);
  gap: 24px;
  min-height: 334px;
}
.service__WebDesign_Wordpress__feature__Wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4.5rem;
  margin-top: 3rem;
}
.service__WebDesign_Wordpress__feature__Card {
  display: flex;
  align-items: center;
  flex: 0 0 calc(50% - 2.25rem);
  max-width: calc(50% - 2.25rem);
  gap: 1rem;
}
.service__WebDesign_Duty__feature .service__WebDesign_Wordpress__feature__Card {
  align-items: flex-start;
}
.service__WebDesign_Wordpress__feature__Card__Content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 0 0 calc(80% - 0.5rem);
  max-width: calc(80% - 0.5rem);
}
.service__WebDesign_Wordpress__feature__Card__Content p {
  height: 140px;
}
.service__WebDesign_Wordpress__feature__Card__Img {
  flex: 0 0 calc(20% - 0.5rem);
  max-width: calc(20% - 0.5rem);
}
.service__WebDesign_Wordpress__feature__Card__Img img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.service__WebDesign_Wordpress__feature__Wrapper
  .service__WebDesign_Wordpress__feature__Card {
  border-bottom: 1px solid var(--mc2-fade-3);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.service__WebDesign_Exclusive__Price__Txt {
  width: 94%;
  text-align: justify;
}
.service__WebDesign_Exclusive__Desc__Card__Wrapper {
  margin: calc(var(--main-space) * 0.5) 0 var(--main-space);
  display: flex;
  align-items: center;
  gap: 90px;
  position: relative;
}
.service__WebDesign_Exclusive__Desc__Card__Wrapper::before {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  --icon-url: url(assets/icons/dots-services.svg);
  --color-accent: var(--mc2);
  width: 5rem;
  height: 0.5rem;
  min-width: 5rem;
  min-height: 0.5rem;
  mask: var(--icon-url) no-repeat center/contain;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
}
.ourCustomers__Ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto calc(var(--main-space) * 0.25);
}
.ourCustomers__Ttl::before,
.seo__Services_Second__Ttl::before,
.service__WebDesign__Duty_Wordpress__Consulting__Ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -6px);
  --icon-url: url(assets/icons/highlight-vector.svg);
  --color-accent: var(--mc1);
  height: 2.375rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2.375rem;
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  background-color: var(--color-accent);
  transition: var(--transition);
}
.learnDnn__List__Wrapper__Ttl span::before,
.learnDnn__Ttl span::before {
  --icon-url: url(assets/icons/home-title-vector.svg);
  mask: var(--icon-url) no-repeat center/contain;
  background-color: var(--color-accent);
  transition: var(--transition);
  content: "";
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  --color-accent: var(--mc1);
  width: 100%;
  min-width: 100%;
}
.ourCustomers__List {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  overflow: hidden;
}
.ourCustomers__List .ourCustomers__List__Item {
  flex: 0 0 auto;
  max-width: calc(16.66666667% - 1.69rem);
  border-radius: var(--border-radius-sm);
  position: relative;
  transition: var(--transition);
  background: var(--white);
}
.learnDnn__Video::after,
.learnDnn__Video::before {
  content: "";
  width: 347px;
  height: 186px;
  border-radius: 16px;
  z-index: -1;
  transform: rotate(8deg);
}
.ourCustomers__List .ourCustomers__List__Item img {
  width: 185px;
  height: 95px;
  object-fit: contain;
  transition: var(--transition);
  opacity: 0.7;
}
.learnDnn_Maintenance_Item_Title p,
.ourCustomers__List .ourCustomers__List__Item p,
.video_Commerce .AboutUs__Video_Icon {
  transition: var(--transition);
}
.aboutUs_License_Bottom_Item:hover::after,
.aboutUs_License_Bottom_Item:hover::before,
.aboutUs__News .blog_Card_Home:hover .blog_Card_Home_Content::after,
.landing_Website_Why_Card:hover::before,
.landing_Website_Why_Link:hover::before,
.learnDnn_Panel_Item:hover .learnDnn_Panel_Item_Img::before,
.ourCustomers__List .ourCustomers__List__Item:hover img,
.webApp_Benefits_Card:hover::after,
.webApp_Usage_Left_Item:hover::before {
  opacity: 1;
}
.ourCustomers__List .ourCustomers__List__Item:hover p {
  color: var(--tc3) !important;
}
.ourCustomers__Border {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--mc1-fade-2);
  position: absolute;
  z-index: -1;
  display: none !important;
}
.ourCustomers__List .ourCustomers__List__Item:before {
  content: "";
  height: 0;
  border-bottom: 1px dashed var(--mc1-fade-3);
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
.ourCustomers__List .ourCustomers__List__Item:after {
  content: "";
  width: 0;
  border-left: 1px dashed var(--mc1-fade-3);
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 170px;
}
.ourCustomers__List .ourCustomers__List__Item:nth-child(6n):after {
  display: none;
}
.learnDnn {
  margin-bottom: 112px;
}
.learnDnn__Ttl {
  margin-bottom: 2rem;
}
.learnDnn__Txt {
  color: #495566;
  width: calc(100% - 64px);
}
.learnDnn__Ttl span::before {
  display: block;
  position: absolute;
  height: 0.625rem;
  min-height: 0.625rem;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
}
.learnDnn__Video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.learnDnn__Video::before {
  display: block;
  position: absolute;
  top: -8px;
  left: 13px;
  background: linear-gradient(119deg, #b7d2fe 2.07%, #f2f7ff 98.06%);
}
.learnDnn__Video::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 54px;
  background: linear-gradient(299deg, #b7d2fe 1.94%, #f2f7ff 97.93%);
}
.learnDnn__Video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(6, 18, 87, 0.15);
}
.learnDnn__Video .AboutUs__Video_Waves {
  position: relative;
  width: 100px;
  height: 100px;
  z-index: 1;
}
.learnDnn__Video .AboutUs__Video_Wave {
  width: 100px;
  height: 100px;
  background: var(--mc1);
  opacity: 0;
  border-radius: 50%;
}
.learnDnn__Video .AboutUs__Video_Icon img {
  width: 3rem;
  height: 3rem;
  background: #fff0;
  border-radius: 0;
}
.seo__Services__Ttl span::before,
.service__WebDesign_Duty__CC__Ttl span::before,
.service__WebDesign__Duty_Wordpress__About__Ttl span::before {
  transform: translateY(100%);
  min-width: 100%;
  background-color: var(--color-accent);
  width: 100%;
  transition: var(--transition);
  content: "";
  right: 0;
  bottom: 0;
}
.learnDnn__List__Wrapper__Ttl {
  margin-bottom: 1.25rem;
}
.learnDnn__List__Wrapper__Ttl span::before {
  display: block;
  position: absolute;
  height: 0.5rem;
  min-height: 0.5rem;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
}
.learnDnn__List__Wrapper__Txt {
  width: 74%;
  margin: 0 auto;
}
.beauty_Charter .cafe_Charter_Items,
.learnDnn__List,
.serviceAc__Content_Wraper h2:not(:last-child) {
  margin-top: 1.5rem;
}
.learnDnn__List__Section__Content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 0.75rem;
}
.learnDnn__List__Section__Content__Item {
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  background: var(--mc1-fade-5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.learnDnn__Modules {
  padding: 60px 0;
  margin-top: var(--main-space);
}
.cafe_Benefits__Ttl,
.learnDnn__Modules__Ttl {
  margin-bottom: 20px;
}
.learnDnn__Modules__Txt {
  width: 74%;
  margin: 0 auto 2rem;
}
.learnDnn__Modules__List__Item {
  background-color: var(--white);
  padding: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 calc(33.3333% - 1.34rem);
  max-width: calc(33.3333% - 1.34rem);
}
.learnDnn__Modules__List {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.75rem;
  margin-bottom: 2rem;
}
.learnDnn__Modules__More a {
  margin: 0 auto;
  --btn-accent: var(--white);
  --btn-bak: var(--mc2);
  background-color: var(--btn-bak);
  padding: 0.5rem 2.125rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: solid 1px var(--btn-accent);
  border-radius: var(--border-radius-sm);
}
.seo__Services_Info__Content__Btn a,
.seo__Services_Second__Content__Btn a {
  padding: 0.75rem 1.5rem;
}
.service__WebDesign__Duty_Content,
.service__WebDesign__Duty_Report,
.service__WebDesign__Duty_Wordpress {
  background-color: var(--bw-fade-2);
  border-radius: var(--border-radius-sm);
  padding: 1.5rem;
}
.listItem,
.service__WebDesign__Duty_Content {
  padding-bottom: 0 !important;
}
.service__WebDesign__Duty_Content .service__WebDesign__Txt,
.service__WebDesign__Duty_Wordpress .service__WebDesign__Txt {
  width: 94%;
}
.service__WebDesign__Duty_Report .service__WebDesign__Txt {
  font-weight: var(--fw-400) !important;
  color: var(--tc3) !important;
  font-size: 16px;
  margin: 0.25rem 0;
}
.service__WebDesign__Duty_Wordpress__Support,
.services__Web__Faq_Google {
  margin: 0 0 var(--main-space);
}
.jobOp__Header,
.seo__Services,
.seo__Services_Info,
.seo__Services_Second,
.service__WebDesign_Duty__CC,
.service__WebDesign__Duty_Content__Stats {
  margin-bottom: var(--main-space);
}
.service__WebDesign__Duty_Wordpress__About__Ttl span::before {
  display: block;
  position: absolute;
  --icon-url: url(assets/icons/wordpress-title-vector.svg);
  --color-accent: var(--mc1);
  height: 0.625rem;
  min-height: 0.625rem;
  mask: var(--icon-url) no-repeat center/contain;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
}
.seo__Services__Ttl span::before,
.service__WebDesign_Duty__CC__Ttl span::before {
  height: 0.65rem;
  min-height: 0.65rem;
}
.crypto_tab_text,
.service__WebDesign__Duty_Wordpress__Support__Img {
  text-align: right;
}
.service__WebDesign__Duty_Wordpress__About__Txt p,
.service__WebDesign__Duty_Wordpress__Price__Txt p {
  text-align: justify;
  width: 85%;
}
.service__WebDesign__Duty_Content__Stats__Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 128px;
  margin-top: 3.5rem;
}
.service__WebDesign__Duty_Content__Stats__Card {
  border-radius: var(--border-radius-sm);
  border: 1px solid var(--tc3);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.service__WebDesign__Duty_Content__Stats__Card:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  background: url(assets/icons/arrow-curve.png) center/cover no-repeat;
  right: 100%;
  top: 0;
  width: 3.625rem;
  height: 4.875rem;
  transform: translate(-60%, -50%);
}
.service__WebDesign__Duty_Content__Stats__Card:nth-child(2n):before {
  top: auto;
  bottom: 0;
  transform: translate(-60%, 50%) rotateX(180deg);
}
.service__WebDesign__Duty_Content__Stats__Icon img {
  width: 75px;
  height: 72px;
}
.service__WebDesign_Duty__CC {
  background-color: var(--mc1);
  padding: calc(var(--main-space) * 0.5) 0;
}
.aboutUs_Achievements_Img,
.cafe_Info_Img,
.service__WebDesign_Cafe__About__Img,
.service__WebDesign_Duty__CC__Img {
  text-align: left;
}
.service__WebDesign_Duty__CC__Ttl {
  color: var(--mc1-fade-5);
  margin-bottom: 1rem;
}
.aboutUs_License_Wrapper,
.aboutUs_Reviews_Images,
.aboutUs_Reviews_List,
.home__Why,
.jobOp__Header,
.jobOp__Ttl h1 span,
.job__Detail__Ttl,
.landing_Website_Project_Item_Icon,
.landing_Website_Steps_Par,
.learnDnn_Maintenance_Par,
.learnDnn_Panel_Container,
.learn_Banner,
.learn_Why_Item_Icon,
.ourTeam,
.ourTeam__Card,
.ourTeam__Card__Header,
.ourTeam__Cards,
.ourTeam__Cards__Wrapper,
.portal_Banner,
.portal_Portfolio,
.portfolio_Category_Item,
.portfolio_Home_Container,
.seo__Services__Ttl span,
.service__WebDesign_Duty_Report__Cards,
.service__WebDesign_Duty__CC__Ttl span,
.service__WebDesign__Duty__Tab_Report,
.service__WebDesign__Tab_Cc,
.service__WebDesign__Tab_Google,
.service__WebDesign__Tab_Seo,
.webApp_Benefits,
.webapp_Banner,
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right {
  position: relative;
}
.service__WebDesign_Duty__CC__Ttl span::before {
  display: block;
  position: absolute;
  --icon-url: url(assets/icons/faq-title-vector.svg);
  --color-accent: var(--mc1-fade-1);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
}
.ourTeam__Txt,
.service__WebDesign_Duty__CC__Txt {
  color: var(--bw-fade-4);
}
.service__WebDesign__Duty_Seo {
  background-color: var(--bw-fade-2);
  border-radius: var(--border-radius-sm);
  padding: 2.5rem;
  margin-bottom: 0 !important;
}
.service__WebDesign__Duty_Seo .row {
  justify-content: center;
}
.service__WebDesign__Duty_Seo .service__WebDesign__Items {
  margin-top: 3.5rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 134px;
}
.service__WebDesign__Duty_Seo .service__WebDesign__Item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: auto;
  position: relative;
}
.service__WebDesign__Duty_Seo
  .service__WebDesign__Item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: -25%;
  top: 50%;
  transform: translate(50%, -50%);
  height: 2.625rem;
  border: 1px solid var(--mc2-fade-3);
}
.service__WebDesign__Duty_Seo .service__WebDesign__Items__Ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.beauty_Platform__Txt,
.cafe_Info_Txt,
.service__WebDesign__Duty_Seo .service__WebDesign__Items__Txt,
.webApp_Services_Txt {
  text-align: justify;
}
.service__WebDesign__Duty_Seo .service__WebDesign__Btns {
  width: 50%;
  margin-top: 2.5rem;
}
.service__WebDesign__Duty_Seo_Consulting {
  margin-bottom: var(--main-space) !important;
}
.seo__Services__Txt {
  margin: 1rem auto 0;
}
.seo__Services_Second__Content,
.seo__Services__Content {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.seo__Services__Content__Img {
  flex: 0 0 55%;
  max-width: 55%;
  text-align: right;
}
.seo__Services__Content__Items {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.seo__Services__Content__Items__Ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.seo__Services__Ttl span::before {
  display: block;
  position: absolute;
  --icon-url: url(assets/icons/home-title-vector.svg);
  --color-accent: var(--mc1);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
}
.seo__Services__Content__Btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.seo__Services__Content__Btn a {
  padding: 0.75rem 1.5rem;
  flex: 1;
}
.seo__Services_Info__Txt {
  margin: 1rem auto 0;
  width: 84%;
}
.p404,
.seo__Services_Links {
  margin-bottom: var(--main-space);
  display: flex;
}
.seo__Services_Info__Content {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.seo__Services_Info__Content__Img {
  flex: 0 0 45%;
  max-width: 45%;
  text-align: center;
}
.seo__Services_Info__Content__Items {
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 74px;
}
.seo__Services_Info__Content__Item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.seo__Services_Info__Content__Items__Ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.seo__Services_Info__Content__Btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.seo__Services_Links {
  align-items: center;
}
.seo__Services_Links__Content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 0 0 55%;
  max-width: 55%;
}
.seo__Services_Links__Img {
  flex: 0 0 45%;
  max-width: 45%;
}
.seo__Services_Links__Content__Items,
.service__InfoAc__Wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.seo__Services_Links__Content__Items__Ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.service__WebDesign_Duty_Website__Cards,
.service__WebDesign_Exclusive__Cards_Seo,
.service__WebDesign__Tab_Wordpress {
  padding: calc(var(--main-space) * 0.5) 0;
}
.service__WebDesign_Exclusive__Cards_Seo
  .service__WebDesign_Exclusive__Card__Ttl {
  gap: 0.5rem;
}
.service__WebDesign_Exclusive__Cards_Seo
  .service__WebDesign_Exclusive__Card__Ttl
  img {
  width: 1.25rem;
  height: 1.25rem;
}
.service__WebDesign_Exclusive__Cards_Seo .service__WebDesign_Exclusive__Card {
  min-height: 216px;
}
.service__WebDesign_Exclusive__Cards_Google
  .service__WebDesign_Exclusive__Card {
  min-height: 300px;
}
.service__WebDesign_Exclusive__Cards_Google {
  margin-top: 0;
}
.service__WebDesign_Exclusive__Cards_Seo .exclusive__Card__Border {
  width: 4rem;
  height: 4rem;
}
.service__WebDesign_Exclusive__Cards_Seo
  .exclusive__Card__Border.exclusive__Card__Border_TopRight {
  transform: translate(1px, -1px);
}
.service__WebDesign_Exclusive__Cards_Seo
  .exclusive__Card__Border.exclusive__Card__Border_BottomLeft {
  transform: translate(-1px, 1px);
}
.service__WebDesign_Exclusive__Cards_Seo
  .exclusive__Card__Border.exclusive__Card__Border_BottomRight {
  transform: translate(1px, 1px);
}
.service__WebDesign_Exclusive__Cards_Seo
  .exclusive__Card__Border.exclusive__Card__Border_TopLeft {
  transform: translate(-1px, -1px);
}
.seo__Services_Second__Content__Img {
  flex: 0 0 60%;
  max-width: 60%;
  text-align: center;
}
.seo__Services_Second__Content__Items {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.seo__Services_Second__Content__Item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.seo__Services_Second__Content__Items__Ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.service__WebDesign_Duty_Report__Cards::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -25%;
  width: 170px;
  height: 170px;
  background: url(assets/icons/diamond-vector.svg) center/contain no-repeat;
  transform: translate(50%, -50%);
  z-index: -1;
}
.service__WebDesign__Duty__Tab_Report::before,
.service__WebDesign__Tab_Cc::before,
.service__WebDesign__Tab_Google::before,
.service__WebDesign__Tab_Seo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -25%;
  width: 170px;
  height: 170px;
  background: url(assets/icons/diamond-vector.svg) center/contain no-repeat;
  transform: translate(-50%, -25%);
  z-index: -1;
}
.service__WebDesign__Tab_Cc::before {
  z-index: 1 !important;
  transform: translate(-50%, -50%) !important;
}
.service__WebDesign__Tab_Google::before,
.service__WebDesign__Tab_Seo::before {
  z-index: 1 !important;
  transform: translate(-25%, -50%) !important;
}
.beauty_Charter-2 .cafe_Charter_Item_Blue,
.services__Web__Traits_Google,
.services__Web__Traits_Website {
  padding: 0;
}
.p404 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p404__Btn button {
  border-radius: var(--border-radius-sm);
  background: var(--mc1);
  padding: 0.75rem 4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  transition: var(--transition);
}
.p404__Btn button:active,
.p404__Btn button:focus,
.p404__Btn button:hover {
  background: var(--mc1-fade-1) !important;
}
.p404__Btn button .ezIcon {
  transform: rotate(180deg);
}
.serviceAc__Content_Wraper * {
  color: inherit;
}
.serviceAc__Content_Wraper {
  background-color: var(--bw-fade-2);
  padding: 1rem 1.5rem;
  border-radius: var(--border-radius-sm);
  color: var(--bw-fade-7);
  font-size: var(--fz-xs);
  font-weight: var(--fw-400);
  line-height: 30px;
}
.serviceAc__Content_Wraper table {
  margin-inline: auto;
  margin-block: 1.5rem;
  border-radius: var(--border-radius-sm);
  background-color: var(--white);
  border: none;
  padding: 0.5rem 1.5rem !important;
  display: block;
  box-shadow: var(--box-shadow-xs);
}
.serviceAc__Content_Wraper div:has(> table):nth-of-type(odd) table {
  background-color: var(--mc1-fade-4);
}
.serviceAc__Content_Wraper table th {
  color: var(--mc2);
  font-weight: var(--fw-600);
  font-size: var(--fz-md);
}
.serviceAc__Content_Wraper table td {
  border: none !important;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 0 !important;
}
.serviceAc__Content_Wraper table tr:not(:last-child) {
  border-bottom: var(--mc2-fade-4) 1px solid;
}
.serviceAc__Content_Wraper h2 {
  line-height: 28px;
  font-size: var(--fz-sm);
  color: var(--mc2);
  margin-bottom: 0.5rem;
}
.serviceAc__Content_Wraper h3 {
  color: var(--mc2-fade-0);
}
.serviceAc__Content_Wraper a {
  color: var(--mc1);
  text-decoration: underline;
}
.serviceAc__Content_Wraper .showmore_trigger {
  position: relative;
  color: var(--mc1);
  font-weight: var(--fw-600);
  cursor: pointer;
}
.serviceAc__Content_Wraper .showmore_trigger::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(0deg, var(--bw-fade-2) 0, transparent 100%);
  transition: var(--transition);
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}
.serviceAc__Content_Wraper
  .showmore_trigger:has(.more[style="display: none;"])::before {
  visibility: hidden;
  opacity: 0;
}
.serviceAc__Content_Wraper ul > li {
  margin-right: 0;
  margin-bottom: 0 !important;
  line-height: 2rem;
}
.serviceAc__Content_Wraper ul > li::before {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--mc1-fade-1);
  margin-left: 12px;
  border-radius: 50%;
}
.serviceAc__Content_Wraper ol > li {
  margin-right: 0;
  margin-bottom: 0 !important;
  counter-increment: subpage-counter;
  display: flex;
  align-items: baseline;
  line-height: 2rem;
}
.serviceAc__Content_Wraper ol > li::before {
  content: counter(subpage-counter);
  color: var(--mc1);
  background-color: #d3e8f8;
  font-size: var(--fz-lg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  vertical-align: baseline;
  font-weight: var(--fw-600);
  border-radius: 50%;
  margin-left: 0.75rem;
  min-width: 2rem;
}
.ourTeam::before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 98px;
  height: 124px;
  background: url(assets/icons/ez-icon.svg) center/contain no-repeat;
}
.ourTeam__Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--border-radius);
  background: var(--mc2);
  padding: 3rem 6.75rem;
}
.ourTeam__Ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.ourTeam__Ttl__Img {
  padding-left: 0.625rem;
}
.ourTeam__Cards {
  display: grid;
  grid-auto-flow: dense;
  gap: 1rem;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  column-gap: 2rem;
  row-gap: 72px;
}
.jobOp__Header::before,
.ourTeam__Cards__Wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 106px;
  height: 106px;
  background: url(assets/icons/dots-vector.png) center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.ourTeam__Card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.ourTeam__Card::before {
  content: "";
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  height: 116px;
  width: 3rem;
  background: var(--mc1-fade-3);
  transform: translate(0.75rem, -50%);
}
.ourTeam__Card__Header {
  overflow: hidden;
  width: 100%;
}
.ourTeam__Card__Header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  border-radius: 0 0 var(--border-radius-sm) 2.5rem;
  mask: linear-gradient(0deg, rgb(255 255 255 / 0.5) 0%, #fff0 80.24%);
  -webkit-mask: linear-gradient(0deg, #000000 0%, #000000 65%, #fff0 80%);
  transition: 0.5s;
  backdrop-filter: blur(0);
  z-index: 1;
  mix-blend-mode: color;
}
.ourTeam__Card_Resume,
.ourTeam__Card__Header::after,
.ourTeam__Card__Header__Img img {
  border-radius: var(--border-radius-sm) 2.5rem;
}
.ourTeam__Card:hover .ourTeam__Card__Header::before {
  backdrop-filter: blur(4px);
}
.ourTeam__Card__Footer .ezIcon,
.ourTeam__Card__Header__Info .ezIcon {
  transform: rotate(-90deg);
}
.ourTeam__Card__Header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180deg, #fff0 42.5%, #090e1a 100%);
  height: 100%;
  transition: var(--transition);
}
.ourTeam__Card:hover .ourTeam__Card__Header::after {
  opacity: 0.5;
  visibility: visible;
}
.ourTeam__Card__Header__Img {
  height: 100%;
}
.ourTeam__Card__Header__Img img {
  filter: grayscale(1);
  transition: var(--transition-cubic);
  width: 100%;
  height: 100%;
}
.ourTeam__Card__Header__Info {
  position: absolute;
  transition: var(--transition-cubic);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  gap: 0.25rem;
}
.ourTeam__Card:hover .ourTeam__Card__Header__Info {
  transform: translate(-50%, -1.5rem) !important;
  opacity: 1;
  visibility: visible;
}
.ourTeam__Card_Resume {
  background: var(--mc1-fade-5);
  max-height: 428px;
  border: 1px solid var(--mc1-fade-1) !important;
  transition: var(--transition);
  justify-content: space-between;
  overflow: hidden;
}
.ourTeam__Card_Resume:hover {
  background: var(--mc2);
  border-color: var(--mc2);
}
.ourTeam__Card_Resume .ourTeam__Card__Header {
  height: 100%;
}
.cafe_Charter_Item_Blue .cafe_Charter_Item__Img,
.commerce_Plan_Price,
.commerce_Plan_Ttl,
.commerce_Plans_Ttl,
.landing_Website_Steps_Card_Desc,
.landing_Website_Steps_Card_Ttl,
.landing_Website_Steps_Desc,
.landing_Website_Steps_SubTtl,
.landing_Website_Steps_Ttl,
.learnDnn_Modules_Header p,
.ourTeam__Card_Resume .ourTeam__Card__Header__Name p,
.services_Home_Card_Content p,
.webApp_Benefits_Card_Blue .webApp_Benefits_Card__Img {
  text-align: center;
}
.ourTeam__Card_Resume .ourTeam__Card__Header__Name {
  transform: translateY(50px);
  transition: var(--transition);
}
.ourTeam__Card_Resume:hover .ourTeam__Card__Header__Name {
  transform: translateY(-100%);
}
.ourTeam__Card_Resume .ourTeam__Card__Header__Img {
  position: absolute;
  transform: translate(-50%, -150%) scale(0);
  top: 0;
  transition: 0.5s;
  height: fit-content;
  left: 50%;
}
.ourTeam__Card_Resume:hover .ourTeam__Card__Header__Img {
  transform: translate(-50%, 1.5rem) scale(1);
}
.ourTeam__Card_Resume .ourTeam__Card__Header__Img img {
  border-radius: 0 !important;
  filter: none !important;
}
.ourTeam__Card_Resume .ourTeam__Card__Title p:first-child {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  text-align: center;
  transition: 0.5s;
}
.ourTeam__Card_Resume:hover .ourTeam__Card__Title p:first-child {
  right: 0;
  transform: translate(100%, -50%);
}
.ourTeam__Card_Resume .ourTeam__Card__Title p:last-child {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: 0.5s;
}
.ourTeam__Card_Resume:hover .ourTeam__Card__Title p:last-child {
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--bw-fade-2);
}
.ourTeam__Card_Resume .ourTeam__Card__Footer {
  transform: translateY(100%);
  transition: var(--transition);
}
.ourTeam__Card_Resume:hover .ourTeam__Card__Footer {
  transform: translateY(-2.5rem);
  transition: 0.5s;
}
.ourTeam__Card_Resume .ourTeam__Card__Header::after,
.ourTeam__Card_Resume .ourTeam__Card__Header::before,
.ourTeam__Card_Resume::before {
  content: unset !important;
}
@media (max-width: 991px) {
  .ourTeam__Ttl,
  .service__WebDesign_Wordpress__feature__Wrapper {
    flex-direction: column;
  }
  .service__WebDesign_Wordpress__feature__Card {
    flex: 100%;
    max-width: 100%;
  }
  .service__WebDesign_Wordpress__feature__Wrapper
    .service__WebDesign_Wordpress__feature__Card:not(:last-child) {
    border-bottom: 1px solid var(--mc2-fade-3);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .service__WebDesign_Exclusive__Price__Content {
    padding: 0.25rem;
  }
  .service__WebDesign_Exclusive__Price__Ttl::before {
    right: 1.5rem;
  }
  .service__WebDesign_Exclusive__Price__Ttl {
    text-align: center;
    width: 90%;
    margin: 0 auto 1.5rem;
  }
  .service__WebDesign_Exclusive__Price__Txt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .service__WebDesign_Exclusive__Desc__Card__Wrapper {
    flex-direction: column;
    gap: 0;
    margin: calc(var(--main-space) * 0.5) 0;
    position: relative;
    margin-top: var(--main-space);
  }
  .service__WebDesign_Exclusive__Desc__Cards__Ttl {
    align-items: flex-start;
  }
  .service__WebDesign_Exclusive__Desc__Cards__Ttl .ezIcon {
    margin-top: 0.25rem;
  }
  .service__WebDesign_Exclusive__Desc__Card:first-child {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--bw-fade-4);
  }
  .learnDnn__Img,
  .learnDnn__Ttl,
  .ourTeam__Card__Pos p,
  .ourTeam__Txt,
  .service__WebDesign_Duty__CC__Img,
  .service__WebDesign_Duty__CC__Ttl,
  .service__WebDesign_Exclusive__Price__Img,
  .service__WebDesign__Duty_Wordpress__About__Ttl,
  .service__WebDesign__Duty_Wordpress__Price__Ttl,
  .service__WebDesign__Duty_Wordpress__Support__Ttl {
    text-align: center;
  }
  .service__WebDesign_Exclusive__Price__Img img {
    width: 80%;
  }
  .service__WebDesign_Exclusive__Desc__Card__Wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: -1.5rem;
    right: 50%;
    transform: translateX(50%);
    background: url(assets/icons/dots-services.svg) center/cover no-repeat;
    width: 2.75rem;
    height: 0.25rem;
  }
  .service__WebDesign_Exclusive__Desc__Card__Wrapper::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    bottom: -1.5rem !important;
    right: 50% !important;
    top: auto !important;
    left: auto !important;
    transform: translateX(50%) !important;
    background: url(assets/icons/dots-services.svg) center/cover no-repeat !important;
    width: 2.75rem !important;
    height: 0.25rem !important;
    min-width: unset;
    min-height: unset;
  }
  .ourCustomers__Txt,
  .seo__Services_Info__Txt {
    width: 100%;
  }
  .ourCustomers__List .ourCustomers__List__Item {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 1rem;
  }
  .ourCustomers__List .ourCustomers__List__Item img {
    opacity: 1;
    width: 100%;
    height: auto;
  }
  .learnDnn {
    padding: 0.75rem 1rem;
  }
  .learnDnn__List__Wrapper__Txt,
  .learnDnn__Modules__Txt,
  .learnDnn__Txt,
  body:not(.personabar-visible) .LiveForm.Default .Field input[type="submit"],
  body:not(.personabar-visible)
    .sendResume
    .LiveForm.Default
    .page-break-section
    li.Submitbutton {
    width: 100% !important;
  }
  .learnDnn__Modules__Txt {
    margin-bottom: 1rem;
  }
  .learnDnn__Btns__Wrapper {
    gap: 0.25rem;
  }
  .learnDnn__Img {
    margin-top: 1rem;
  }
  .learnDnn__Img img {
    width: 70% !important;
    height: auto !important;
  }
  .learnDnn__Btns__Wrapper .btnStyle_Secondary {
    flex: 1;
  }
  .learnDnn__List__Section__Content__Item,
  .learnDnn__Modules__List__Item {
    max-width: 100% !important;
    flex: 100% !important;
  }
  .service__WebDesign__Duty_Wordpress__About__Txt p,
  .service__WebDesign__Duty_Wordpress__Price__Txt p {
    width: 90% !important;
  }
  .service__WebDesign__Duty_Wordpress__About__Img {
    text-align: center;
    margin-top: 0.75rem;
  }
  .service__WebDesign__Duty_Wordpress__About__Img img {
    width: 50% !important;
    height: auto !important;
  }
  .service__WebDesign__Duty_Wordpress__Price__Img img,
  .service__WebDesign__Duty_Wordpress__Support__Img img {
    width: 50%;
    height: auto;
  }
  .service__WebDesign__Duty_Wordpress__Price__Img,
  .service__WebDesign__Duty_Wordpress__Support__Img {
    text-align: center;
    margin-top: 1rem;
  }
  .service__WebDesign__Duty_Wordpress__Support .row {
    flex-direction: column-reverse;
  }
  .seo__Services_Info__Content,
  .seo__Services_Links,
  .seo__Services_Second__Content,
  .seo__Services__Content {
    flex-direction: column;
    align-items: flex-start;
  }
  .seo__Services_Second__Content {
    align-items: center !important;
  }
  .seo__Services__Content__Img {
    margin: 0 auto 3rem;
  }
  .seo__Services__Content__Img img {
    width: 100% !important;
    height: 100% !important;
  }
  .seo__Services_Info__Content__Img,
  .seo__Services_Links__Img,
  .seo__Services_Second__Content__Img {
    display: none;
  }
  .seo__Services_Info__Content__Items,
  .seo__Services_Links__Content,
  .seo__Services_Second__Content__Items,
  .seo__Services__Content__Items {
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .service__WebDesign_Exclusive__Cards_Seo .service__WebDesign_Exclusive__Card {
    min-height: unset !important;
  }
  .seo__Services_Second__Content__Btn {
    display: flex;
    justify-content: center;
  }
  .service__WebDesign_Duty_Report__Cards::before {
    right: -4%;
    width: 40px;
    height: 40px;
    transform: translate(50%, -100%);
  }
  .service__WebDesign__Duty__Tab_Report::before,
  .service__WebDesign__Tab_Cc::before,
  .service__WebDesign__Tab_Google::before,
  .service__WebDesign__Tab_Seo::before {
    left: -4%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%) !important;
  }
  .seo__Services_Second__Ttl,
  .service__WebDesign_Duty__CC__Img img,
  .service__WebDesign__Duty_Wordpress__Consulting__Ttl,
  .services__Web__Traits_Gray .services__Web__Traits__Ttl {
    width: 90%;
  }
  .seo__Services_Second__Ttl::before {
    transform: translate(50%, -6px) !important;
  }
  .services__Web__Traits_Gray .services__Web__Traits__Ttl::before {
    transform: translate(30%, -12px) !important;
  }
  .service__WebDesign__Duty_Seo_Consulting
    .service__WebDesign__Duty_Wordpress__Consulting__Ttl::before,
  .service__WebDesign__Duty_Wordpress__Consulting__Ttl::before,
  .service__WebDesign__Duty_Wordpress__Support
    .service__WebDesign__Duty_Wordpress__Consulting__Ttl::before,
  .services__Web__Traits_Gray_Report .services__Web__Traits__Ttl::before {
    transform: translate(-50%, -6px) !important;
  }
  .service__WebDesign__Duty_Content__Stats__Wrapper {
    display: block;
  }
  .service__WebDesign__Duty_Content__Stats__Card {
    display: flex !important;
    margin: 0 0.5rem;
  }
  .service__WebDesign__Duty_Content__Stats__Card::before {
    display: none !important;
  }
  .service__WebDesign__Duty_Content__Stats__Wrapper .slick-arrow {
    --arrow-accent: var(--white) !important;
    width: 2rem !important;
    height: 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: 0 0 !important;
    bottom: auto !important;
    top: -0.5rem !important;
    transform: translateY(-100%) !important;
  }
  .service__WebDesign__Duty_Content__Stats__Wrapper .slick-arrow.slick-next {
    right: auto !important;
    left: 0 !important;
  }
  .service__WebDesign__Duty_Content__Stats__Wrapper .slick-arrow.slick-prev {
    left: auto !important;
    right: 0 !important;
  }
  .service__WebDesign__Duty_Content__Stats__Wrapper .slick-arrow::before {
    width: 1.5rem !important;
    height: 1.5rem !important;
    min-width: 1.5rem !important;
    min-height: 1.5rem !important;
    background-color: var(--mc2) !important;
  }
  .seo__Services_Info__Content__Items,
  .seo__Services_Links__Content__Items,
  .seo__Services__Content__Items {
    gap: 0;
  }
  .seo__Services_Info__Content__Item,
  .seo__Services_Links__Content__Item,
  .seo__Services__Content__Item {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .seo__Services_Info__Content__Items
    .seo__Services_Info__Content__Item:not(:nth-child(3)),
  .seo__Services_Links__Content__Items
    .seo__Services_Links__Content__Item:not(:nth-child(3)),
  .seo__Services__Content__Items
    .seo__Services__Content__Item:not(:nth-child(3)) {
    border-bottom: 1px solid var(--mc2-fade-3);
  }
  .seo__Services__Content__Items__Ttl {
    margin-bottom: 0.5rem;
  }
  .seo__Services__Txt {
    text-align: justify;
  }
  .ourTeam__Card .ourTeam__Card__Header__Img img,
  .ourTeam__Card__Header__Img img {
    filter: none;
  }
  .ourTeam__Wrapper {
    padding: 1rem !important;
  }
  .ourTeam__Cards {
    display: flex !important;
    column-gap: 1rem !important;
    overflow: scroll;
    scroll-snap-type: x proximity;
  }
  .ourTeam__Card {
    flex: 0 0 35%;
    scroll-snap-align: start;
  }
  .ourTeam__Card .ourTeam__Card__Header__Info {
    transform: translate(-50%, -1.5rem) !important;
    opacity: 1;
    visibility: visible;
  }
  .ourTeam__Card .ourTeam__Card__Header::after {
    opacity: 0.5;
    visibility: visible;
  }
  .ourTeam__Card .ourTeam__Card__Header::before {
    backdrop-filter: blur(4px);
  }
  .ourTeam__Card_Resume {
    max-height: fit-content;
    background: var(--mc2);
    border-color: var(--mc2);
  }
  .ourTeam__Card_Resume .ourTeam__Card__Header__Name {
    transform: translateY(-100%);
  }
  .ourTeam__Card_Resume .ourTeam__Card__Header__Img {
    transform: translate(-50%, 1rem) scale(1);
  }
  .ourTeam__Card_Resume .ourTeam__Card__Header__Img img {
    width: 60px;
  }
  .ourTeam__Card_Resume .ourTeam__Card__Title p:first-child {
    right: 0;
    transform: translate(100%, -50%);
  }
  .ourTeam__Card_Resume .ourTeam__Card__Title p:last-child {
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bw-fade-2);
  }
  .ourTeam__Card_Resume .ourTeam__Card__Footer {
    transform: translateY(-2.5rem);
    transition: 0.5s;
  }
}
@media (max-width: 425px) {
  .ourTeam__Card {
    flex: 0 0 80% !important;
  }
}
.jobOp__Ttl {
  margin-bottom: 2.375rem;
}
.jobOp__Ttl h1 span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  --color-accent: var(--mc1);
  width: calc(100% + 2rem);
  height: 0.375rem;
  min-width: calc(100% + 2rem);
  min-height: 0.375rem;
  mask: var(--icon-url) no-repeat center/contain;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
  background-color: var(--color-accent);
  transition: var(--transition);
}
.jobOp__Desc {
  background: var(--mc1-fade-4);
  padding: 2.5rem 3rem;
  border-radius: var(--border-radius);
}
.jobOffer__Wrapper {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: calc(var(--main-space) / 1.5);
}
.jobOffer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-bottom: 0.5rem;
  padding: 0.5rem 2rem;
  transition: var(--transition);
  border-radius: var(--border-radius-sm);
  border-bottom: 1px solid var(--mc2-fade-4);
}
.jobOffer:hover {
  box-shadow: var(--box-shadow-md);
  padding: 0.5rem 1.5rem 0.5rem 2rem;
}
.jobOffer__Link a {
  color: var(--mc1-fade-0);
}
.jobOffer__Link a .ezIcon {
  transform: rotate(90deg);
  background: var(--mc1-fade-0);
}
.blog__Detail_Content a,
.jobOffer:hover .jobOffer__Link a,
.jobOffer:hover .jobOffer__Link a .ezIcon,
.learnDnn_Maintenance_Item:hover .learnDnn_Maintenance_Item_Title p,
.learnDnn_Panel_Item:hover .learnDnn_Panel_Item_Ttl_Txt {
  color: var(--mc1);
}
.jobOffer__Name p {
  color: var(--bw-fade-9);
}
.offer__Ttl p {
  color: var(--bw-fade-0);
}
body:not(.personabar-visible) .sendResume .LiveForm.Default .thank-you,
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  ul.page-break-section {
  --form-radius: 0 !important;
  --form-block-padding: 0 !important;
  --form-inline-padding: 0 !important;
  --form-block-gap: 0 !important;
  --form-inline-gap: 0 !important;
  box-shadow: none !important;
}
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  .Field.Heading
  .Header {
  border-bottom: none !important;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem !important;
  font-size: var(--fz-xl);
  line-height: var(--lh-xl);
  font-weight: var(--fw-600);
  color: var(--bw-fade-0);
}
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  .Field.Heading
  .SubHeader {
  text-align: justify;
  font-size: var(--fz-sm);
  line-height: var(--lh-sm);
  font-weight: var(--fw-400);
  color: var(--tc4);
  font-style: normal;
}
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  ul.page-break-section
  .Field {
  padding: 1.125rem !important;
}
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  .Field
  .MatrixWrapper
  > label,
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  .Field
  label[class*="Field-Label-"],
body:not(.personabar-visible) .sendResume .LiveForm.Default .Field > label {
  transform: translate(-2rem, 0.375rem);
}
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  .page-break-section
  li.Submitbutton {
  width: 33.33333333%;
}
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  ul.page-break-section
  .Fileupload {
  border-radius: unset !important;
  background: 0 0 !important;
}
.sendResume .LiveForm .plupload_container {
  width: 100%;
  margin-bottom: unset;
  max-width: 100%;
  border: solid 1px var(--tc2) !important;
  border-radius: var(--border-radius-xs);
  padding: 0.75rem;
  font-size: var(--fz-xs);
  transition: var(--transition);
  min-height: 48px;
  color: var(--tc4);
  resize: none;
}
body:not(.personabar-visible) .sendResume .LiveForm.Default .plupload_button {
  padding: 0 !important;
  font-size: 0 !important;
  min-width: unset !important;
  background: url(assets/icons/attachment.svg) center no-repeat !important;
  border: none !important;
  margin-left: 0.75rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right::before {
  content: "";
  display: block;
  position: absolute;
  --icon-url: url(assets/icons/arrow-left.svg);
  --color-accent: var(--white);
  height: var(--icon);
  width: var(--icon);
  min-width: var(--icon);
  min-height: var(--icon);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  top: 50%;
  transform: translate(calc(-50% - 4.25rem), -50%);
  left: 50%;
  background-color: var(--color-accent);
  transition: var(--transition);
  pointer-events: none;
}
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .plupload_filelist_footer {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sendResume .plupload_filelist_header {
  display: none !important;
}
.sendResume .plupload_filelist {
  width: calc(100% - 2.5rem);
}
.job__Detail__Ttl::after,
.job__Detail__Ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
  background: url(assets/icons/diamond-vector.svg) center/cover no-repeat;
}
.job__Detail__Ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--mc1);
  padding: 2.375rem;
  border-radius: var(--border-radius-sm);
  margin-bottom: calc(var(--main-space) * 0.5);
  overflow: hidden;
}
.sendResume {
  margin-bottom: calc(var(--main-space) * 0.75);
}
.job__Detail__Ttl h1 {
  color: var(--mc1-fade-5);
}
.job__Detail__Ttl::before {
  right: -0.375rem;
  top: -1.125rem;
}
.job__Detail__Ttl::after {
  left: 0;
  bottom: -10px;
}
.openConsultationModal,
body:not(.personabar-visible)
  .sendResume
  .LiveForm.Default
  input:not([type="submit"]) {
  cursor: pointer;
}
.jobOffer__Wrapper:empty,
.landing_Website_Portfolio::before,
.services_Home_Card_Last {
  display: none;
}
#consultingForm {
  height: 638px;
}
.service__WebDesign_Cafe__About {
  margin-top: 88px;
}
.service__WebDesign_Cafe__About__Img img {
  width: 300px;
  height: 300px;
}
.service__WebDesign__Duty_Cafe {
  margin-block: 5.5rem;
  padding: 2rem 3rem;
}
.service__WebDesign__Duty_Cafe__Ttl {
  margin-bottom: 1.625rem;
}
.aboutUs__Content_Item,
.newSite_Traits__Item,
.service__WebDesign__Duty_Cafe__Txt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.beauty_Charter-2 .cafe_Charter_Ttl,
.ecommerce_Traits_Ttl,
.newSite_Traits__Ttl,
.service__WebDesign__Duty_Cafe__Txt:not(:last-child) {
  margin-bottom: 1rem;
}
.aboutUs > .container > .row,
.beauty_Samples-2 .row,
.landing_Website > .row,
.landing_Website_Portfolio .portfolio_Home_Wrapper,
.newSite_Traits .row,
.paging_Wrapper,
.service__WebDesign__Duty_Cafe .row {
  align-items: center;
}
.service__WebDesign__Duty_Cafe .row > * {
  padding-right: var(--bs-gutter-x) !important;
  padding-left: var(--bs-gutter-x) !important;
}
.cafe_Info {
  padding-block: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cafe_Info_Content {
  flex: 0 0 70%;
}
.cafe_Info_Img {
  flex: auto;
}
.cafe_Brands {
  margin-block: 3.5rem;
}
.cafe_Brands_Ttl {
  position: relative;
  margin-bottom: 36px;
}
.CEX_list_item::before,
.DEX_list_item::before,
.P2P_list_item::before,
.pricing_list_item::before {
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}
.cafe_Brands_Txt {
  margin-bottom: 48px;
}
.cafe_Brands_Cards,
.learnDnn_Modules_Content {
  display: grid;
  grid-template-columns: repeat(var(--col, 3), 1fr);
  column-gap: 2rem;
  row-gap: 1.5rem;
}
.cafe_Brands_Card {
  border-radius: 1rem;
  background: var(--mc1-fade-5);
  padding: 1.5rem 1.5rem 4rem;
}
.cafe_Brands_Card_Txt {
  color: #545960;
  margin-top: 1rem;
}
.CEX_list_item,
.crypto_list_item,
.pricing_list_item {
  color: var(--gray-color-600, #475569);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}
.cafe_Benefits {
  margin-bottom: 106px;
}
.cafe_Benefits__Content {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 64px;
}
.cafe_Benefits__Content__Img img {
  min-width: 312px;
  height: auto;
}
.cafe_Benefits__Content__Items,
.commerce_Plan_Price_Items,
.portfolio_Home_List {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.crypto-phone {
  width: 228px;
  height: 347px;
}
.money-laptop {
  width: 425px;
  height: 340px;
}
.crypto-planet {
  width: 260px;
  height: 290px;
}
.crypto-solidity {
  width: 370px;
  height: 370px;
}
.CEX_list_item,
.pricing_list_item {
  padding-right: 40px;
}
.pricing_list_item::before {
  content: url(assets/icons/tick.svg);
  color: #0a65fc;
  top: 20%;
}
.DEX_list_item::before,
.P2P_list_item::before {
  top: 65%;
  color: #0a65fc;
}
.crypto_attr_btns {
  padding: 14px;
  text-align: start;
  border-radius: 4px;
  background: var(--secondary-600, #061257);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.P2P_list_item,
.crypto_tab_text {
  color: var(--gray-color-600, #475569);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.crypto_tab {
  border-radius: 8px;
  background: var(--primary-50, #f0f6ff);
  padding: 24px;
}
.DEX_list_item {
  padding-right: 24px;
}
.DEX_list_item::before {
  content: url(assets/icons/square.svg);
}
.P2P_list_item {
  position: relative;
  padding-right: 28px;
}
.P2P_list_item::before {
  content: url(assets/icons/polygon.svg);
}
.CEX_list_item::before {
  content: url(assets/icons/tick.svg);
  color: #0a65fc;
  top: 50%;
}
.crypto_blue_box {
  display: block;
  margin: 80px auto;
  background-color: #cee0fe;
  border-radius: 16px;
  width: 80%;
  padding: 24px;
}
.cafe_Charter_Ttl,
.ecommerce_Benefits-2 .cafe_Benefits__Ttl,
.ecommerce_Traits_Ttl,
.newsSite_Samples_Ttl {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.crypto_blue_box_text {
  color: var(--secondary-500, #384179);
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.crypto_blue_box_text span {
  color: #0a65fc;
}
.bg-primary-100 {
  background-color: #e7f0ff;
}
.bg-primary-title {
  color: var(--secondary-600, #061257);
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;
}
.mt-12 {
  margin-top: 12px;
}
.cafe_Benefits__Content__Item,
.learnDnn_Modules_Item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.learnDnn_Maintenance_Item {
  gap: 8px;
  display: flex;
  align-items: center;
  position: relative;
}
.learnDnn_Maintenance_Item img:first-child {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
  right: 0;
}
.learnDnn_Maintenance_Item:hover img:first-child {
  opacity: 0;
  visibility: hidden;
}
.learnDnn_Maintenance_Item img:last-child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.learnDnn_Maintenance_Item:hover img:last-child {
  opacity: 1;
  visibility: visible;
}
.learnDnn_Maintenance_Item_Title {
  padding-right: 28px;
}
.cafe_Benefits__Content__Items__Ttl p {
  display: inline;
}
.cafe_Profit {
  position: relative;
  padding: 48px 104px;
  border-radius: 16px;
  background: #e7f0ff;
}
.cafe_Profit::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: url(/portals/0/images/watermark.svg) center/contain no-repeat;
  width: 160px;
  height: 63.999px;
}
.cafe_Profit_Ttl {
  margin-bottom: 2rem;
  color: #1e293b;
  position: relative;
}
.cafe_Profit_Txt {
  color: #334155;
  margin-bottom: 1.5rem;
}
.cafe_Profit_Item,
.commerce_Plan_Price_Item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.cafe_Profit_Items,
.ecommerce_Benefits-2 .cafe_Benefits__Content__Items {
  display: grid;
  grid-template-columns: repeat(var(--col, 2), 1fr);
  gap: 1rem;
}
.cafe_Charter {
  margin-bottom: 3.5rem;
}
.cafe_Charter_Ttl,
.dotted-title,
.text-dark_blue {
  color: #061257;
}
.cafe_Charter_Items {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cafe_Charter_Item:first-child,
.webApp_Benefits_Card:first-child {
  grid-area: 1/1/3/2;
}
.cafe_Charter_Item:nth-child(3),
.webApp_Benefits_Card:nth-child(3) {
  grid-area: 1/3/2/4;
}
.cafe_Charter_Item:nth-child(5),
.webApp_Benefits_Card:nth-child(5) {
  grid-area: 2/3/3/4;
}
.cafe_Charter_Item {
  padding: 1.5rem;
  border-radius: 1rem;
  background: #f0f6ff;
}
.cafe_Charter_Item_Blue {
  padding-bottom: 0.875rem;
  background: var(--mc1);
}
.cafe_Charter_Item_Blue .cafe_Charter_Item__Txt {
  color: #f3f8ff;
}
.cafe_Charter_Item__Txt {
  color: #545960;
}
.cafe_Charter_Item_Blue .cafe_Charter_Item__Img img {
  width: 195px;
  height: auto;
}
.cafe_Charter_Item_Blue__Content .cafe_Charter_Item__Txt {
  margin-top: 0.25rem;
  margin-bottom: 0.875rem;
}
.cafe_Benefits_How .cafe_Benefits__Content__Img img {
  width: 320px;
  height: auto;
}
.cafe_Benefits__Item_Img img {
  min-height: 1.5rem;
  min-width: 1.5rem;
}
.cafe_Benefits__Content__Img {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 82px;
}
.beauty_Charter-2 .cafe_Charter_Items,
.news_Charter .cafe_Charter_Item_Blue__Content .cafe_Charter_Item__Txt {
  margin-top: 2rem;
}
.newsSite_Features {
  margin-bottom: 64px;
}
.newsSite_Features__Wrapper {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--col, 3), 1fr);
  gap: 2rem;
}
.newsSite_Features__Item {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e6e7ee;
  background: #fff;
  transition: var(--transition);
  padding: 1.5rem 0.5rem;
}
.newsSite_Features__Item:hover {
  border: 1px solid #cee0fe;
  background: #f0f6ff;
  box-shadow: 0 1px 3px 0 rgb(17 24 39 / 0.1), 0 1px 2px 0 rgb(17 24 39 / 0.06);
}
.beauty_Seo_Txt,
.newsSite_Features__Txt {
  color: #495566;
}
.beauty_Platform__Item_Info p,
.beauty_Platform__Txt,
.blog__Card__Content__Txt,
.cafe_Benefits__Txt,
.cafe_Charter_Txt,
.cafe_Profit_Item p,
.ecommerce_Info .cafe_Info_Txt,
.home__testimonial__Card_Company,
.newSite_Traits__Content > p,
.newsSite_Benefits .cafe_Benefits__Txt,
.newsSite_Features__Item__Header__Ttl,
.newsSite_Sum_Content p,
.webApp_Benefits_Card__Txt,
.webApp_Usage_Right > h3 {
  color: #545960;
}
.newSite_Traits {
  padding-block: 1.5rem;
}
.newSite_Traits_Items {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.beauty_Tricks__Card__Content h5,
.cafe_Benefits__Item_Info p,
.ecommerce_Steps_Card__Ttl p:last-child,
.newSite_Traits__Item p,
.newsSite_Samples_Item {
  color: #334155;
}
.newsSite_Benefits .cafe_Benefits__Content {
  margin-top: 24px;
}
.newsSite_Benefits .cafe_Benefits__Content__Items {
  gap: 2rem;
}
.newsSite_Benefits .cafe_Benefits__Content__Item {
  gap: 8px;
}
.newsSite_Benefits .cafe_Benefits__Content__Img img {
  min-width: auto;
  width: 100%;
}
.newsSite_Samples_Ttl {
  margin-bottom: 3rem;
}
.ecommerce_Benefits .cafe_Benefits__Ttl,
.ecommerce_Info .cafe_Info_Ttl,
.newsSite_Samples_Content_Ttl {
  color: #475569;
  margin-bottom: 36px;
  position: relative;
  width: fit-content;
}
.ecommerce_Benefits .cafe_Benefits__Ttl::before,
.ecommerce_Info .cafe_Info_Ttl::before,
.newsSite_Samples_Content_Ttl::before {
  --color-accent: var(--mc1-fade-1);
  height: 0.75rem;
  min-height: 0.75rem;
  transform: translateY(100%);
  --icon-url: url(assets/icons/home-title-vector.svg);
  min-width: 100%;
  transition: var(--transition);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
  right: 0;
  background-color: var(--color-accent);
  mask: var(--icon-url) no-repeat center/contain;
}
.newsSite_Samples_Txt {
  color: #545960;
  margin-bottom: 1.5rem;
}
.newsSite_Samples_List {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 24px;
  border-right: 1px solid var(--mc1);
  height: fit-content;
}
.beauty_Tricks__Wrapper,
.newsSite_Samples_List_Wrapper {
  display: grid;
  grid-template-columns: repeat(var(--col, 2), 1fr);
}
.newsSite_Samples_List_Wrapper {
  gap: 5.75rem;
}
.title-effect,
.title-underlined_effect {
  position: relative;
  color: #061257;
  font-size: 24px;
  font-weight: 600;
}
.dotted-title,
.fs-20 {
  font-size: 20px;
}
.title-effect::before {
  content: url(/portals/0/images/effect.svg);
  position: absolute;
  top: -35%;
  right: -5%;
}
.title-underlined_effect::before {
  content: url(assets/icons/signiture.svg);
  position: absolute;
  bottom: -70%;
  right: 0;
}
.dotted-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.dotted-title::before {
  content: "";
  position: absolute;
  background-color: #061257;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.light_gray-paragraph {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.light_gray-text {
  color: #475569;
}
.beauty_Tricks__Wrapper {
  gap: 2rem;
}
.beauty_Tricks__Card {
  display: flex;
  align-items: center;
  gap: 24px;
}
.beauty_Tricks__Card__Img img {
  min-width: 200px;
  height: auto;
}
.beauty_Tricks__Card__Content p {
  color: #545960;
  margin-top: 0.5rem;
}
.beauty_Tricks__Card__Content h4,
.commerce_Plans_Ttl {
  margin-bottom: 2rem;
}
.beauty_Benefits-2 {
  margin-block: 4.5rem;
}
.beauty_Benefits-2 .cafe_Benefits__Content__Img img {
  min-width: 384px;
  height: auto;
}
.beauty_Benefits-2 .cafe_Benefits__Content {
  margin-top: 0;
}
.beauty_Seo_Card_Txt {
  color: #6a719a;
}
.beauty_Seo_Card_Ttl {
  color: #384179;
}
.service__WebDesign_Duty_Btns a {
  height: 66px !important;
  color: var(--mc1) !important;
}
.service__WebDesign_Duty__CC .video_Landing {
  width: auto !important;
  height: auto !important;
}
.service__WebDesign_Duty__CC .video_Landing video {
  object-fit: contain !important;
}
.ecommerce_Steps,
.ecommerce_Traits {
  margin-block: 80px;
}
.ecommerce_Steps_Cards,
.learnDnn_Panel_List {
  display: grid;
  grid-template-columns: repeat(var(--col, 2), 1fr);
  column-gap: 2rem;
  row-gap: 1.5rem;
}
.ecommerce_Steps_Card {
  padding: 1rem;
  min-height: 250px;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(6 18 87 / 0.1);
}
.aboutUs_License_Images,
.ecommerce_Steps_Card__Ttl,
.learn_Why_Item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ecommerce_Steps_Card__Txt {
  margin-top: 14px;
  color: #545960;
}
.ecommerce_Steps_Info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
  align-self: center;
}
.ecommerce_Steps_Info_Btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.ecommerce_Steps_Info_Btns a {
  flex: 1;
  height: 62px;
}
.service__WebDesign_Duty__CC__List li {
  color: #fff;
  text-align: justify;
  font-size: var(--fz-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.ecommerce_Benefits .cafe_Benefits__Content__Items {
  display: grid;
  grid-template-columns: repeat(var(--col, 2), 1fr);
  justify-content: space-between;
  row-gap: 1rem;
  flex: auto;
}
.ecommerce_Benefits .cafe_Benefits__Content__Img,
.ecommerce_Benefits-2 .cafe_Benefits__Content__Img {
  align-items: flex-end;
}
.ecommerce_Benefits .cafe_Benefits__Content {
  margin-top: 0 !important;
}
.ecommerce_Benefits .cafe_Benefits__Content__Img img {
  width: 267px !important;
  height: auto;
}
.consulting_Modal_Wrapper > div,
.ecommerce_Info .cafe_Info_Content,
.ecommerce_Info .cafe_Info_Img {
  flex: 1 !important;
}
.ecommerce_Benefits-2,
.eds_subCollection_latestArticles {
  margin-top: 80px;
}
.ecommerce_Benefits-2 .cafe_Benefits__Content__Img img {
  width: 360px !important;
  height: auto !important;
}
.ecommerce_Traits_Txt {
  color: #545960;
  margin-bottom: 2rem;
}
.ecommerce_Traits_Cards {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.ecommerce_Traits_Card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 12px 16px -4px rgb(17 24 39 / 0.1),
    0 4px 6px -2px rgb(17 24 39 / 0.05);
  padding: 0.5rem 1rem;
}
.ecommerce_Traits_Card_Txt {
  color: #545960;
  padding-right: 1rem;
  border-right: 2px solid var(--mc1);
}
.services__Web__Portfolios__Item__Imgbox__Frame.desktop.video_Commerce {
  margin-inline: auto !important;
  width: 80% !important;
}
.video_Commerce video {
  position: absolute;
  width: 94%;
  top: 3.5%;
  left: 2.5%;
  height: 91%;
  border-radius: 1rem;
  object-fit: cover;
}
.video_Commerce .AboutUs__Video_Waves {
  width: 120px;
  height: 120px;
}
.video_Commerce .AboutUs__Video_Wave {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #0a65fc;
  opacity: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-animation: 5s ease-in-out infinite waves;
  animation: 5s ease-in-out infinite waves;
}
.AboutUs__Video_Wave.wave-4 {
  animation-delay: 3s !important;
}
.video_Commerce .AboutUs__Video_Icon img {
  background-color: #fff0;
  border-radius: 0;
  width: 4rem !important;
  height: 4rem !important;
}
.commerce_Ttl {
  font-size: 28px;
}
.commerce_Plans_List {
  display: grid;
  grid-template-columns: repeat(var(--col, 3), 1fr);
  gap: 2rem;
}
.commerce_Plan_Ttl {
  margin-bottom: 14px;
}
.commerce_Plan {
  padding: 2rem 1rem;
  border-radius: 16px;
  background: var(--gray-color-100, #fff);
  box-shadow: 0 0 16px 2px rgb(17 24 39 / 0.1);
}
.article_pager,
.commerce_Plans,
.customer_List_Wrapper,
.paging_Wrapper {
  margin-bottom: 80px;
}
.ourCustomers__List__Item picture {
  display: block;
  height: 85px;
}
.ourCustomers__List__Item:nth-child(11) img,
.ourCustomers__List__Item:nth-child(16) img,
.ourCustomers__List__Item:nth-child(3) img {
  height: 75px;
}
.learnDnn_Modules {
  padding-block: 72px;
  background: #0a65fc;
}
.learnDnn_Modules_Header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.blog_Card_Home_Content_Footer_More .ezIcon,
.learnDnn_Maintenance_Item img,
.learnDnn_Modules_Item img,
.learnDnn_Panel_Item_Timer img {
  width: 20px;
  height: 20px;
}
.learnDnn_Maintenance {
  margin-top: 144px;
}
.learnDnn_Maintenance_Header {
  margin-bottom: 3rem;
  text-align: center;
}
.learnDnn_Maintenance_Wrapper {
  display: flex;
  gap: 2rem;
  margin-bottom: 120px;
}
.learnDnn_Maintenance_List {
  display: grid;
  grid-template-columns: repeat(var(--col, 2), 1fr);
  column-gap: 2rem;
  row-gap: 1rem;
  flex: auto;
}
.learnDnn_Search #articleSearchFormSmall {
  margin-bottom: 64px;
  margin-top: 0;
}
.learnDnn_Search #articleSearchFormSmall > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.learnDnn_Search #articleSearchFormSmall input[type="text"] {
  width: 100% !important;
  border-color: #cdd0dd !important;
}
.livetabsdefault .ui-tabs .ui-tabs-nav,
.livetabsdefault .ui-widget-content {
  background: 0 0 !important;
  border: none !important;
}
.livetabsdefault .ui-tabs .ui-tabs-nav {
  display: flex;
  justify-content: center;
  align-items: end;
}
.livetabsdefault .ui-tabs .ui-tabs-nav li {
  --color: var(--mc2);
  background: #fff !important;
  border-radius: 8px 8px 0 0 !important;
  border: 1px solid #f3f8ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px 62px !important;
  transition: var(--transition);
  margin: 0 !important;
}
.livetabsdefault .ui-tabs .ui-tabs-nav li a {
  padding: 0 !important;
  color: var(--color) !important;
  font-size: var(--fz-md) !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  float: none !important;
}
.livetabsdefault .ui-tabs .ui-tabs-nav li:hover {
  background: #f0f6ff !important;
  --color: var(--mc1) !important;
}
html
  body
  .mtop.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
  background: var(--mc1) !important;
  --color: #fff !important;
  padding-block: 12px !important;
}
.learnDnn_Panel_Item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  padding-left: 12px;
  max-height: 64px;
}
.learnDnn_Panel_Item_Img {
  width: 64px;
  height: 64px;
  background-color: var(--mc1);
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: var(--transition);
  position: relative;
}
.learnDnn_Panel_Item_Img:hover {
  background-color: transparent;
}
.learnDnn_Panel_Item_Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 8px 8px 0;
  background: var(
    --Gradiant,
    linear-gradient(277deg, #0a65fc 0, #0bb7a3 85.89%)
  );
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.learnDnn_Panel_Item_Ttl {
  margin-right: 8px;
  padding-block: 18px;
}
.learnDnn_Panel_Item_Ttl_Txt {
  transition: var(--transition);
  color: #1e293b;
}
.learnDnn_Panel_Item_Timer {
  margin-block: 16px;
  padding: 6px 8px;
  background: #e6e7ee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-right: auto;
  width: 88px;
  max-height: 2rem;
  justify-content: space-between;
}
html body .livetabsdefault .ui-tabs .ui-tabs-panel {
  border-radius: 1rem !important;
  border: 1px solid #e7f0ff !important;
  background: #fff !important;
  box-shadow: 0 12px 16px -4px rgba(17, 24, 39, 0.1),
    0 4px 6px -2px rgba(17, 24, 39, 0.05) !important;
  padding: 40px 44px !important;
}
.livetabsdefault.mtop {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .home_Customers__List {
    text-align: center;
  }
  .home_Customers__List_Item {
    width: 34%;
    padding-bottom: 34%;
    float: none;
    display: inline-block;
    margin: 6% !important;
    clear: none !important;
  }
  .home_Customers__List_Item:nth-child(3n + 1),
  .home_Customers__List_Item:nth-child(3n + 2) {
    display: inline-block;
  }
  .home_Customers__List_Item:nth-child(3n) {
    display: block;
    margin: -14% auto -13% !important;
  }
  .cafe_Benefits__Ttl,
  .service__WebDesign_Cafe__About__Img,
  .services_Home_Card h4 {
    text-align: center !important;
  }
  .services_Home_Card_Last {
    border-radius: 16px;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(
      --Gradiant,
      linear-gradient(277deg, #0a65fc 0, #0bb7a3 85.89%)
    );
    box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.1);
    padding: 2rem 2rem 1.25rem;
  }
  .services_Home_Card_Last .services_Home_Card_Content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.25rem;
  }
  .services_Home_Card_Last h4 {
    font-size: 48px;
    direction: ltr;
    line-height: 64px;
  }
  .services_Home_Wrapper {
    padding-block: 180px 80px !important;
  }
  .cafe_Profit_Txt,
  .newSite_Traits__Ttl,
  .services__Web__Customers__Ttl {
    margin-bottom: 8px !important;
  }
  .services_Home_Card_Last a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
  }
  .services_Home_Card_Last a .ezIcon {
    background: #fff !important;
    --icon: 1.25rem;
  }
  .learnDnn__Video,
  .video_Landing {
    padding-right: 0;
    margin-block: 1rem;
  }
  .learnDnn__Video::after,
  .learnDnn__Video::before,
  .video_Landing::after,
  .video_Landing::before {
    width: 82%;
    height: 170px;
  }
  .learnDnn__Video::after,
  .video_Landing::after {
    right: 26px;
  }
  .landing_Website_Btns .ezIcon,
  .services_Home_Card:after,
  .services_Home_Card:not(:last-child):before,
  .services_Home_Card_Content p {
    display: none !important;
  }
  .Customers__List_Ttl,
  .beauty_Samples-2 .newsSite_Samples_Content_Ttl::before,
  .cafe_Benefits_How .cafe_Benefits__Content__Img img:not(:first-child),
  .cafe_Brands_Ttl::before,
  .cafe_Profit::before,
  .cafe_Profit_Ttl::before,
  .ecommerce_Benefits-2 .cafe_Benefits__Ttl::after,
  .ecommerce_Benefits-2 .cafe_Benefits__Ttl::before,
  .ecommerce_Platform .beauty_Platform__Ttl::before,
  .ecommerce_Traits_Ttl::after,
  .ecommerce_Traits_Ttl::before,
  .filter_Portfolio .scroll_Buttons,
  .home_Customers__List_Ttl,
  .learnDnn_Panel_Item_Timer img,
  .newsSite_Samples_Content_Ttl::before {
    display: none;
  }
  .landing_Cta {
    margin-block: 0 80px;
  }
  .landing_Cta .row {
    flex-direction: column-reverse;
  }
  .cafe_Benefits,
  .newsSite_Samples_Ttl,
  .video_Landing {
    margin-bottom: 2rem;
  }
  .services_Home_Cards {
    margin-top: 40px;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem !important;
  }
  .services_Home_Card {
    padding: 1rem 1.25rem !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.1) !important;
  }
  .services_Home_Card h4 {
    height: 56px;
  }
  .cafe_Charter_Items {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: auto !important;
    margin-top: 1.5rem;
  }
  .cafe_Charter_Item {
    grid-area: auto !important;
  }
  .cafe_Benefits__Content {
    flex-direction: column-reverse;
    gap: 0.75rem;
  }
  .cafe_Benefits__Content__Item {
    align-items: flex-start;
    gap: 0.25rem;
  }
  .service__WebDesign__Duty_Cafe {
    margin-top: 2rem;
    padding: 0 !important;
  }
  .learnDnn_Maintenance_Wrapper,
  .newsSite_Samples-2 .row,
  .newsSite_Samples-4 .row,
  .service__WebDesign__Duty_Cafe .row {
    flex-direction: column-reverse;
  }
  .service__WebDesign__Duty_Cafe__Img {
    margin-top: 84px;
    text-align: center;
  }
  .service__WebDesign__Duty_Cafe__Img img {
    width: 288px;
    height: 240px;
  }
  .cafe_Info {
    flex-direction: column;
    gap: 24px;
  }
  .cafe_Info_Img img {
    width: 188px;
  }
  .cafe_Brands_Cards,
  .commerce_Plans_List {
    --col: 1;
  }
  .cafe_Brands_Card {
    padding: 1rem 1rem 0;
    min-height: 224px;
  }
  .cafe_Profit_Txt,
  .service__WebDesign_Cafe__About__Ttl {
    margin-bottom: 1rem;
  }
  .cafe_Benefits__Ttl {
    text-align: right !important;
  }
  .cafe_Benefits__Txt {
    font-size: 0.875rem !important;
  }
  .cafe_Benefits__Content {
    margin-top: 0.75rem;
  }
  .cafe_Benefits__Item_Img img {
    min-width: 1rem;
    min-height: 1rem;
    transform: translateY(0.375rem);
  }
  .cafe_Benefits__Content__Img img {
    width: 108px;
    min-width: auto;
    height: auto;
  }
  .cafe_Profit {
    padding: 1.5rem 1rem;
    margin: 0 -0.75rem;
    border-radius: 0;
  }
  .cafe_Profit_Ttl {
    margin-bottom: 0.5rem;
  }
  .cafe_Profit_Items {
    --col: 1;
    gap: 0.5rem;
  }
  .cafe_Profit_Item {
    align-items: flex-start;
  }
  .cafe_Brands_Card_Txt {
    margin-top: 0.5rem;
  }
  .beauty_Tricks__Wrapper,
  .newsSite_Features__Wrapper {
    --col: 1;
    gap: 1rem;
  }
  .newsSite_Features__Item {
    gap: 0.5rem;
  }
  .newsSite_Features__Item img {
    width: 24px !important;
    height: 24px !important;
  }
  .newSite_Traits_Items {
    margin-top: 8px;
  }
  .newSite_Traits__Img,
  .newsSite_Samples_Img {
    padding-top: 1rem;
  }
  .beauty_Tricks__Card__Content h4,
  .cafe_Benefits__Ttl,
  .learnDnn_Maintenance_Header,
  .newsSite_Samples_Txt {
    margin-bottom: 1rem;
  }
  .newsSite_Sum_Content {
    margin-top: 1rem;
  }
  .home_Customers__List_Wrapper,
  .newsSite_Samples {
    margin-top: 2rem;
  }
  .newsSite_Samples_Content_Ttl {
    margin-bottom: 40px;
  }
  .newsSite_Samples_List_Wrapper {
    --col: 1;
    gap: 0;
  }
  .beauty_Charter-2 .cafe_Charter_Item_Blue__Content .cafe_Charter_Item__Txt {
    margin: 0.5rem 0 2.375rem;
  }
  .cafe_Charter_Item__Txt {
    margin-top: 0.5rem;
  }
  .beauty_Samples-2 .newsSite_Samples_Txt {
    margin-bottom: 0;
  }
  .beauty_Seo_Cards {
    flex-direction: column;
    margin-top: 24px;
  }
  .beauty_Benefits .cafe_Benefits__Content {
    flex-direction: column;
    gap: 2rem;
  }
  .cafe_Benefits__Content__Items {
    margin-top: 1rem;
    gap: 1rem !important;
  }
  .beauty_Platform__Ttl {
    margin-bottom: 8px;
  }
  .beauty_Benefits-2 .cafe_Benefits__Content,
  .beauty_Platform__Content__Items,
  .beauty_Tricks__Card,
  .ecommerce_Benefits-2 .cafe_Benefits__Content {
    flex-direction: column;
    gap: 1.5rem;
  }
  .service__WebDesign_Duty_Btns a {
    padding: unset !important;
    flex: 1;
    width: fit-content;
  }
  .service__WebDesign_Duty_Commerce .row {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }
  .services__Attrs__Cards .services__Attrs__Card:nth-child(6) {
    order: 6 !important;
  }
  .services__Attrs__Cards .services__Attrs__Card:nth-child(7) {
    order: 7 !important;
  }
  .services__Attrs__Cards .services__Attrs__Card:nth-child(8) {
    order: 8 !important;
  }
  .services__Attrs__Cards .services__Attrs__Card:nth-child(9) {
    order: 9 !important;
  }
  .ecommerce_Steps_Cards {
    --col: 1 !important;
    gap: 1rem !important;
  }
  .learnDnn_Modules_Content,
  .learnDnn_Panel_List {
    row-gap: 1.5rem;
    --col: 1;
  }
  .ecommerce_Benefits .cafe_Benefits__Content {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .ecommerce_Benefits .cafe_Benefits__Content__Items {
    --col: 1 !important;
    gap: 8px !important;
    margin-bottom: 24px;
  }
  .ecommerce_Benefits .cafe_Benefits__Content__Img {
    align-items: center;
  }
  .ecommerce_Traits_Cards {
    flex-direction: column;
    gap: 1rem;
  }
  .home__Customers__List_Wrapper {
    padding: 0.5rem;
  }
  .home__Customers__List_Item img {
    min-width: 150px;
    min-height: 70px;
  }
  .home_Customers__List_Item img {
    max-width: 110px;
  }
  .home_Customers__List_Item:hover img {
    transform: translate(-50%, -50%) scale(1) !important;
  }
  .home_Customers::before {
    min-width: 100px !important;
    min-height: 100px !important;
    width: 100px !important;
    height: 100px !important;
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-60%, var(--pseudo-y, 0));
  }
  .home_Customers_Btn {
    margin-top: 2.5rem;
  }
  .home_Customers::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(60%, var(--pseudo-y, 0)) !important;
    width: 264px;
    height: 264px;
    background: url(assets/images/dots-vector.svg) center center/cover no-repeat;
    transition: transform 0.1s linear;
  }
  .home__Customers__List_Item {
    margin-inline: 0.5rem;
  }
  .video_Commerce .AboutUs__Video_Icon img {
    width: 2rem !important;
    height: 2rem !important;
  }
  .AboutUs__Video_Wave,
  .AboutUs__Video_Waves {
    width: 60px !important;
    height: 60px !important;
  }
  .learnDnn {
    padding: 0;
    margin-bottom: 5rem;
  }
  .learnDnn__Video {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .learnDnn_Search #articleSearchFormSmall input[type="text"] {
    width: 100% !important;
  }
  .livetabsdefault .ui-tabs .ui-tabs-nav li {
    flex: 0 !important;
    width: fit-content !important;
    padding-inline: 1.5rem !important;
    text-align: center !important;
  }
  html body .livetabsdefault .ui-tabs .ui-tabs-panel {
    padding: 2rem 1rem !important;
  }
  .learnDnn_Maintenance_Item img,
  .learnDnn_Modules_Item img {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
  }
  .learnDnn_Panel_Item_Timer {
    width: 50px;
    justify-content: center;
    gap: 0.5rem;
  }
  .learnDnn_Panel_Item {
    max-height: 3rem;
  }
  .learnDnn_Panel_Item_Img {
    max-width: 3rem;
    max-height: 3rem;
  }
  .learnDnn_Panel_Item_Img img {
    max-width: 24px;
    max-height: 24px;
  }
  .filter_Portfolio .edn_category_menu_wrapper {
    overflow: auto;
    justify-content: unset !important;
  }
  .filter_Portfolio .tab-links li {
    flex: 1;
    min-width: 74px !important;
  }
  .filter_Portfolio .tab-links li .edn_image {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filter_Portfolio a.edn_link {
    white-space: nowrap;
  }
  .filter_Portfolio .EDN_module_box {
    position: relative;
  }
  .filter_Portfolio .scroll_Buttons.right {
    bottom: 0;
    right: 1.5rem;
    left: auto;
  }
  .filter_Portfolio .scroll_Buttons.left {
    bottom: 0;
  }
  .filter_Portfolio .scroll_Right .ezIcon {
    transform: rotate(90deg);
  }
  .filter_Portfolio .scroll_Left .ezIcon {
    transform: rotate(-90deg);
  }
}
.aboutUs__News__Ttl,
.learnDnn__Panel_Desc {
  margin-bottom: 40px;
}
.services_Home_Wrapper {
  background: linear-gradient(
    180deg,
    #e7f0ff -5.95%,
    rgba(231, 240, 255, 0) 100%
  );
  padding-block: 180px 154px;
  position: relative;
}
.wave {
  background: url(assets/images/wave-white.svg) 0 0 / cover;
  position: absolute;
  width: 100vw !important;
  height: 120px;
  transition: transform 0.5s ease-in-out;
  transform: rotateY(180deg);
  top: 0;
  left: 0 !important;
}
@keyframes wave {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.aboutUs_License_MCP_Middle_Itm,
.services_Home {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ez_Badge {
  padding-right: 1.5rem;
  position: relative;
  margin-bottom: 8px;
}
.ez_Badge::before {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  width: 1rem;
  height: 2px;
  background-color: var(--mc1);
  border-radius: 10px;
}
.services_Home_Cards {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
.services_Home_Card {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  padding: 1rem 1.5rem;
  border-radius: 0;
  transition: var(--transition);
}
.services_Home_Card::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0;
  transition: var(--transition);
}
.services_Home_Card:not(:nth-child(5)):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--Gray-90);
}
.services_Home_Card:hover {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.1);
}
.services_Home_Card:hover::before {
  background: #ebf2ff;
}
.services_Home_Card:hover::after {
  background: #ebf2ff;
  opacity: 1;
}
.services_Home_Card_Content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.services_Home_Card_Img {
  position: relative;
  width: 72px;
  height: 72px;
  background: var(--mc1-fade-3);
  border-radius: 50%;
  text-align: center;
  transition: var(--transition);
}
.services_Home_Card:hover .services_Home_Card_Img {
  transform: scale(1.1);
  background: rgb(0, 170, 173, 0.15);
}
.services_Home_Card_Img .ezIcon {
  width: 56px;
  height: 56px;
  object-fit: cover;
  margin-top: 40px;
}
.portfolio_Home_Btn_Link:hover,
.services_Home_Card:hover .ezIcon {
  background: #0bb7a3;
}
.portfolio_Home_Wrapper {
  display: flex;
  justify-content: space-between;
}
.portfolio_Home_Content {
  display: flex;
  flex-direction: column;
  width: 44%;
}
.portfolio_Home_Txt {
  margin-block: 1rem 3rem;
  padding-left: 96px;
  text-align: justify;
}
.portfolio_Home_Item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.portfolio_Home_Content_Wrapper a,
.portfolio_Home_List_Item_Img,
.webApp_Usage {
  position: relative;
  z-index: 1;
}
.portfolio_Home_List_Item_Img::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  background-color: #e7f0ff;
  border-radius: 6px;
  z-index: -1;
}
.portfolio_Home_Btn_Link {
  margin-top: 40px;
  border-radius: 8px;
  background: var(--mc1);
  display: inline-flex;
  padding: 8px 34px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}
.aboutUs__Link .ezIcon,
.blog__Header__More .ezIcon,
.landing_Website_Portfolio .portfolio_Home_Content_Wrapper a .ezIcon,
.portfolio_Home_Btn_Link .ezIcon,
.portfolio_Home_Samples_Link a .ezIcon {
  transform: rotate(45deg) !important;
  --icon: 20px;
}
.portfolio_Home_Samples {
  flex: 1;
  width: 56%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  height: fit-content;
  overflow: hidden;
}
.landing_Website_Portfolio_Slider,
.portfolio_Home_Samples_Slider {
  position: absolute !important;
  width: 100%;
  max-width: 100%;
  top: 28px;
  left: 0;
}
.landing_Website_Portfolio_Slider::before,
.portfolio_Home_Samples_Slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 248px;
  width: 112px;
  background: linear-gradient(270deg, rgba(10, 101, 252, 0) 0, #0a65fc 100%);
  z-index: 1;
}
.landing_Website_Portfolio_Slider::after,
.portfolio_Home_Samples_Slider::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 248px;
  width: 90px;
  background: linear-gradient(90deg, rgba(10, 101, 252, 0) 0, #0a65fc 100%);
  z-index: 1;
}
.portfolio_Home_Samples_Item {
  margin-left: 2rem;
  opacity: 0.6;
  transition: 2s;
  transform: scale(0.9);
  max-height: 248px;
}
.portfolio_Home_Samples_Item.slick-center {
  opacity: 1;
  transform: scale(1);
}
.landing_Website_Portfolio_Slider .slick-list,
.portfolio_Home_Samples_Slider .slick-list {
  margin-right: -1rem;
}
.portfolio_Home_Samples_Item img {
  width: 401px;
  height: 100%;
}
.portfolio_Home_Samples_Arrows .slick-dots button {
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: var(--mc1-fade-3) !important;
}
.portfolio_Home_Samples_Arrows .slick-dots li.slick-active button {
  background: #fff !important;
  width: 6px !important;
  height: 6px !important;
}
.portfolio_Home_Samples_Arrows .slick-arrow:hover {
  background: rgba(240, 246, 255, 0.5) !important;
}
.portfolio_Home_Samples_Arrows .slick-arrow {
  position: static !important;
  transform: unset !important;
  translate: unset !important;
  background: 0 0 !important;
  display: flex !important;
  width: 2.125rem !important;
  height: 2.125rem !important;
  border-radius: 14px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0;
  transition: var(--transition) !important;
}
.aboutUs_Reviews_Arrows .slick-arrow:hover::before,
.appendCustomerArrows .slick-arrow:hover::before,
.blog_Card_Home:hover .blog_Card_Home_Content_Footer_More,
.landing_Website_Portfolio_Arrows .slick-arrow:hover::before,
.learnDnn_Modules_Item:hover .learnDnn_Modules_Item_Icon .ezIcon,
.portfolio_Home_Samples_Arrows .slick-arrow::before,
.webApp_Blogs_Arrows .slick-arrow:hover::before,
.webApp_testimonial_Card_Arrows .slick-arrow:hover::before {
  background: #fff !important;
}
.portfolio_Home_Samples_Arrows {
  display: flex;
  flex: 1;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.portfolio_Home_Samples_Arrows .slick-dots li {
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  background: var(--mc1-fade-3);
  transition: 0.3s;
  opacity: 0;
}
.home__Why::before,
.portfolio_Home_Container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(60%, var(--pseudo-y, 0)) !important;
  width: 452px;
  height: 452px;
  background: url(assets/images/dots-vector.svg) center center no-repeat;
  transition: transform 0.1s linear;
}
.home__Why::before {
  left: 0 !important;
  right: unset !important;
  transform: translate(-60%, var(--pseudo-y, 0)) rotateY(180deg) !important;
}
.portfolio_Home {
  position: relative;
  padding-block: 40px 0;
}
.portfolio_Home::before {
  content: "";
  left: 0;
  top: 0;
  width: 54.5%;
  height: 100%;
  background: var(--mc1);
  border-radius: 0 24px 24px 0;
  position: absolute;
  z-index: -1;
}
.portfolio_Home::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 252px;
  height: 174px;
  background: url(assets/images/portfolio-vector.svg) center center no-repeat;
  position: absolute;
  pointer-events: none;
}
.portfolio_Home_Samples_Btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}
.portfolio_Home_Samples_Link {
  flex: 1;
}
.portfolio_Home_Samples_Link a {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.portfolio_Home_Samples_Link a:hover .ezIcon {
  transform: rotate(0) translateX(-2px) !important;
}
.portfolio_Home_Samples_Arrows .slick-dots {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative !important;
  width: 100px;
  height: 8px;
}
.portfolio_Home_Samples_Arrows .slick-dots li.slick-active,
.webApp_Blogs_Arrows .slick-dots li.slick-active,
.webApp_testimonial_Card_Arrows .slick-dots li.slick-active {
  background: var(--mc1);
  transform: scale(1.2);
  left: 50%;
  transform: translateX(-50%) scale(1.2);
  opacity: 1;
}
.portfolio_Home_Samples_Arrows .slick-dots li.next-dot {
  left: 25%;
  transform: translateX(-50%);
  opacity: 0.75;
}
.portfolio_Home_Samples_Arrows .slick-dots li.prev-dot {
  left: 75%;
  transform: translateX(-50%);
  opacity: 0.75;
}
.home_Blog_Container {
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
  padding-top: 48px;
}
.home_Blog_Container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/images/home-blog-bg.png) center center/100% auto
    no-repeat;
  z-index: -1;
  opacity: 0.5;
}
.home_Blog__Wrapper {
  position: relative;
  padding-top: 100px;
  z-index: 1;
}
.home_Blog__Wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f3f8ff 0, rgba(233, 240, 249, 0) 69.48%);
  z-index: -1;
  clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%);
}
.home_Blog__Wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #eaf2fb 0, rgba(234, 242, 251, 0) 100%);
  z-index: -2;
  clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
  transition: 0.3s;
}
.blog_Card_Home {
  flex: 1;
  position: relative;
  z-index: 1;
}
.blog_Card_Home_Img {
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
}
.blog_Card_Home_Img img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  max-height: 288px;
  object-fit: cover;
  transition: 2s;
}
.blog_Card_Home:hover .blog_Card_Home_Img img {
  transform: scale(1.1);
}
.blog_Card_Home_Content {
  border-radius: 16px;
  background: var(--Gray-100);
  box-shadow: 0 0 24px 0 rgba(18, 18, 18, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 1rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
  transform: translateY(-2rem);
  transition: 0.3s;
}
.aboutUs__News .blog_Card_Home_Content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #fff;
  z-index: -1;
  transition: var(--transition);
}
.aboutUs__News .blog_Card_Home_Content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: var(
    --Gradiant,
    linear-gradient(277deg, #0a65fc 0, #0bb7a3 85.89%)
  );
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
}
.aboutUs__News .blog_Card_Home:hover .blog_Card_Home_Content::before,
.webApp_Benefits_Card:hover::before {
  opacity: 0;
}
.blog_Card_Home:hover .blog_Card_Home_Content {
  transform: translateY(-2.5rem);
  background: var(--mc1);
}
.aboutUs__News .blog_Card_Home:hover .blog_Card_Home_Content {
  background: var(
    --Gradiant,
    linear-gradient(277deg, #0a65fc 0, #0bb7a3 85.89%)
  ) !important;
}
html
  body
  .container-fluid
  .home_Blog__Wrapper
  .blog_Card_Home
  .blog_Card_Home_Content_Props
  h3.blog_Card_Home_Content_Ttl,
html
  body
  .container-fluid
  .home_Blog__Wrapper
  .blog_Card_Home
  .blog_Card_Home_Content_Props
  h3.blog_Card_Home_Content_Ttl
  a {
  transition: 0.3s !important;
}
.blog_Card_Home:hover .blog_Card_Home_Content_Ttl,
.landing_Website_Why_Card:hover .landing_Website_Why_Card_Ttl,
.landing_Website_Why_Card:hover .landing_Website_Why_Card_Txt,
.landing_Website_Why_Link:hover .landing_Website_Why_Link_Btn,
.webApp_Benefits_Card:hover .webApp_Benefits_Card__Txt,
.webApp_Usage_Left_Item:hover .webApp_Usage_Left_Item_Content h4,
.webApp_Usage_Left_Item:hover .webApp_Usage_Left_Item_Content p {
  color: #fff !important;
}
.blog_Card_Home:hover .blog_Card_Home_Content_Footer_Date {
  color: var(--Gray-99) !important;
}
.blog_Card_Home_Content_Props {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}
.blog_Card_Home_Content_Footer_More {
  width: 2rem;
  height: 2rem;
  border-radius: 12px;
  background: var(--Gray-99);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_Form_Wrapper {
  border-radius: 16px;
  background: #f7f7f8;
  padding: 30px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 164px;
}
body:not(.personabar-visible) .home_Form .LiveForm.Default .thank-you,
body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  ul.page-break-section {
  --col: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(var(--col), 1fr) !important;
  gap: 1rem !important;
  background: 0 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: 100%;
}
.grid-col-3 {
  grid-column: span 3;
}
.home_Form .LiveForm.Default .Field.Heading h2.Header {
  color: var(--tc1) !important;
  text-align: right !important;
  font-weight: 600 !important;
  position: relative;
  padding-right: 48px !important;
  border-bottom: none !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0 !important;
  font-size: 24px !important;
  line-height: 48px !important;
}
.home_Form .LiveForm.Default .Field.Heading h2.Header::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(assets/icons/hang-up.svg) center center no-repeat;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite phoneRing;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}
@keyframes phoneRing {
  0%,
  100%,
  40%,
  80% {
    transform: translateY(-50%) rotate(0) scale(1);
  }
  20% {
    transform: translateY(-50%) rotate(-12deg) scale(1.05);
  }
  60% {
    transform: translateY(-50%) rotate(12deg) scale(1.05);
  }
}
.home_Form .LiveForm.Default .Field.Heading .SubHeader {
  font-style: normal !important;
  color: #545960 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
  margin-bottom: 2rem;
}
body#Body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  input[type="button"],
body#Body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  input[type="submit"] {
  padding-inline: 64px 94px !important;
  font-size: 14px !important;
}
body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right {
  position: relative !important;
}
body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right:hover::before {
  left: 58px;
}
body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 64px;
  transform: translateY(-50%);
  --icon-url: url(assets/icons/arrow-left.svg);
  --icon: 1.5rem;
  --icon-rotate: 0;
  --icon-color: var(--white);
  height: var(--icon);
  width: var(--icon);
  min-width: var(--icon);
  min-height: var(--icon);
  display: inline-flex;
  vertical-align: middle;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center/var(--icon-inner, cover);
  -webkit-mask: var(--icon-url) no-repeat center/var(--icon-inner, cover);
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
}
@media (max-width: 992px) {
  .portfolio_Home_Txt,
  html body .home__AboutUs .col-12 {
    padding-left: 0 !important;
  }
  .home_Form .LiveForm.Default .Field.Heading .SubHeader,
  .portfolio_Home_Ttl {
    margin-bottom: 0 !important;
  }
  .portfolio_Home_Wrapper {
    flex-direction: column !important;
  }
  .portfolio_Home_Content,
  .portfolio_Home_Wrapper .portfolio_Home_Wrapper_Item {
    width: 100% !important;
  }
  .portfolio_Home::before {
    width: 100% !important;
    bottom: 0 !important;
    height: 362px !important;
    top: auto !important;
    border-radius: 0 !important;
  }
  .portfolio_Home_Txt {
    margin-block: 1rem 2.25rem !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .portfolio_Home_Ttl {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .landing_Website_Portfolio .portfolio_Home_Content_Wrapper {
    margin-bottom: 40px !important;
  }
  .home__AboutUs::before,
  .home__AboutUs__Img::before,
  .home__Why::before,
  .home__testimonial_Wrapper .home__testimonial_ImgBox,
  .landing_Website_Portfolio_Slider::after,
  .landing_Website_Portfolio_Slider::before,
  .portfolio_Home_Btn,
  .portfolio_Home_Container::before,
  .portfolio_Home_Samples_Slider::after,
  .portfolio_Home_Samples_Slider::before {
    display: none !important;
  }
  .portfolio_Home_Samples {
    width: auto !important;
    margin-inline: -12px !important;
    background: 0 0 !important;
    padding: 42px 1rem !important;
    margin-top: 60px !important;
  }
  .portfolio_Home_Samples_Slider_Bg img {
    width: 343px !important;
    height: 218px !important;
  }
  .portfolio_Home_Samples_Arrows {
    justify-content: start !important;
    gap: 8px !important;
  }
  .landing_Website_Portfolio_Slider,
  .portfolio_Home_Samples_Slider {
    top: 59px !important;
    left: 5px !important;
  }
  .portfolio_Home_Samples_Item img {
    width: 240px !important;
    height: 100% !important;
  }
  .portfolio_Home_Samples_Item {
    max-height: 150px !important;
  }
  .portfolio_Home::after {
    z-index: 1 !important;
  }
  .landing_Website_Portfolio_Slider .slick-list,
  .portfolio_Home_Samples_Slider .slick-list {
    margin-right: 0 !important;
  }
  .portfolio_Home_Samples_Arrows .slick-dots li.prev-dot {
    left: 90% !important;
  }
  .portfolio_Home_Samples_Arrows .slick-dots li.next-dot {
    left: 10% !important;
  }
  .portfolio_Home_Samples_Arrows .slick-dots {
    width: 44px !important;
  }
  .home__AboutUs .row {
    flex-direction: column-reverse !important;
    gap: 24px !important;
  }
  .home__AboutUs__Ttl {
    margin-bottom: 0.5rem !important;
  }
  .home__testimonial__Slider_Wrapper {
    max-width: 100% !important;
  }
  .home__testimonial__Card {
    flex-wrap: wrap !important;
    align-items: start !important;
    border-radius: 2rem !important;
    padding: 24px 1rem 112px !important;
  }
  .home__testimonial__Card__Profile__Img {
    margin-left: 40px;
    flex: 0 0 25%;
  }
  .home__testimonial__Card .line-limit {
    order: 3;
    flex: 0 0 100% !important;
    border-top: 1px solid var(--Gray-95);
    padding-top: 24px;
    margin-top: 24px;
  }
  .home__testimonial__Card__Profile {
    order: 2;
    padding-right: 0;
    margin-right: 0;
    border-right: unset;
    flex: 0 0 61%;
  }
  .home__testimonial__Card_Arrows {
    bottom: 24px;
    left: 1.5rem;
  }
  .home__testimonial__Slider_Wrapper::before {
    display: none;
  }
  .home_Blog__Wrapper:not(.seo_Faq)::before {
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
  }
  .home_Blog__Wrapper:not(.seo_Faq):after {
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
  }
  .listItem {
    gap: 0;
    display: flex !important;
    flex-direction: column;
  }
  .home_Blog__Wrapper {
    padding-top: 40px;
  }
  .home_Blog_Container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .blog_Card_Home_Content {
    width: calc(100% - 1rem);
  }
  body:not(.personabar-visible) .home_Form .LiveForm.Default .thank-you,
  body:not(.personabar-visible)
    .home_Form
    .LiveForm.Default
    ul.page-break-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .home_Form_Wrapper {
    padding: 24px 16px;
    gap: 32px !important;
    flex-direction: column !important;
  }
  .home_Form_Img img {
    max-width: 200px;
    height: auto;
  }
}
@media (min-width: 993px) and (max-width: 1700px) {
  .portfolio_Home::before {
    width: 56.5%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .portfolio_Home_Samples_Item img {
    width: 366px;
  }
  .portfolio_Home_Samples_Item {
    max-height: 229px;
  }
  .landing_Website_Portfolio_Slider,
  .portfolio_Home_Samples_Slider {
    top: 23px;
  }
}
.aboutUs_Header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.aboutUs__Content_Txt {
  margin-block: 1.5rem 2rem;
}
.aboutUs__Content_List {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.aboutUs__Content_List_Item_Img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #e7f0ff;
  padding: 8px;
}
.aboutUs__Link {
  border-radius: 8px;
  background: var(--mc1);
  display: inline-flex;
  padding: 8px 34px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}
.aboutUs__Link .ezIcon {
  margin-right: 0 !important;
}
.aboutUs__Link:hover,
.webApp_Services_Btn:hover {
  background: #0bb7a3;
}
.aboutUs__Link:hover .ezIcon,
.webApp_Services_Btn:hover .ezIcon {
  transform: rotate(0) translateX(-4px) !important;
}
.aboutUs .video_Landing {
  margin-top: 1rem;
}
.aboutUS__Awards_Line {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.aboutUS__Awards_Line_Txt,
.webApp_testimonial_Txt {
  margin-bottom: 58px;
}
.aboutUS__Awards_Line_Warning {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 48px;
}
.aboutUS__Awards_Line_Warning img {
  width: 20px;
  height: 20px;
}
.aboutUS__Awards_Line_List {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  padding-bottom: 2px;
}
.aboutUS__Awards_Line_List::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 104px);
  height: 1px;
  background: var(--mc1);
}
.aboutUS__Awards_Line_List_Item::before,
.aboutUs_License_Bottom_Item:not(.aboutUs_License_MCP)::before {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: var(--transition);
  content: "";
  display: block;
}
.aboutUS__Awards_Line_List_Item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: var(--transition);
  padding: 20px 24px 36px;
  border-radius: 32px;
  width: 104px;
  height: 104px;
  z-index: 1;
}
.aboutUS__Awards_Line_List_Item .aboutUS__Awards_Line_Ttl,
.webApp_Usage_Left_Item_Content h4,
.webApp_Usage_Left_Item_Content p {
  transition: var(--transition);
}
.aboutUS__Awards_Line_List_Item::before {
  top: 0;
  width: 8px;
  height: 8px;
  background: var(--mc1);
  border-radius: 50%;
  z-index: -1;
}
.aboutUS__Awards_Line_List_Item a .ezIcon {
  opacity: 0;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 100%) !important;
  position: absolute;
  transition: var(--transition);
  background: #fff;
}
.aboutUs_Achievements_List {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.aboutUs_Achievements_Txt,
.landing_Website_Why_Link_Btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.aboutUs_Achievements_Txt > .ezIcon {
  background: #0bb7a3;
  --icon: 20px;
}
.aboutUs_Achievements_Txt a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 1rem;
}
.aboutUs_Reviews_Content > p:not(.ez_Badge) {
  max-width: 74%;
  margin-block: 1.5rem 3.5rem;
}
.aboutUs_Reviews_Item,
.portfolio_Home_Content_Logo {
  padding: 1rem;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Gray-G95, #e4e4e4);
  background: #fff;
  margin-inline: 8px;
  opacity: 0.2 !important;
  transition: var(--transition);
}
.aboutUs_Reviews_Item.slick-center,
.portfolio_Home_Content_Logo.slick-center {
  opacity: 1 !important;
  box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.1);
}
.aboutUs_Reviews_Item img {
  padding-bottom: 48px;
  max-height: 80px;
  width: 100%;
  object-fit: contain;
}
.aboutUs_Reviews_Item p,
.portfolio_Home_Content_Logo p {
  padding-bottom: 24px;
  height: 80px;
  text-align: center;
}
.aboutUs_Reviews {
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}
.aboutUs_Reviews::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 276px;
  border-radius: 0 24px 24px 0;
  background: url(assets/images/aboutUs-reviews-bg.svg) center center/cover
    no-repeat;
  z-index: -1;
}
.aboutUs_Reviews_Content {
  max-width: 60%;
  flex: 1;
}
.aboutUs_Reviews_Images {
  padding-top: 60px;
  padding-right: 104px;
  max-width: 40%;
  flex: 1;
}
.aboutUs_Reviews_List .slick-list {
  margin-inline: -8px;
  padding-block: 2rem !important;
  margin-block: -2rem !important;
}
.aboutUs_Reviews_Images .slick-list {
  padding: 3rem 0 !important;
  margin: -3rem -2.5rem !important;
}
.aboutUs_Reviews_Img_Itm {
  border-radius: 16px;
  margin-inline: 2.5rem;
}
.aboutUs_Reviews_Img_Itm img {
  box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.1);
  border-radius: 16px;
  object-fit: cover;
}
.aboutUs_Reviews_Arrows .slick-dots button,
.appendCustomerArrows .slick-dots button,
.landing_Website_Portfolio_Arrows .slick-dots button {
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #e7f0ff !important;
}
.aboutUs_Reviews_Arrows .slick-dots li.slick-active button,
.appendCustomerArrows .slick-dots li.slick-active button,
.landing_Website_Portfolio_Arrows .slick-dots li.slick-active button {
  background: #9dc1fe !important;
  width: 6px !important;
  height: 6px !important;
}
.aboutUs_Reviews_Arrows .slick-arrow,
.appendCustomerArrows .slick-arrow,
.landing_Website_Portfolio_Arrows .slick-arrow,
.webApp_Blogs_Arrows .slick-arrow,
.webApp_testimonial_Card_Arrows .slick-arrow {
  position: static !important;
  transform: unset !important;
  translate: unset !important;
  background: 0 0 !important;
  display: flex !important;
  width: 2.125rem !important;
  height: 2.125rem !important;
  border-radius: 14px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 6px;
  transition: var(--transition) !important;
}
.aboutUs_Reviews_Arrows,
.appendCustomerArrows,
.landing_Website_Portfolio_Arrows {
  display: flex;
  flex: 1;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}
.aboutUs_Reviews_Arrows .slick-dots li,
.appendCustomerArrows .slick-dots li,
.landing_Website_Portfolio_Arrows .slick-dots li {
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  background: #e7f0ff;
  transition: 0.3s;
  opacity: 0;
}
.aboutUs_Reviews_Arrows .slick-dots,
.appendCustomerArrows .slick-dots,
.landing_Website_Portfolio_Arrows .slick-dots,
.webApp_Blogs_Arrows .slick-dots,
.webApp_testimonial_Card_Arrows .slick-dots {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative !important;
  width: 70px;
  height: 8px;
}
.aboutUs_Reviews_Arrows .slick-dots li.slick-active,
.appendCustomerArrows .slick-dots li.slick-active,
.landing_Website_Portfolio_Arrows .slick-dots li.slick-active {
  background: #9dc1fe;
  transform: scale(1.2);
  left: 50%;
  transform: translateX(-50%) scale(1.2);
  opacity: 1;
}
.aboutUs_Reviews_Arrows .slick-dots li.next-dot,
.appendCustomerArrows .slick-dots li.next-dot,
.landing_Website_Portfolio_Arrows .slick-dots li.next-dot,
.webApp_Blogs_Arrows .slick-dots li.next-dot,
.webApp_testimonial_Card_Arrows .slick-dots li.next-dot {
  left: 20%;
  transform: translateX(-50%);
  opacity: 0.75;
}
.aboutUs_Reviews_Arrows .slick-dots li.prev-dot,
.appendCustomerArrows .slick-dots li.prev-dot,
.landing_Website_Portfolio_Arrows .slick-dots li.prev-dot,
.webApp_Blogs_Arrows .slick-dots li.prev-dot,
.webApp_testimonial_Card_Arrows .slick-dots li.prev-dot {
  left: 80%;
  transform: translateX(-50%);
  opacity: 0.75;
}
.aboutUs_License {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.aboutUs_License_Top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.aboutUs_License_Content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 0 0 58%;
}
.aboutUs_License_Images img {
  height: 174px;
  width: 240px;
  object-fit: cover;
}
.aboutUs_License_Images a img {
  border-radius: 4px;
  flex: 1;
}
.aboutUs_License_Bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.aboutUs_License_Bottom_List {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
.aboutUs_License_MCP {
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 16px 0 rgba(18, 18, 18, 0.25);
  background: var(--gray-color-125, #f7f7f8);
  padding: 1rem 24px;
}
.aboutUs_License_MCP_Top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.aboutUs_License_MCP_Top img {
  width: 74px !important;
  height: 20px;
  border-radius: unset !important;
}
.aboutUs_License_MCP_Middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 24px 1rem;
}
.aboutUs_License_MCP_Bottom a {
  border-radius: 8px;
  background: var(--mc1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-block: 12px;
  max-height: 48px;
}
.aboutUs_License_Bottom_Item {
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(18, 18, 18, 0.25);
  max-height: 200px;
  flex: 0 0 calc(25% - 1.5rem);
  position: relative;
}
.aboutUs_License_Bottom_Item img {
  border-radius: 12px;
  object-fit: cover;
  max-height: 200px;
  width: 100%;
}
.aboutUs_License_Bottom_Item:not(.aboutUs_License_MCP)::before {
  top: 50%;
  width: 2rem;
  height: 2rem;
  background: url(assets/icons/search-2.svg) center center/contain no-repeat;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.aboutUs_License_Bottom_Item:not(.aboutUs_License_MCP)::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(18, 18, 18, 0.5);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: var(--transition);
}
.aboutUs {
  margin-bottom: 88px;
  position: relative;
}
.aboutUS__Awards {
  margin-bottom: 120px;
  padding-top: 160px;
}
.aboutUs_License,
.landing_Website_Wrapper {
  margin-bottom: 160px;
}
.home__AboutUs::before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background: url(assets/images/circle-vector.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, var(--pseudo-y, 0)) !important;
  transition: transform 0.1s linear;
}
.aboutUs::after,
.aboutUs_License_Wrapper::before,
.aboutUs_Reviews::after {
  --icon-url: url(assets/icons/diamond-vector.svg);
  height: var(--icon);
  width: var(--icon);
  min-width: var(--icon);
  min-height: var(--icon);
  background: rgba(57, 131, 251, 0.5);
  position: absolute;
  content: "";
  display: block;
}
.aboutUs::after,
.aboutUs_Reviews::after {
  transition: all var(--transition);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
}
.aboutUs::after {
  --icon: 136;
  top: 148px;
  left: 0;
  transform: translate(-50%, var(--pseudo-y, 0));
  -webkit-transition: all var(--transition);
  transition: transform 0.1s linear;
}
.aboutUs_License_Wrapper::before,
.aboutUs_Reviews::after {
  --icon: 136px;
}
.aboutUs_Reviews::after {
  top: 0;
  right: 0;
  transform: translate(55%, var(--pseudo-y, 0)) rotate(30deg);
  -webkit-transition: all var(--transition);
  transition: transform 0.1s linear;
}
.aboutUs_License_Wrapper::before {
  top: 0;
  left: 0;
  transform: translate(-55%, var(--pseudo-y, 0)) rotate(30deg);
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  transition: transform 0.1s linear;
}
.aboutUs_License_Wrapper::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background: url(assets/images/circle-vector.svg) center/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, var(--pseudo-y, 0))
    rotate(var(--pseudo-rotate, 0deg)) rotateY(180deg) !important;
  transition: transform 0.1s linear;
  opacity: 0.5;
}
.corporate_Banner .home__Banner_content h1,
.landing_Website_content .ez_Badge {
  margin-bottom: 0 !important;
}
.landing_Website_Desc {
  max-width: 83%;
  margin-block: 2rem 3rem;
}
.landing_Website_Number_Title {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 64px;
  gap: 0.5rem;
}
.landing_Website_Number {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.landing_Website_Number:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-1rem);
  width: 1px;
  height: 100%;
  background: #e4e4e4;
}
.landing_Website_Number_Desc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.landing_Website_Why {
  padding-top: 160px;
  margin-bottom: 220px;
}
.landing_Website_Why_Cards {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.landing_Website_Why_Card {
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: start;
  gap: 20px;
  position: relative;
}
.landing_Website_Why_Card_Icon .ezIcon {
  --icon: 40px;
}
.landing_Website_Why_Card::before,
.landing_Website_Why_Link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(
    --Gradiant,
    linear-gradient(277deg, #0a65fc 0, #0bb7a3 85.89%)
  );
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: all var(--transition);
}
.landing_Website_Why_Card:hover,
.landing_Website_Why_Link:hover {
  box-shadow: 0 16px 32px 0 rgba(18, 18, 18, 0.15);
}
.landing_Website_Why_Card:hover .landing_Website_Why_Card_Icon .ezIcon,
.webApp_Benefits_Card:hover .webApp_Benefits_Card__Icon .ezIcon,
.webApp_Usage_Left_Item:hover .ezIcon {
  background: #fff;
}
.landing_Website_Why_Link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 16px;
}
.landing_Website_Why_Link_Btn .ezIcon {
  --icon: 32px;
  background: var(--mc1);
  transform: rotate(45deg) !important;
}
.landing_Website_Why_Link:hover .ezIcon {
  background: #fff;
  transform: rotate(0) !important;
}
.portfolio_Home_Content_Logo img {
  padding-bottom: 48px;
  height: 100px;
  width: auto;
  object-fit: contain;
}
.landing_Website_Portfolio .portfolio_Home_Txt {
  margin-block: 1rem 1.5rem;
  padding-left: 96px;
  text-align: justify;
}
.landing_Website_Portfolio .portfolio_Home::before,
.landing_Website_Portfolio .portfolio_Home_Content,
.landing_Website_Portfolio .portfolio_Home_Samples {
  width: 50%;
}
.landing_Website_Portfolio .portfolio_Home_Content_Wrapper {
  margin-bottom: 44px;
}
.landing_Website_Portfolio .portfolio_Home_Content_Wrapper a:hover .ezIcon {
  transform: rotate(0) !important;
}
.landing_Website_Portfolio .portfolio_Home {
  padding-block: 0;
}
#consultingModal .modal-content {
  border-radius: 16px !important;
  background: #f7f7f8 !important;
}
#consultingModal .modal-body {
  padding: 0 !important;
}
#consultingModal .home_Form_Wrapper {
  padding: 40px !important;
  gap: 70px !important;
  margin-bottom: 0 !important;
  align-items: end !important;
}
.consulting_Modal_Wrapper > button {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: 0 0 !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.consulting_Modal_Wrapper .LiveForm.Default .Field.Heading h2.Header {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  margin-bottom: 24px !important;
}
body:not(.personabar-visible)
  .consulting_Modal_Wrapper
  .LiveForm.Default
  .thank-you,
body:not(.personabar-visible)
  .consulting_Modal_Wrapper
  .LiveForm.Default
  ul.page-break-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 32px !important;
}
.landing_Website_Project {
  position: relative;
  margin-top: 160px;
}
.landing_Website_Project_Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing_Website_Project_Props {
  position: relative;
  flex: 1;
}
.landing_Website_Project_2 .landing_Website_Project_Props {
  flex: 0.625;
}
.landing_Website_Project_Desc {
  max-width: 82%;
}
.landing_Website_Project_2 .landing_Website_Project_Desc {
  max-width: 62%;
}
.landing_Website_Project_Content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.landing_Website_Project_Prop {
  position: absolute;
  width: fit-content;
  height: fit-content;
  z-index: 1;
}
.landing_Website_Project_Prop:first-child {
  top: 88px;
  right: 120px;
  box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.1);
  border-radius: 18px;
}
.landing_Website_Project_Prop:nth-child(2) {
  bottom: 14px;
  right: -120px;
  box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.1);
  border-radius: 20px;
}
.landing_Website_Project_Prop:nth-child(5) {
  top: 4rem;
  left: 30px;
}
.landing_Website_Project_Prop:nth-child(6) {
  bottom: -1rem;
  left: -82px;
}
.landing_Website_Project_2 .landing_Website_Project_Prop:first-child {
  left: -120px;
  right: unset;
}
.landing_Website_Project_2 .landing_Website_Project_Prop:nth-child(2) {
  left: 120px;
  right: unset;
}
.landing_Website_Project_2 .landing_Website_Project_Prop:nth-child(5) {
  right: -160px;
  left: unset;
  top: 48px;
}
.landing_Website_Project_2 .landing_Website_Project_Prop:nth-child(6) {
  right: -76px;
  left: unset;
  bottom: -1.625rem;
}
.landing_Website_Project_Img {
  position: relative;
  width: fit-content;
  height: fit-content;
  border-radius: 20px;
}
.landing_Website_Project_2 .landing_Website_Project_Img {
  margin-right: auto;
}
.landing_Website_Project_Img img {
  border-radius: 20px;
}
.landing_Website_Project_List {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.5rem;
  column-gap: 70px;
  margin-bottom: 2rem;
}
.landing_Website_Project_2 .landing_Website_Project_List {
  column-gap: 20px;
}
.landing_Website_Project_Item {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.landing_Website_Project_Item_Icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: #e7f0ff;
  transition: var(--transition);
}
.landing_Website_Project_Item_Icon .ezIcon {
  --icon: 40px;
  margin-right: 4px;
}
.landing_Website_Project_Btn {
  border-radius: 8px;
  background: var(--mc1);
  display: inline-flex;
  padding: 10px 66px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
  width: fit-content;
}
@media (min-width: 992px) {
  .home__Counter__Item:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    width: 1.5px;
    height: 40px;
    border-left: 1.5px solid #fff;
    left: 0;
    transform: translateX(-50%);
  }
  .aboutUS__Awards_Line_List_Item:hover .aboutUS__Awards_Line_Ttl {
    color: #fff !important;
    transform: translateY(-26px);
  }
  .aboutUS__Awards_Line_List_Item:hover::before {
    height: 100%;
    border-radius: 32px;
    transform: translate(-50%, -26px);
    width: 100%;
  }
  .aboutUS__Awards_Line_List_Item:hover a .ezIcon {
    opacity: 1;
    bottom: 1rem;
    transform: translate(50%, -26px) !important;
  }
  .aboutUS__Awards_Line_List_Item a .ezIcon:hover {
    transform: translate(50%, -26px) rotate(45deg) !important;
  }
  .landing_Website_Project_Item:hover {
    gap: 16px;
  }
  .landing_Website_Project_Item:hover
    .landing_Website_Project_Item_Icon
    .ezIcon {
    margin-right: 0;
    background: #fff;
  }
  .landing_Website_Project_Item:hover
    .landing_Website_Project_Item_Icon::before {
    background: #0bb7a3;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    right: 50%;
    transform: translate(50%, -50%);
  }
  .landing_Website_Project_Btn:hover {
    background: #0bb7a3;
  }
  .landing_Website_Project_Btn:hover .ezIcon {
    transform: translateX(-4px) scale(1.05) !important;
  }
}
.landing_Website_Steps {
  border-radius: 32px;
  background: var(--mc1);
  padding-block: 40px 64px;
  padding-inline: 64px;
  position: relative;
  margin-block: 160px;
  z-index: 1;
}
.landing_Website_Steps::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #fff 2px, transparent 2px);
  background-size: 24px 24px;
  opacity: 0.1;
  z-index: -2;
}
.landing_Website_Steps_SubTtl {
  opacity: 0.6;
}
.landing_Website_Steps_Cards,
.learn_Why_Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing_Website_Steps_Cards:nth-child(3) {
  justify-content: center;
  gap: 14%;
}
.landing_Website_Steps_Card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 1rem;
  border-radius: 24px;
  background: #fff;
  flex: 0 0 24%;
}
.landing_Website_Steps_Card .ezIcon,
.webApp_Benefits_Card__Icon .ezIcon {
  --icon: 56px;
}
.landing_Website_Steps_Numbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 1rem;
  margin-inline: auto;
  position: relative;
  width: calc(100% - 20%);
  z-index: 1;
}
.landing_Website_Steps_Numbs::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: -1;
}
.landing_Website_Steps_Numbs p {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: var(--mc1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0f6ff;
}
.landing_Website_Steps_Cards_Wrapper {
  margin-top: 64px;
}
@media (min-width: 993px) {
  .portfolio_Home_Samples_Mobile {
    display: none;
  }
  .portal_Banner .landing_Cta,
  .webapp_Banner .landing_Cta {
    margin-bottom: 160px !important;
  }
  .learnDnn_Panel_Container.first::before,
  .learn_Banner::before {
    transition: all var(--transition);
    mask: var(--icon-url) no-repeat center/cover;
  }
  .learn_Banner::before {
    --icon-url: url(assets/icons/diamond-vector-1.svg);
    right: -20px;
    transform: translate(20%, var(--pseudo-y, 0)) rotate(28deg);
    top: -100px;
    opacity: 0.5;
    width: 264px;
    height: 400px;
    background: var(--mc1);
    position: absolute;
    display: block;
    content: "";
    -webkit-mask: var(--icon-url) no-repeat center/cover;
  }
  .learnDnn_Maintenance_Par::before,
  .learnDnn_Panel_Container.first::before {
    --icon-url: url(assets/icons/diamond-vector.svg);
    transform: translate(-50%, -50%);
    height: 150px;
    width: 150px;
    min-width: 150px;
    min-height: 150px;
    background: #bad4fe;
    content: "";
    display: block;
    position: absolute;
    left: 0;
  }
  .learnDnn_Panel_Container.first::before {
    bottom: 0;
    -webkit-transition: all var(--transition);
    -webkit-mask: var(--icon-url) no-repeat center/cover;
  }
  .learnDnn_Maintenance_Par::before {
    border-top-right-radius: 0;
    transition: all var(--transition);
    -webkit-transition: all var(--transition);
    mask: var(--icon-url) no-repeat center/cover;
    -webkit-mask: var(--icon-url) no-repeat center/cover;
  }
  .learnDnn_Panel_Container.third::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translate(-60%, var(--pseudo-y, 0)) rotateY(180deg) !important;
    width: 452px;
    height: 452px;
    background: url(assets/images/dots-vector.svg) center center no-repeat;
    transition: transform 0.1s linear;
  }
  .about_Wave::after,
  .learnDnn_Panel_Container.third::after {
    width: 400px;
    height: 400px;
    content: "";
    position: absolute;
    display: block;
  }
  .learnDnn_Panel_Container.third::after {
    background: url(assets/images/circle-vector.svg) center/cover no-repeat;
    right: 0;
    top: -100%;
    transform: translate(50%, var(--pseudo-y, 0)) rotateY(180deg) !important;
    transition: transform 0.1s linear;
  }
  .about_Wave::after {
    border-radius: 399.196px;
    border: 28px solid #9dc1fe;
    opacity: 0.1;
    top: 132px;
    left: 0;
    transform: translate(-50%, var(--pseudo-y, 0));
    z-index: -1;
  }
  .about_Wave::before {
    content: "";
    display: block;
    position: absolute;
    top: 256px;
    right: 0;
    transform: translate(15%, var(--pseudo-y, 0)) !important;
    width: 340px;
    height: 333px;
    background: url(assets/images/dots-vector-about.svg) center center no-repeat;
    transition: transform 0.1s linear;
  }
  .landing_Company_Portfolio::after,
  .store_Adv::after,
  .wordpress_Adv::after {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: 60px;
    opacity: 0.5;
    transition: transform 0.1s linear;
  }
  .landing_Company_Portfolio::after {
    display: block;
    right: -60px;
    z-index: -1;
    transform: translate(50%, var(--pseudo-y, 0)) rotateY(180deg) !important;
    background: url(/portals/_default/skins/ez-skin/assets/images/circle-vector.svg)
      center center/cover no-repeat;
  }
  .store_Adv::before,
  .wordpress_Adv::before {
    display: none !important;
  }
  .store_Adv::after,
  .wordpress_Adv::after {
    display: block;
    right: 0;
    transform: translate(50%, var(--pseudo-y, 0))
      rotate(var(--pseudo-rotate, 0deg)) rotateY(180deg) !important;
    background: url("/portals/_default/skins/ez-skin/assets/images/circle-vector.svg")
      center center/cover no-repeat;
  }
}
.portfolio_Home_Content_Logos_Slider .slick-list {
  padding-block: 4rem !important;
  margin-block: -4rem !important;
}
@media (max-width: 992px) {
  .aboutUs_Reviews_Arrows,
  .landing_Website_Portfolio_Arrows {
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
  }
  .aboutUs_Reviews_Arrows .slick-dots li.prev-dot,
  .landing_Website_Portfolio_Arrows .slick-dots li.prev-dot {
    left: 90%;
  }
  .aboutUs_Reviews_Arrows .slick-dots li.next-dot,
  .landing_Website_Portfolio_Arrows .slick-dots li.next-dot {
    left: 10%;
  }
  .aboutUs_Reviews_Arrows .slick-dots,
  .landing_Website_Portfolio_Arrows .slick-dots {
    width: 44px;
  }
  .aboutUs .container > .row .col-lg-6:last-child {
    order: 1;
  }
  .aboutUs .container > .row .col-lg-6:first-child,
  .landing_Website_Portfolio_Arrows_Mobile .slick-next {
    order: 2;
  }
  .aboutUs__Content {
    margin-top: 64px;
  }
  .aboutUs .video_Landing {
    margin-top: 0;
    margin-bottom: 0;
  }
  .aboutUs__Content_Txt {
    margin-block: 1rem;
  }
  .aboutUs__Content_List {
    margin-bottom: 1.5rem;
  }
  .aboutUS__Awards {
    margin-bottom: 48px;
    padding-top: 140px;
  }
  .aboutUS__Awards__Ttl {
    font-size: 24px !important;
    font-weight: 700 !important;
  }
  .aboutUS__Awards_Line {
    padding-right: 0;
    margin-top: 2rem;
  }
  .aboutUS__Awards_Line_Txt {
    margin-bottom: 34px;
    text-align: center;
  }
  .aboutUS__Awards_Line_List {
    flex-direction: column;
    gap: 28px;
    justify-content: unset;
    align-items: start;
    padding-bottom: 0;
    padding-right: 36px;
  }
  .aboutUS__Awards_Line_List_Item {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    border-radius: 16px;
    background: #fff;
    transition: var(--transition);
    padding: 12px 1rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: 0 16px 40px 0 rgba(18, 18, 18, 0.08);
  }
  .aboutUS__Awards_Line_List_Item a .ezIcon {
    position: static !important;
    transform: unset !important;
    opacity: 1 !important;
    background: var(--mc1);
    --icon: 24px;
  }
  .aboutUS__Awards_Line_List_Item::before {
    top: 50%;
    left: auto;
    right: -1rem;
    transform: translate(50%, -50%);
  }
  .aboutUS__Awards_Line_List::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 19px;
    transform: translateY(-50%) !important;
    width: 2px;
    height: calc(100% - 60px);
    background: var(--mc1);
  }
  .aboutUS__Awards_Line_Warning {
    margin-top: 34px;
  }
  .aboutUS__Awards_Line_Warning p {
    font-size: 12px !important;
  }
  .aboutUs_Achievements_Txt {
    align-items: start;
    flex-wrap: wrap;
  }
  .aboutUs_Achievements_List,
  .seo_What .home__Why__Card p {
    margin-top: 1rem;
  }
  .aboutUs_Achievements_Txt > p {
    flex: 1;
  }
  .aboutUs_Achievements_Txt > .ezIcon {
    transform: translateY(6px);
  }
  .aboutUs_Achievements_Txt a {
    flex: 0 0 100%;
    margin-right: 28px;
  }
  .aboutUs_License_Top,
  .aboutUs_Reviews_Wrapper,
  .landing_Website_Project_2 .landing_Website_Project_Wrapper {
    flex-direction: column;
  }
  .aboutUs_Achievements_Img,
  .aboutUs_Reviews::before,
  .aboutUs__News::after,
  .landing_Website_Number:first-child:before,
  .landing_Website_Project_Prop,
  .landing_Website_Steps_Numbs,
  .portfolio_Home_Content_Logos,
  .seo_Faq_Left img,
  .seo_Why_Right .openConsultationModal,
  .webApp_Usage::after {
    display: none;
  }
  .aboutUs_Achievements {
    margin-bottom: 64px;
  }
  .aboutUs_Reviews_Content,
  .landing_Website_Project_2 .landing_Website_Project_Desc,
  .landing_Website_Project_Desc {
    max-width: 100%;
  }
  .aboutUs_Reviews_Images {
    padding-top: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .aboutUs_Reviews_Content > p:not(.ez_Badge) {
    max-width: 100%;
    margin-block: 1rem 6.875rem;
    text-align: center;
  }
  .aboutUs_License_Images,
  .aboutUs_License_Images > a,
  .aboutUs_Reviews_Img_Itm img,
  .landing_Website_Project_Btn {
    width: 100%;
  }
  .aboutUs_Reviews_Images::before {
    content: "";
    display: block;
    position: absolute;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 24px);
    height: 276px;
    background: url(assets/images/aboutUs-reviews-bg-mobile.svg) center
      center/cover no-repeat;
    z-index: -1;
  }
  .aboutUs_Reviews_Item {
    opacity: 0.5;
  }
  .aboutUs_Reviews_List {
    margin-top: 36px;
  }
  .aboutUs_Reviews_List .slick-list {
    margin-inline: -8px;
    padding-inline: 44px !important;
  }
  .aboutUs_Reviews {
    margin-bottom: 80px;
  }
  .aboutUs_License_Top,
  .landing_Website_Project_Content,
  .seo_Grid_Blue {
    gap: 1.5rem;
  }
  .aboutUs_License_Images img {
    height: 116px !important;
    width: 100% !important;
  }
  .aboutUs_License {
    gap: 48px;
    margin-bottom: 112px;
  }
  .aboutUs_License_Bottom_List {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .aboutUs_License_MCP {
    padding-inline: 48px !important;
  }
  .aboutUs_License_Bottom_Item,
  .aboutUs_License_Bottom_Item img {
    width: 100% !important;
    max-height: 240px !important;
  }
  .aboutUs_License_Bottom_Item a {
    display: block;
  }
  .aboutUs__News::before {
    width: 100%;
    height: 100%;
    background: url(assets/images/news-vector-mobile.svg) center 100% / cover
      no-repeat;
    transform: unset !important;
    max-height: 550px;
  }
  .landing_Website_Desc {
    margin-block: 1rem 2rem;
    max-width: 100%;
  }
  .landing_Website_Number_Title,
  .landing_Website_Number_Title span {
    font-size: 2rem;
  }
  .landing_Website_Number {
    flex-direction: column;
    align-items: start;
    gap: 0;
    flex: 1;
  }
  .landing_Website_Numbers {
    gap: 1rem;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .landing_Website_Btns {
    display: flex;
    align-items: center;
    width: 100% !important;
    margin-top: 1.5rem;
    margin-bottom: 0;
    gap: 1rem;
  }
  .landing_Website_Btns .openConsultationModal,
  .landing_Website_Btns a {
    padding: 0.75rem;
    flex: 1;
    line-height: 1.5rem;
  }
  .landing_Website_Wrapper {
    margin-bottom: 60px;
  }
  .landing_Website_Why {
    padding-top: 140px;
    margin-bottom: 104px;
  }
  .landing_Website_Why_Cards {
    margin-top: 48px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .landing_Website_Why_Card {
    padding: 16px;
    gap: 8px;
  }
  .landing_Website_Why_Link {
    padding: 32px 66px;
    gap: 8px;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-dots button {
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: var(--mc1-fade-3) !important;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-dots li.slick-active button {
    background: #fff !important;
    width: 6px !important;
    height: 6px !important;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-arrow:hover,
  .seo_Grid_Blue_Item .ezIcon {
    background: var(--mc1) !important;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-arrow {
    position: static !important;
    transform: unset !important;
    translate: unset !important;
    background: 0 0 !important;
    display: flex !important;
    width: 2.125rem !important;
    height: 2.125rem !important;
    border-radius: 14px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 6px;
    transition: var(--transition) !important;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-prev:hover {
    transform: translateX(4px) !important;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-next:hover {
    transform: translateX(-4px) !important;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-arrow::before,
  .landing_Website_Portfolio_Arrows_Mobile .slick-arrow:hover::before {
    background: #fff !important;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-next::before {
    transform: rotate(90deg) !important;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-prev::before {
    transform: rotate(-90deg) !important;
  }
  .landing_Website_Portfolio_Arrows_Mobile {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin-top: 0;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-dots li {
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    background: #e7f0ff;
    transition: 0.3s;
    opacity: 0;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-dots {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    position: relative !important;
    width: 44px;
    height: 8px;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-dots li.slick-active {
    background: #9dc1fe;
    transform: scale(1.2);
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    opacity: 1;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-dots li.next-dot {
    left: 10%;
    transform: translateX(-50%);
    opacity: 0.75;
  }
  .landing_Website_Portfolio_Arrows_Mobile .slick-dots li.prev-dot {
    left: 90%;
    transform: translateX(-50%);
    opacity: 0.75;
  }
  .portfolio_Home_Samples_Mobile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .portfolio_Home_Samples_Mobile a {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
  }
  .portfolio_Home_Samples_Mobile a .ezIcon {
    --icon: 20px;
    transform: rotate(45deg) !important;
  }
  .landing_Website_Portfolio .portfolio_Home_Samples,
  .seo_steps_Container {
    margin-top: 0 !important;
  }
  .landing_Website_Project {
    margin-top: 104px;
  }
  .landing_Website_Project_Wrapper {
    flex-direction: column-reverse;
    gap: 36px;
  }
  .landing_Website_Project_List {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-bottom: 8px;
  }
  .seo_Grid,
  .seo_Grid_Blue {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .landing_Website_Project_Item_Icon .ezIcon {
    --icon: 32px;
    margin-right: 4px;
  }
  .landing_Website_Project_Item_Icon::before {
    width: 24px;
    height: 24px;
  }
  .landing_Website_Steps {
    margin-block: 120px;
    padding-inline: 16px;
    padding-block: 40px;
  }
  .landing_Website_Steps_Cards {
    flex-direction: column;
    gap: 40px !important;
  }
  .landing_Website_Steps_Cards:nth-child(3) {
    margin-top: 40px;
  }
  .landing_Website_Steps_Card {
    gap: 8px !important;
    width: 100%;
    padding: 8px 0.75rem !important;
    flex: 0 0 100% !important;
    min-height: 168px !important;
    position: relative;
  }
  .landing_Website_Steps_Cards_Wrapper {
    margin-top: 48px;
    margin-right: 48px;
    position: relative;
    z-index: 1;
  }
  .landing_Website_Steps_Cards_Wrapper::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
    width: 1px;
    height: calc(100% - 20%);
    background: #fff;
    opacity: 0.5;
    z-index: -1;
  }
  .landing_Website_Steps_Card::before {
    position: absolute;
    top: 50%;
    right: -56px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--mc1);
    border-radius: 50%;
    color: var(--primary-50, #f0f6ff);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
  }
  .consulting_Modal_Wrapper > div,
  .seo_Contracts_Left {
    width: 100% !important;
  }
  .seo_Cards .contact_Card,
  .seo_Cards .contact_Card_Content p,
  .seo_What .home__Why__Card {
    height: fit-content !important;
  }
  .landing_Website_Steps_Cards:first-child
    .landing_Website_Steps_Card:first-child::before {
    content: "1";
  }
  .landing_Website_Steps_Cards:first-child
    .landing_Website_Steps_Card:nth-child(2)::before {
    content: "2";
  }
  .landing_Website_Steps_Cards:first-child
    .landing_Website_Steps_Card:nth-child(3)::before {
    content: "3";
  }
  .landing_Website_Steps_Cards:nth-child(3)
    .landing_Website_Steps_Card:first-child::before {
    content: "4";
  }
  .landing_Website_Steps_Cards:nth-child(3)
    .landing_Website_Steps_Card:nth-child(2)::before {
    content: "5";
  }
  .seo_Faq_Left h3 {
    font-size: 20px;
  }
  .landing_Website_Project:not(.landing_Website_Project_2)::before,
  .landing_Website_Steps_Par::after,
  .landing_Website_Wrapper::before {
    display: none !important;
  }
  .landing_Website_Project:not(.landing_Website_Project_2)::after {
    width: 456px;
    height: 116px;
    transform: translate(40%, var(--pseudo-y, 0)) !important;
  }
  .seo_Cards .contact_Card {
    padding: 1rem !important;
    gap: 2rem !important;
  }
  .contact_Card_Content h4 {
    text-align: center;
    font-size: 16px !important;
  }
  .seo_Grid_Blue_Wrapper h2,
  .seo_Top h2,
  .seo_What_Top h3,
  .seo_steps_Container_Title {
    font-size: 20px !important;
  }
  .seo_Contracts_Left,
  .seo_Grid_Blue_Item_Content h3,
  .seo_Top h2,
  .seo_Why_Right h3 {
    text-align: center;
  }
  .seo_Why_Left_Item {
    padding: 24px 8px !important;
  }
  .seo_Why_Left_Item_Icon {
    margin-bottom: 8px !important;
  }
  .seo_Why_Left_Item h4 {
    height: 64px;
  }
  .seo_Why_Right p {
    margin-block: 1rem !important;
    text-align: center;
  }
  .contact_Cards {
    gap: 24px !important;
  }
  .seo_What .home__Why__Card_Blue p {
    margin-top: 8px;
  }
  .seo_What {
    margin-bottom: 104px;
  }
  .seo_What .home__Why__Card__Img {
    margin-top: 2rem !important;
    width: 100% !important;
    text-align: center;
  }
  .home__Why__Card__Img picture {
    display: block;
    text-align: center;
  }
  .seo_What_Top p,
  .seo_steps_Container_Content p {
    text-align: justify;
  }
  .seo_What .home__Why__Card__Icon .ezIcon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }
  .seo_What .home__Why__Card__Icon {
    margin-left: 0 !important;
  }
  .seo_Cards.seo-EzWeb {
    transform: translateY(0) !important;
    margin-top: 0 !important;
  }
  .seo-EzWeb .contact_Cards {
    gap: 14px !important;
  }
  .seo_Grid_Blue_Wrapper {
    padding: 2rem 1rem !important;
    margin-top: 120px !important;
  }
  .seo_Grid_Blue_Wrapper h2 {
    line-height: 40px !important;
    margin-bottom: 2rem !important;
  }
  .seo_Grid_Blue_Item {
    border-left: none !important;
    gap: 1rem !important;
    background: #fff;
    border-radius: 1rem;
  }
  .seo_Grid_Blue_Item h3 {
    color: var(--mc1) !important;
  }
  .seo_Grid_Blue_Item p {
    color: var(--Gray-40) !important;
  }
  .seo_Grid_Blue_Item_Content,
  .seo_Grid_Item_Content {
    gap: 8px !important;
  }
  .seo_Grid_Blue_Wrapper .seo_Grid_Blue_Item,
  .seo_Grid_Wrapper .seo_Grid_Item {
    padding: 1rem !important;
  }
  .seo_Grid_Wrapper {
    padding: 0 !important;
  }
  .seo_Contracts_Right h2,
  .seo_Grid_Wrapper h2 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .seo_Grid {
    gap: 1rem !important;
  }
  .seo_Grid_Wrapper a.seo_Grid_Item {
    min-height: 160px !important;
  }
  .seo_Grid_Item:last-child::after {
    width: 80px !important;
    height: 70px !important;
    top: auto !important;
    bottom: 0 !important;
  }
  .home_Blog__Wrapper.seo_steps {
    padding-top: 90px !important;
    margin-top: 130px !important;
  }
  .home_Blog__Wrapper.seo_steps .home_Blog_Container {
    padding-top: 0 !important;
    padding-inline: 12px !important;
    gap: 0 !important;
  }
  .home_Blog__Wrapper.seo_steps::before {
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
  }
  .home_Blog__Wrapper.seo_steps::after {
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
  }
  .seo_steps_Container_Title {
    line-height: 40px !important;
    text-align: center;
  }
  .seo_steps_Container_Content {
    margin-top: 40px !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .seo_steps_Container_Item {
    flex: 0 0 100%;
    align-items: start;
    gap: 1rem !important;
  }
  .seo_steps_Container_Item_Num {
    font-size: 32px !important;
    line-height: 64px !important;
    transform: translateY(-10px);
  }
  #consultingModal .home_Form_Wrapper .Field.Heading h2.Header,
  .seo_steps_Container_Item_Title {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .seo_steps_Container_Item_Title {
    font-weight: 600 !important;
  }
  .seo_steps_Container_Item_Text {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .seo_Contracts_Wrapper {
    padding: 32px 16px !important;
    gap: 32px !important;
    flex-direction: column;
  }
  .seo_Contracts_Right p {
    text-align: justify;
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .seo_Contracts_Left img {
    margin-inline: auto;
    max-width: 220px !important;
  }
  #consultingModal .home_Form_Wrapper {
    padding: 24px !important;
    gap: 2rem !important;
  }
  #consultingModal .home_Form_Img {
    width: 100%;
    text-align: center;
  }
  .consulting_Modal_Wrapper > button {
    top: 1rem !important;
    left: 1rem !important;
  }
}
.seo_Grid_Item:last-child .ezIcon {
  --icon: 32px !important;
}
.blog__Detail_Content_Video iframe {
  border-radius: 2rem;
}
.landing_Website_Project:not(.landing_Website_Project_2)::before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 399.196px;
  border: 28px solid #9dc1fe;
  opacity: 0.1;
  position: absolute;
  top: 132px;
  left: 0;
  transform: translate(-50%, var(--pseudo-y, 0));
  z-index: -1;
}
.landing_Website_Steps_Par::after {
  content: "";
  transform: translate(50%, var(--pseudo-y, 0))
    rotate(var(--pseudo-rotate, 0deg)) rotateY(180deg) !important;
}
html body .blog__Card__Content__Footer__Date {
  color: var(--Gray-60) !important;
}
html body .blog__Card__Content__Props__Views .ezIcon {
  background: var(--Gray-40) !important;
}
html body .blog__Card__Content__Props__Views p {
  color: var(--Gray-40) !important;
}
.main__Blog .listItem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.webApp_Usage_Wrapper {
  display: flex;
  gap: 2rem;
  margin-bottom: 144px;
}
.webApp_Usage_Right {
  display: flex;
  flex-direction: column;
}
.webApp_Usage_Right > p.tcg-60 {
  margin-block: 8px 28px;
}
.webApp_Usage_More_Icon {
  width: 40px;
  height: 40px;
  background: var(--mc1);
  border-radius: 1rem;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webApp_Usage_Left_Item,
.webApp_Usage_Left_Item:before,
.webApp_Usage_Left_Item_Icon::before {
  border-radius: 16px;
  transition: var(--transition);
}
.webApp_Usage_More_Icon .ezIcon {
  background: #fff;
  transform: rotate(-90deg) !important;
  --icon: 1.25rem;
}
.landing_Website_Project:not(.landing_Website_Project_2)::after,
.webApp_Usage::after {
  background: url(assets/images/webproject-vector.svg) center center/cover
    no-repeat;
  opacity: 0.08;
  content: "";
  z-index: -1;
}
.webApp_testimonial_Card_Bottom {
  height: 84px;
}
.webApp_Usage_Left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-left: 2rem;
}
.webApp_Usage::after {
  width: 38%;
  height: 100%;
  position: absolute;
  top: -76px;
  left: 0;
  transform: translate(-10%, var(--pseudo-y, 0)) rotateY(149deg);
}
.webApp_Usage_Left_Item {
  display: flex;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 48px 0 rgba(17, 24, 39, 0.07);
  padding: 1rem 12px;
  position: relative;
  z-index: 1;
}
.webApp_Usage_Left_Item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(277deg, #0a65fc 0, #0bb7a3 85.89%);
  box-shadow: 0 4px 48px 0 rgba(17, 24, 39, 0.07);
  z-index: -1;
  opacity: 0;
}
.webApp_Usage_Left_Item_Icon {
  position: relative;
  margin-top: 28px;
}
.webApp_Usage_Left_Item_Icon .ezIcon {
  --icon: 48px;
}
.webApp_Usage_Left_Item_Icon::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  background: #f0f6ff;
  width: 40px;
  height: 40px;
}
.webApp_Usage_Left_Item:hover .webApp_Usage_Left_Item_Icon::before {
  background: var(--mc1);
  opacity: 0;
}
.webApp_Benefits_Cards {
  display: grid;
  gap: 2rem;
}
.webApp_Benefits_Card_Blue {
  padding: 2rem 2rem 8px !important;
  background: var(--mc1) !important;
}
.webApp_Benefits_Card {
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background: #f7f7f8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.webApp_Benefits_Card_Blue .webApp_Benefits_Card__Txt {
  opacity: 0.7;
  margin-block: 1rem;
}
.webApp_Services {
  margin-bottom: 80px;
  display: flex;
  gap: 2rem;
  margin-top: 168px;
}
.webApp_Services_Content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 58.33333333%;
}
.webApp_Services_Btn {
  margin-top: 24px;
  border-radius: 8px;
  background: var(--mc1);
  display: inline-flex;
  padding: 14px 64px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
  width: fit-content;
}
.webApp_Services_Btn .ezIcon {
  transform: rotate(45deg) !important;
  --icon: 24px;
}
.wave_wrapper.webApp_Wave {
  background: linear-gradient(
    180deg,
    rgb(69 201 186 / 60%) -4.18%,
    rgba(69, 201, 186, 0) 100%
  );
  opacity: 0.1;
}
.webApp_Blogs {
  display: flex;
  gap: 2rem;
}
.webApp_Blogs_Content {
  width: 33.333333%;
  max-width: 33.333333%;
}
.webApp_Blogs_Slider {
  width: 66.666666%;
  max-width: 66.666666%;
}
.webApp_Blogs_Txt {
  margin-block: 8px 2rem;
}
.webApp_Blogs_Content a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  transition: var(--transition);
}
.customers_View .PagingTable a:hover,
.pagination-late .PagingTable a:hover,
.port_View .PagingTable a:hover,
.webApp_Blogs_Content a:hover {
  color: #0bb7a3 !important;
}
.webApp_Blogs_Content a:hover .ezIcon {
  transform: rotate(0) !important;
  background: #0bb7a3;
}
.webApp_Blogs_Slider .slick-list {
  padding-left: 16rem;
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  max-width: calc(100% + 38%);
  margin-inline: -1rem;
}
.webApp_Blogs_Slider .blog__Card {
  margin-inline: 1rem;
  transition: var(--transition);
}
.webApp_Customers::before,
.webapp_Banner::before {
  transition: all var(--transition);
  mask: var(--icon-url) no-repeat center/cover;
  right: 0;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
}
.webApp_Blogs_Wrapper {
  padding-top: 200px;
}
.webApp_Blogs_Slider .blog__Card__Content {
  padding: 1.5rem 1rem !important;
}
.webApp_Blogs_Slider .blog__Card__Img img {
  object-fit: cover;
}
.webApp_Blogs_Slider .blog__Card:hover {
  box-shadow: 0 4px 48px 0 rgba(9, 14, 23, 0.07);
}
.webApp_Customers {
  margin-block: 160px 80px;
  position: relative;
}
.webApp_Customers .home__Customers {
  margin-bottom: 24px !important;
}
.customers_View .PagingTable [align="right"],
.port_View .PagingTable [align="right"],
.webApp_Customers .home__Customers::after,
.webApp_Customers .home__Customers::before {
  display: none !important;
}
.webApp_Cms_Wrapper {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 72px 0 rgba(18, 18, 18, 0.05);
  padding: 1.5rem 2rem 1.5rem 3rem;
  display: flex;
  align-items: center;
}
.webApp_Cms_Content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 75%;
}
.webApp_Cms_Img {
  width: 25%;
  text-align: left;
}
.webApp_testimonial_Wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  position: relative;
}
.webApp_testimonial_Content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 33.3333%;
  max-width: 33.3333%;
}
.webApp_testimonial_Slider .slick-list {
  padding-left: 4rem !important;
  padding-block: 4rem !important;
  margin-block: -4rem !important;
  margin-inline: -1rem !important;
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-35%) !important;
  max-width: calc(100% + 38%);
}
.webApp_testimonial_Card {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
  padding: 24px 2rem;
  margin-inline: 1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--Gray-95);
}
.webApp_testimonial_Card_Company {
  height: 56px;
  display: flex;
  align-items: center;
  color: #545960;
}
.webApp_testimonial_Slider {
  width: 66.6666%;
  max-width: 66.6666%;
}
.webApp_testimonial_Card_Top img {
  max-width: 64px;
  max-height: 64px;
}
.webApp_testimonial {
  margin-block: 160px;
  position: relative;
}
.webApp_testimonial::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 38%;
  height: 388px;
  border-radius: 0 20px 20px 0;
  background: url(assets/images/aboutUs-reviews-bg.svg) center center/cover
    no-repeat;
  z-index: -1;
}
.webApp_Blogs_Arrows .slick-dots button,
.webApp_testimonial_Card_Arrows .slick-dots button {
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #80acf5 !important;
}
.webApp_Blogs_Arrows .slick-dots li.slick-active button,
.webApp_testimonial_Card_Arrows .slick-dots li.slick-active button {
  background: var(--mc1) !important;
  width: 6px !important;
  height: 6px !important;
}
.webApp_Blogs_Arrows,
.webApp_testimonial_Card_Arrows {
  display: flex;
  flex: 1;
  gap: 0;
  align-items: center;
  justify-content: end;
}
.webApp_Blogs_Arrows .slick-dots li,
.webApp_testimonial_Card_Arrows .slick-dots li {
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  background: #80acf5;
  transition: 0.3s;
  opacity: 0;
}
.webapp_Banner::before {
  --icon-url: url(assets/icons/diamond-vector-1.svg);
  transform: translate(20%, var(--pseudo-y, 0));
  top: -100px;
  opacity: 0.5;
  width: 264px;
  height: 400px;
  background: var(--mc1);
  position: absolute;
  display: block;
  content: "";
}
.landing_Website_Project:not(.landing_Website_Project_2)::after {
  width: 588px;
  height: 150px;
  position: absolute;
  bottom: -20px;
  right: 0;
  transform: translate(10%, var(--pseudo-y, 0));
}
.landing_Website_Steps_Par::after,
.webApp_Benefits::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transform: translate(50%, var(--pseudo-y, 0))
    rotate(var(--pseudo-rotate, 0deg)) rotateY(180deg) !important;
  background: url("/portals/_default/skins/ez-skin/assets/images/circle-vector.svg")
    center center/cover no-repeat;
  transition: transform 0.1s linear;
}
.webApp_Customers::after,
.webApp_Customers::before {
  --icon-url: url(assets/icons/diamond-vector.svg);
  bottom: 0;
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  background: #bad4fe;
  content: "";
  display: block;
  position: absolute;
}
.webApp_Customers::before {
  transform: translate(40%, var(--pseudo-y, 0));
  -webkit-transition: all var(--transition);
}
.webApp_Customers::after {
  left: 0;
  transform: translate(-50%, -50%);
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
}
.learn_Banner_Hint {
  margin-top: 24px;
  position: relative;
  display: inline-block;
}
.learn_Banner_Hint::before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: -1rem;
  width: 140px;
  height: 68px;
  background: url(assets/images/learn-dnn-hint-vector.svg) center center/cover
    no-repeat;
  transform: translate(-100%, -2%);
}
.learn_Why_Description {
  margin-block: 16px 6.25rem;
}
.learn_Why_Wrapper .video_Landing {
  width: calc(50% - 48px) !important;
  margin-inline: auto;
  padding-right: 0 !important;
}
.learn_Why_Wrapper .learn_Why_Items {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  width: calc(50% - 144px) !important;
}
.learn_Why_Item_Icon::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  background: #e7f0ff;
  border-radius: 6px;
  transition: var(--transition);
}
.clip_Wrapper::after,
.clip_Wrapper::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.learn_Why_Item_Icon .ezIcon {
  --icon: 32px;
}
.learn_Why_Item_Content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.learnDnn_Panel_Wrapper {
  filter: drop-shadow(0px 6px 64px rgba(37, 63, 48, 0.08));
  border-radius: 8px 0 8px 8px;
  background: #fff;
  padding: 64px 44px;
  position: relative;
  margin-bottom: 108px;
}
.learnDnn_Panel_Header {
  background: #fff;
  padding: 4px 68px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  border-radius: 8px 8px 0 0;
}
.learn_Why {
  padding-top: 120px;
  margin-bottom: 130px;
}
.clip_Wrapper {
  padding-bottom: 44px;
  padding-top: 180px;
  position: relative;
}
.clip_Wrapper::before {
  position: absolute;
  background: linear-gradient(180deg, #f4fcfb 0, rgba(69, 201, 186, 0) 99.98%);
  z-index: -1;
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
}
.clip_Wrapper::after {
  position: absolute;
  background: linear-gradient(180deg, #ebf3ff 0, rgba(69, 201, 186, 0) 99.98%);
  z-index: -2;
  clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
  transition: 0.3s;
}
.newsSite_Features__Txt {
  margin-bottom: 104px;
}
.learnDnn_Modules_Item {
  gap: 18px;
}
.learnDnn_Modules_Item_Icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.learnDnn_Modules_Item_Icon .ezIcon {
  width: 6px !important;
  height: 9px !important;
  min-width: 6px !important;
  min-height: 9px !important;
  background: var(--tc1) !important;
}
.learnDnn_Modules_Item:hover .learnDnn_Modules_Item_Icon {
  background: #0bb7a3 !important;
}
.portal_Banner::before,
.portal_Portfolio::after {
  content: "";
  height: 400px;
  opacity: 0.5;
  position: absolute;
}
@media (max-width: 993px) {
  .learnDnn_Maintenance_Header,
  .learnDnn_Modules_Header > p,
  .learnDnn__Panel_Desc > h3,
  .learn_Banner .home__Banner__Ttl {
    text-align: right !important;
  }
  .learn_Why_Description {
    margin-block: 16px 32px;
  }
  .learn_Why_Wrapper .learn_Why_Items {
    gap: 24px !important;
  }
  .learn_Why_Item {
    align-items: start;
  }
  .learn_Why_Item_Icon::before {
    right: unset;
    left: -4px;
  }
  .learn_Why_Wrapper .video_Landing {
    margin-top: 72px !important;
  }
  .learn_Why_Wrapper {
    flex-direction: column-reverse;
  }
  .learn_Why_Wrapper .learn_Why_Items,
  .learn_Why_Wrapper .video_Landing {
    width: 100% !important;
  }
  .clip_Wrapper {
    padding-block: 80px 40px !important;
  }
  .clip_Wrapper::before {
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
  }
  .clip_Wrapper::after {
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
  }
  .learnDnn__Panel_Desc > h3 {
    margin-inline: 0 auto !important;
  }
  .learnDnn__Panel_Desc > p {
    margin-top: 30px !important;
    margin-bottom: 80px !important;
    text-align: justify !important;
  }
  .learnDnn_Panel_Wrapper {
    padding: 2rem 0.5rem !important;
    margin-bottom: 80px !important;
  }
  .learnDnn_Panel_Header {
    padding: 0.5rem 1.875rem !important;
  }
  .learnDnn_Panel_Item_Ttl_Txt {
    font-size: 12px !important;
  }
  .learnDnn_Modules_Header {
    align-items: start !important;
    gap: 1rem;
  }
  .learnDnn_Maintenance_Wrapper {
    gap: 38px !important;
  }
  .learnDnn_Maintenance_List {
    row-gap: 1.125rem !important;
    --col: 1 !important;
  }
  .landing_Company_Portfolio {
    margin-block: 80px;
  }
  .company_Usage {
    margin-top: 104px;
  }
}
.company_Usage {
  margin-top: 40px;
}
.landing_Company_Portfolio {
  margin-block: 160px;
}
.portal_Banner::before {
  --icon-url: url(../assets/icons/diamond-vector-1.svg);
  right: -20px;
  transform: translate(20%, var(--pseudo-y, 0)) rotate(28deg);
  top: -100px;
  width: 264px;
  background: var(--mc1);
  mask: var(--icon-url) no-repeat center/cover;
  display: block;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  transition: all var(--transition);
}
@media (max-width: 768px) {
  .ourTeam__Card {
    flex: 0 0 45%;
    scroll-snap-align: start;
  }
  .portal_Banner::before {
    display: none;
  }
}
.portal_Portfolio::after {
  display: block;
  width: 400px;
  right: -60px;
  bottom: 60px;
  z-index: -1;
  transform: translate(50%, var(--pseudo-y, 0))
    rotate(var(--pseudo-rotate, 0deg)) rotateY(180deg) !important;
  background: url(/portals/_default/skins/ez-skin/assets/images/circle-vector.svg)
    center center/cover no-repeat;
  transition: transform 0.1s linear;
}
.interanet_Features_Item::before,
.store_Price_Item::before {
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.corporate_Banner .home__Banner_content h2 {
  width: 89%;
  margin-block: 24px;
}
.interanet {
  margin-top: 160px;
  margin-bottom: -32px !important;
}
.interanet_Why.contact_Wrapper {
  height: unset;
  margin-top: 150px;
}
.interanet_Why .contact {
  height: unset;
}
.interanet .home__Why__Card__Icon {
  flex-direction: column;
  align-items: start;
}
.interanet .home__Why__Card__Icon .ezIcon {
  background-color: var(--mc1) !important;
}
.interanet_Features_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 60px;
  margin-bottom: 110px;
  padding: 32px 40px 52px 28px;
  border-radius: 16px;
  background-color: #f7f7f8;
}
.interanet_Features_Top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding-inline: 64px;
}
.interanet_Features_Top h2,
.store_Price_Top h2 {
  color: var(--mc2);
}
.interanet_Features_Bottom {
  display: flex;
  gap: 92px;
  align-items: center;
  justify-content: center;
}
.interanet_Features_List {
  display: flex;
  flex-wrap: wrap;
}
.interanet_Features_Item {
  flex: 0 0 50%;
  margin-bottom: 32px;
  position: relative;
  padding-inline-start: 28px;
}
.interanet_Features_Item::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(/portals/_default/skins/ez-skin/assets/icons/green-star.svg);
}
.ecommerce_Platform .beauty_Platform__Ttl {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  z-index: 1;
}
.ecommerce_Platform .beauty_Platform__Txt {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  width: 80%;
  text-align: center;
  margin-inline: auto;
}
.beauty_Charter .cafe_Charter_Item {
  grid-area: auto;
}
.beauty_Charter-2 .cafe_Charter_Item_Blue__Content {
  padding: 1.5rem;
  padding-bottom: 0 !important;
}
.beauty_Charter-2,
.ecommerce_Platform {
  margin-top: 64px;
  margin-bottom: 168px;
}
.beauty_Charter-2 .cafe_Charter_Item_Blue__Content .cafe_Charter_Item__Txt {
  margin-top: 2.5rem;
  margin-bottom: 50px;
}
.beauty_Samples-2 {
  margin-bottom: 68px;
}
.beauty_Seo {
  padding-block: 2.5rem;
}
.beauty_Seo_Cards {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.beauty_Seo_Card {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  border-radius: 4px;
  background: #fff;
  padding: 0.875rem 1rem;
  flex: 1;
}
.beauty_Benefits .cafe_Benefits__Content__Img {
  text-align: center;
  display: block;
}
.beauty_Benefits .cafe_Benefits__Content__Img img {
  width: 384px !important;
  height: 256px !important;
}
.beauty_Benefits .cafe_Benefits__Content {
  margin-top: 0 !important;
}
.beauty_Platform__Content__Items {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.beauty_Platform__Content__Item {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
  border-radius: 0.5rem;
  background: #fff;
  padding: 2.125rem 16px;
  align-items: center;
  flex: 1;
  box-shadow: 0 8px 32px 0 rgba(19, 53, 28, 0.08);
}
.beauty_Tricks {
  margin-block: 56px;
}
.bg-light-blue {
  background: #e7f0ff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.store_Price_Wrapper,
.wordpress_Why_Wrapper {
  background-color: #f7f7f8;
  border-radius: 16px;
  display: flex;
}
.store_Price_Wrapper {
  flex-direction: column;
  gap: 32px;
  margin-top: 158px;
  margin-bottom: 110px;
  padding: 32px 40px 52px 28px;
}
.store_Price_Top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.store_Price_Bottom {
  display: flex;
  gap: 92px;
  align-items: center;
  justify-content: space-between;
}
.store_Price_List {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
}
.store_Price_Item {
  flex: 0 0 50%;
  margin-bottom: 32px;
  position: relative;
  padding-inline-start: 32px;
}
.store_Price_Item::before {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(/portals/_default/skins/ez-skin/assets/icons/Ticks.svg);
}
.wordpress_Adv .contact_Card {
  flex: calc(33% - 18px);
  flex-direction: row;
  height: 148px;
}
.wordpress_Adv .contact_Card_Content {
  align-items: start;
}
.wordpress_Adv .contact_Card_Content h4,
.wordpress_Adv .contact_Card_Content p {
  text-align: right;
  white-space: unset;
}
.wordpress_Adv .contact_Card_Img .ezIcon {
  margin-top: 4px;
}
.wordpress_Why_Wrapper {
  padding: 40px 40px 56px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 128px;
  margin-top: 184px;
}
.wordpress_Why_Right {
  display: flex;
  flex-direction: column;
  gap: 38px;
  flex: 0 0 50%;
}
.wordpress_Steps_Wrapper .seo_What .home__Why__Card p {
  height: 56px;
}
.special_Steps_Wrapper .company_What .home__Why__Card,
.wordpress_Steps_Wrapper .company_What .home__Why__Card {
  height: unset !important;
}
.special_Steps_Wrapper .home__Why__Cards .home__Why__Card:first-child,
.wordpress_Steps_Wrapper .home__Why__Cards .home__Why__Card:first-child {
  grid-area: 1/3/2/4 !important;
}
.special_Steps_Wrapper .home__Why__Cards .home__Why__Card:nth-child(2),
.wordpress_Steps_Wrapper .home__Why__Cards .home__Why__Card:nth-child(2) {
  grid-area: 1/4/2/5 !important;
}
.special_Steps_Wrapper .home__Why__Cards .home__Why__Card:nth-child(3),
.wordpress_Steps_Wrapper .home__Why__Cards .home__Why__Card:nth-child(3) {
  grid-area: 2/3/3/4 !important;
}
.special_Steps_Wrapper .home__Why__Cards .home__Why__Card:nth-child(4),
.wordpress_Steps_Wrapper .home__Why__Cards .home__Why__Card:nth-child(4) {
  grid-area: 2/4/3/5 !important;
}
.wordpress_Steps_Wrapper .home__Why__Cards .home__Why__Card:nth-child(5) {
  grid-area: 3/3/4/4 !important;
}
.wordpress_Steps_Wrapper .home__Why__Cards .home__Why__Card:nth-child(6) {
  grid-area: 3/4/4/5 !important;
}
.wordpress_Steps_Wrapper .seo_What .home__Why__Card_Blue {
  grid-area: 1/1/4/3 !important;
}
.special_Steps_Wrapper .seo_What .home__Why__Card_Blue {
  grid-area: 1/1/3/3 !important;
}
.special_Steps_Wrapper .company_What .home__Why__Card__Img img {
  width: 248px;
  height: 253px;
  min-height: 260px;
}
.home__Why {
  margin-block: 80px;
}
.home__testimonial {
  margin-top: 104px;
  margin-bottom: 80px;
}
.portfolio_Category_List {
  display: flex;
  justify-content: space-between;
  padding-inline: 32px;
  align-items: end;
  padding-bottom: 24px;
}

.portfolio_Category_Item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 14px;
  white-space: nowrap;
}

.portfolio_Category_Item a img {
  border-radius: 4px;
  padding: 8px;
  background-color: #f0f6ff;
  border: 1px solid transparent;
  transition: var(--transition);
  min-width: 40px;
  min-height: 40px;
  object-fit: contain;
}

.portfolio_Category_Item a:hover img,
.portfolio_Category_Item.active img {
  border-color: #061257;
}

.customers_View .PagingTable [align="left"],
.port_View .PagingTable [align="left"] {
  display: flex !important;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 992px) {
  .portfolio_Category_List {
    padding-inline: 0 !important;
    gap: 1rem !important;
  }

  .appendCustomerArrows,
  .webApp_Blogs_Arrows,
  .webApp_testimonial_Card_Arrows {
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
  }
  .appendCustomerArrows .slick-dots li.prev-dot,
  .webApp_Blogs_Arrows .slick-dots li.prev-dot,
  .webApp_testimonial_Card_Arrows .slick-dots li.prev-dot {
    left: 90%;
  }
  .appendCustomerArrows .slick-dots li.next-dot,
  .webApp_Blogs_Arrows .slick-dots li.next-dot,
  .webApp_testimonial_Card_Arrows .slick-dots li.next-dot {
    left: 10%;
  }
  .appendCustomerArrows .slick-dots,
  .webApp_Blogs_Arrows .slick-dots,
  .webApp_testimonial_Card_Arrows .slick-dots {
    width: 44px;
  }
  .interanet_Features_Wrapper,
  .store_Price_Wrapper {
    padding: 32px 16px;
  }
  .interanet_Features_Top,
  .store_Price_Top {
    padding-inline: 0;
  }
  .interanet_Features_Top h2,
  .store_Price_Top h2 {
    text-align: right !important;
  }
  .interanet_Features_Bottom,
  .store_Price_Bottom {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .interanet_Features_List,
  .store_Price_List {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .interanet_Features_Item,
  .store_Price_Item {
    margin-bottom: 0;
  }
  .ecommerce_Platform .beauty_Platform__Ttl {
    text-align: right;
    padding-inline-end: 24px;
  }
  .ecommerce_Platform .beauty_Platform__Txt {
    width: 100%;
    text-align: right;
  }
  .store_Faq.home_Blog__Wrapper::after {
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
    top: -30px;
    left: -4px;
  }
  .store_Faq.home_Blog__Wrapper::before {
    clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);
    top: -10px;
  }
  .interanet_Why.store_Adv.contact_Wrapper {
    margin-top: 164px;
  }
  .wordpress_Why_Wrapper {
    flex-direction: column;
    padding: 16px;
  }
  .portfolio_Category_List {
    overflow-x: scroll;
    gap: 12px;
  }
}

.form_Confirm_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.form_Confirm_Wrapper h2 {
  font-size: 32px;
}

.form_Confirm_Wrapper #score {
  font-size: 60px;
}

.points_Section {
  height: 0;
  overflow: hidden;
}

.form_Confirm_Table {
  border: 1px solid var(--Gray-90);
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}

.form_Confirm_Table table {
  border: 1px solid var(--Gray-95);
}

.form_Confirm_Table table td,
.form_Confirm_Table table th {
  border: 1px solid var(--Gray-95);
  padding: 20px;
  text-align: center;
}

.form_Confirm_Table p {
  font-size: 16px;
  line-height: 34px;
}

.form_Confirm_Table span {
  color: var(--mc1);
}

.form_Confirm_Table h2 {
  color: var(--mc1);
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  font-size: 22px;
}
