@import url("./Obvio.css");

:root {
  --SpecialPageTopSpacing: var(--headerHeight);
}

@media only screen and (max-width: 991.98px) {
  :root {
    --SpecialPageTopSpacing: 30px;
  }
}

#dng-wrapper:has(.header-replace.header-position.sticky-fixed)
  #dnn_content:has(#dnn_ctr_Login_DNN),
#dng-wrapper:has(.header-replace.header-position.sticky-fixed)
  #dnn_content:has(#dnn_ctr_Privacy_lblPrivacy),
#dng-wrapper:has(.header-replace.header-position.sticky-fixed)
  #dnn_content:has(#dnn_ctr_Terms_lblTerms),
#dng-wrapper:has(.header-replace.header-position.sticky-fixed)
  #dnn_content:has(dnn-resource-manager.hydrated) {
  padding-top: calc(var(--SpecialPageTopSpacing) + 30px);
}

.header-replace.header-position.sticky-fixed:has(
    ~ #dnn_content #dnn_ctr_Login_DNN
  ),
.header-replace.header-position.sticky-fixed:has(
    ~ #dnn_content #dnn_ctr_Privacy_lblPrivacy
  ),
.header-replace.header-position.sticky-fixed:has(
    ~ #dnn_content #dnn_ctr_Terms_lblTerms
  ),
.header-replace.header-position.sticky-fixed:has(
    ~ #dnn_content dnn-resource-manager.hydrated
  ) {
  background-color: rgba(0, 0, 0, 0.64);
}

@-moz-document url-prefix() {
  #Form[action="/Privacy" i] #dnn_content,
  #Form[action="/Privacy/" i] #dnn_content {
    padding-top: calc(var(--SpecialPageTopSpacing) + 30px);
  }

  #Form[action="/Terms" i] #dnn_content,
  #Form[action="/Terms/" i] #dnn_content {
    padding-top: calc(var(--SpecialPageTopSpacing) + 30px);
  }

  #Form[action="/login" i] #dnn_content,
  #Form[action="/login/" i] #dnn_content,
  #Form[action^="/login?" i] #dnn_content {
    padding-top: calc(var(--SpecialPageTopSpacing) + 30px);
  }

  #Form[action^="/Host/Global-Assets/portalid/" i] #dnn_content {
    padding-top: calc(var(--SpecialPageTopSpacing) + 30px);
  }

  #Form[action="/Admin/File-Management" i] #dnn_content {
    padding-top: calc(var(--SpecialPageTopSpacing) + 30px);
  }

  #Form[action="/Privacy" i] .header-replace.header-position.sticky-fixed,
  #Form[action="/Privacy/" i] .header-replace.header-position.sticky-fixed,
  #Form[action="/Terms" i] .header-replace.header-position.sticky-fixed,
  #Form[action="/Terms/" i] .header-replace.header-position.sticky-fixed,
  #Form[action="/login" i] .header-replace.header-position.sticky-fixed,
  #Form[action="/login/" i] .header-replace.header-position.sticky-fixed,
  #Form[action^="/login?" i] .header-replace.header-position.sticky-fixed,
  #Form[action^="/Host/Global-Assets/portalid/" i]
    .header-replace.header-position.sticky-fixed,
  #Form[action="/Admin/File-Management" i]
    .header-replace.header-position.sticky-fixed {
    background-color: rgba(0, 0, 0, 0.64);
  }
}

/*****************
******************
**** Theme ****
******************
*************** */

:root {
  --family-Outfit: "Outfit", Arial, Helvetica, sans-serif;
}

body .family-Outfit {
  font-family: var(--family-Outfit);
}

:root {
  --accent-color5: #2334c5;
}

body .font-color-01,
body a.font-color-01 {
  color: var(--accent-color5);
}

@media only screen and (max-width: 991.98px) {
  .mobile-header .logo img {
    max-width: 100%;
  }
}

body .headerLinearGradientWhite {
  background-color: transparent !important;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.26),
    rgba(255, 255, 255, 0.16) 42%,
    rgba(255, 255, 255, 0) 100%
  );
}

body .is-overlay .is-overlay-bg[style*="/Portals/0/Images/Bg-Line.png"],
body .is-overlay .is-overlay-bg[style*="/Portals/0/Images/Bg-Line.webp"] {
  background-size: 100% auto;
  background-position: 50% 0;
}

:root {
  --font-size-01: clamp(46px, 4vw + 17.2px, 94px);
  --font-size-02: clamp(36px, 2.586206896551724vw + 10.344827586206897px, 60px);
  --font-size-03: clamp(28px, 1.293103448275862vw + 15.172413793103448px, 40px);
  --font-size-04: clamp(24px, 0.8333333333333334vw + 18px, 34px);
  --font-size-05: clamp(20px, 0.8333333333333334vw + 14px, 30px);
}

.font-size-01 {
  font-size: var(--font-size-01);
}

.headline-style-01 {
  font-size: var(--font-size-01);
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(-1 * 1em / 1000 * 30);
}

.headline-style-01 > span {
  font-weight: 400;
  color: var(--accent-color3) !important;
}

@media only screen and (max-width: 991.98px) {
  .headline-style-01 {
    line-height: 1.2;
  }
}

.font-size-02 {
  font-size: var(--font-size-02);
}

.headline-style-02 {
  font-size: var(--font-size-02);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: calc(-1 * 1em / 1000 * 30);
}

.headline-style-02 > span {
  font-weight: 400;
  color: var(--accent-color3) !important;
}

@media only screen and (max-width: 991.98px) {
  .headline-style-02 {
    line-height: 1.2;
  }
}

.font-size-03 {
  font-size: var(--font-size-03);
}

.headline-style-03 {
  font-size: var(--font-size-03);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(-1 * 1em / 1000 * 22);
}

.headline-style-03 > span {
  font-weight: 400;
  color: var(--accent-color3) !important;
}

@media only screen and (max-width: 991.98px) {
  .headline-style-03 {
    line-height: 1.2;
  }
}

.font-size-04 {
  font-size: var(--font-size-04);
}

.headline-style-04 {
  font-size: var(--font-size-04);
  font-weight: 700;
  line-height: calc(50 / 34);
  letter-spacing: 0;
}

@media only screen and (max-width: 991.98px) {
  .headline-style-04 {
    line-height: 1.2;
  }
}

.font-size-05 {
  font-size: var(--font-size-05);
}

.headline-style-05 {
  font-size: var(--font-size-05);
  font-weight: 700;
  line-height: calc(40 / 30);
  letter-spacing: 0;
}

@media only screen and (max-width: 991.98px) {
  .headline-style-05 {
    line-height: 1.2;
  }
}

.dg-typewriter.animated:after {
  color: var(--accent-color);
}

.border-radius-50 {
  border-radius: 50%;
}

.d-wrapper .is-box .is-container {
  margin-top: var(--containerSpacing);
  margin-bottom: var(--containerSpacing);
}

@media only screen and (min-width: 1600px) {
  :root {
    --containerSpacing: 122px;
  }
}

@media only screen and (max-width: 1599.98px) {
  :root {
    --containerSpacing: 92px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .d-wrapper .is-box .is-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

body .list-01 .sico {
  height: 32px;
}

/* Header */
.header-replace header.header-wrap .header-bg-box > .container {
  width: 100%;
  max-width: 1690px;
}

.dng-megamenu .primary_structure > li > a > span {
  position: relative;
}

.dng-megamenu .primary_structure > li > a > span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -9px;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform ease-in 200ms;
}

.dng-megamenu .primary_structure > li.current > a > span::before,
.dng-megamenu .primary_structure > li > a:hover > span::before {
  transform: scaleX(1);
}

.header-area.area-left {
  flex: 1;
  min-width: 180px;
}

.header-area.area-right {
  flex-shrink: 0;
}

.header-area:not(.area-left) .header-content-wrap {
  align-items: flex-end;
  padding-bottom: 22px;
}

@media only screen and (max-width: 991.98px) {
  .header-area:not(.area-left) .header-content-wrap {
    align-items: center;
    padding-bottom: initial;
  }
}

/* PageTitle */
.page-title-bg {
  background-image: url("./resource/images/pageTitleLine.png"),
    linear-gradient(to right, #0c42d8, #2a30bf 52%, #0000be 100%);
  background-size: auto, cover;
  background-position: top left, center center;
  background-repeat: no-repeat, no-repeat;
}

#dng-wrapper:has(.header-replace.header-position.sticky-fixed)
  #page-title
  .page-title-container {
  /* padding-top: var(--SpecialPageTopSpacing); */
}

#page-title .main-title {
  font-size: 80px;
  line-height: 1;
}

#page-title .PageTitlePane [id$="_HtmlModule_lblContent"],
body .font-pageTitle {
  font-size: 36px;
  font-weight: 100;
  line-height: 1.2;
}

@media only screen and (max-width: 1399.98px) {
  #page-title .main-title {
    font-size: 76px;
    line-height: 1;
  }

  #page-title .PageTitlePane [id$="_HtmlModule_lblContent"],
  body .font-pageTitle {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 991.98px) {
  #page-title .main-title {
    font-size: 64px !important;
    line-height: 1;
  }

  #page-title .PageTitlePane [id$="_HtmlModule_lblContent"],
  body .font-pageTitle {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767.98px) {
  #page-title .main-title {
    font-size: 46px !important;
    line-height: 1;
  }

  #page-title .PageTitlePane [id$="_HtmlModule_lblContent"],
  body .font-pageTitle {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575.98px) {
  #page-title .main-title {
    font-size: 38px !important;
    line-height: 1;
  }

  #page-title .PageTitlePane [id$="_HtmlModule_lblContent"],
  body .font-pageTitle {
    font-size: 22px;
    line-height: 1.2;
  }
}

/* pageTitle-section-01 */
@media only screen and (min-width: 1200px) {
  .pageTitle-section-01 {
    min-height: 660px;
  }
}

.pageTitle-line-01 {
  padding-bottom: 30px;
}

.pageTitle-line-01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(
    to left,
    #ff4d4c,
    #ff4a32 42%,
    #dc801d 100%
  );
}

/* footer-link-box */
.footer-link-box {
  max-width: 100%;
}

.footer-link-box a:not(:hover) {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .footer-link-box {
    max-width: 500px;
  }
}

/* webmarkets-section-01 */
.webmarkets-section-01.is-section {
  background-image: url('./resource/images/home-banner-line.png'), linear-gradient(to right, #0C42D8, #2A30BF 52%, #0000BE 100%);
  background: linear-gradient(
    to right,
    #0c42d8,
    #2a30bf 52%,
    #0000be 100%
  );
  background-size: 100% auto, cover;
}

.webmarkets-section-01.is-section .layout-container {
  padding-top: var(--SpecialPageTopSpacing);
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  margin-top: 0;
  margin-bottom: 0;

  height: 100%;
}

.webmarkets-section-01.is-section .layout-container .top-row,
.webmarkets-section-01.is-section .layout-container .bottom-row {
  position: relative;
}

.webmarkets-section-01.is-section .layout-container .top-row {
  flex-grow: 1;
  margin-bottom: 30px;
}

.webmarkets-section-01.is-section .layout-container .bottom-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate3d(-50%, 0, 0);
  background-image: linear-gradient(
    to left,
    #ff4167,
    #ff4a32 42%,
    #dc801d 100%
  );
  z-index: 0;
}

.webmarkets-section-01.is-section .layout-container .bottom-row {
  row-gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.webmarkets-section-01.is-section .layout-container .bottom-row .left-col,
.webmarkets-section-01.is-section .layout-container .bottom-row .center-col,
.webmarkets-section-01.is-section .layout-container .bottom-row .right-col {
  position: relative;
}

.webmarkets-section-01.is-section .layout-container .bottom-row .left-col,
.webmarkets-section-01.is-section .layout-container .bottom-row .right-col {
  width: calc((100% - 192px - 30px * 2) / 2);
}

.webmarkets-section-01.is-section .layout-container .bottom-row .left-col {
  text-align: left;
}

.webmarkets-section-01.is-section .layout-container .bottom-row .center-col {
  width: 192px;
  align-self: stretch;
  text-align: center;
}

.webmarkets-section-01.is-section
  .layout-container
  .bottom-row
  .center-col::before {
  content: "";
}

.webmarkets-section-01.is-section
  .layout-container
  .bottom-row
  .center-col
  img {
  position: absolute;
  top: calc(-1 * (142px + 30px));
  left: 0;
  border-radius: 50%;
}

.webmarkets-section-01.is-section
  .layout-container
  .bottom-row
  .center-col
  .text-circlebox {
  position: absolute;
  top: calc(-1 * (142px + 30px));
  left: 0;
  border-radius: 50%;

  max-width: 192px;
  background-color: #1240d3;
  fill: currentColor;
  font-size: 45px;
  transform: rotate(90deg);
  z-index: 2;
  letter-spacing: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.webmarkets-section-01.is-section .layout-container .bottom-row .right-col {
  text-align: right;
}

/* @media only screen and (min-width: 1400px) {
  .webmarkets-section-01.is-section .layout-container {
    min-height: 750px;
  }
} */

@media only screen and (min-width: 992px) and (max-width: 1399.98px) {
  .webmarkets-section-01.is-section .layout-container {
    padding-top: calc(var(--SpecialPageTopSpacing) + 30px);
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarkets-section-01.is-section .layout-container .bottom-row .left-col,
  .webmarkets-section-01.is-section .layout-container .bottom-row .center-col,
  .webmarkets-section-01.is-section .layout-container .bottom-row .right-col {
    width: 100%;
    text-align: center;
  }

  .webmarkets-section-01.is-section .layout-container .bottom-row .center-col {
    order: -1;
  }

  .webmarkets-section-01.is-section
    .layout-container
    .bottom-row
    .center-col
    img {
    position: relative;
    top: initial;
    left: initial;
    margin-top: calc(-1 * (142px + 30px));
  }

  .webmarkets-section-01.is-section
    .layout-container
    .bottom-row
    .center-col
    .text-circlebox {
    position: relative;
    top: initial;
    left: initial;
    margin-top: calc(-1 * (142px + 30px));
  }
}

/* webmarkets-section-02 */
.webmarkets-section-02 {
  position: relative;
}

.webmarkets-section-02 .top-row .col-auto {
  max-width: clamp(475px, 26.40086206896552vw + 213.10344827586204px, 720px);
  margin-bottom: clamp(
    -240px,
    -12.931034482758621vw + 8.275862068965523px,
    -120px
  );
  margin-left: 10%;
  z-index: 1;
}

.webmarkets-section-02 .bottom-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  row-gap: 30px;
}

.webmarkets-section-02 .bottom-row .left-col {
  flex: 1 1 670px;
  margin-bottom: 75px;
}

.webmarkets-section-02 .bottom-row .right-col {
  flex: 1 1 800px;
}

@media only screen and (max-width: 991.98px) {
  .webmarkets-section-02 {
    text-align: center;
  }

  .webmarkets-section-02 .top-row .col-auto {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .webmarkets-section-02 .bottom-row {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .webmarkets-section-02 .bottom-row .left-col,
  .webmarkets-section-02 .bottom-row .right-col {
    flex-basis: 100%;
  }

  .webmarkets-section-02 .bottom-row .left-col {
    margin-bottom: 0;
  }
}

/* webmarkets-section-03 */
.webmarkets-section-03 {
  position: relative;
  background: transparent !important;
}

.webmarkets-section-03::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100px;
  left: 0;
  background-color: rgb(42, 48, 191);
  z-index: 0;
}

.d-wrapper .webmarkets-section-03.is-box .is-container {
  margin-bottom: 0;
}

.webmarkets-section-03 .is-fixed-element,
.webmarkets-section-03 .is-boxes {
  z-index: 1;
}

.webmarkets-section-03 .left-col {
  margin-top: 60px;
  padding: 55px 5% 50px;
  font-size: 24px;
  font-weight: 300;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.webmarkets-section-03 .right-col .full-column-inner {
  margin-left: 145px;
  max-width: 600px;
}

@media only screen and (min-width: 992px) {
  .webmarkets-section-03 .left-col {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1599.98px) {
  .webmarkets-section-03 .right-col .full-column-inner {
    margin-left: 85px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .webmarkets-section-03 .right-col .full-column-inner {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarkets-section-03 .left-col {
    margin-top: 0;
  }

  .webmarkets-section-03 .right-col .full-column-inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarkets-section-03 .left-col {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarkets-section-03 .left-col {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* webmarkets-section-04 */
.webmarkets-section-04 {
  --offset: min(108px, calc(50vw - var(--container-width) / 2));
}

.webmarkets-section-04 .row-webmarketsonline-infobox-05 {
  position: relative;
  z-index: 1;
}

.webmarkets-section-04
  .row-webmarketsonline-infobox-05
  .webmarketsonline-infobox-05 {
  height: auto;
}

@media only screen and (min-width: 992px) {
  .webmarkets-section-04 .row-webmarketsonline-infobox-05 .col-lg-6.first-col {
    padding-right: 40px;
  }

  .webmarkets-section-04
    .row-webmarketsonline-infobox-05
    .col-lg-6.first-col::after {
    content: "";
    position: relative;
    display: block;
    margin-top: -180px;
    width: calc(var(--offset) + 100% + 40px);
    padding-bottom: calc(541 / 768 * (var(--offset) + 100% + 40px));
    background-image: url("./resource/images/Services-ele-01.png");
    background-size: cover;

    transform: translate3d(calc(-1 * var(--offset)), 0, 0);
    z-index: -1;
  }

  .webmarkets-section-04 .row-webmarketsonline-infobox-05 .col-lg-6.last-col {
    padding-top: 160px;
    padding-left: 40px;
  }

  .webmarkets-section-04
    .row-webmarketsonline-infobox-05
    .col-lg-6.last-col::before {
    content: "";
    position: absolute;
    top: 100px;
    right: -110px;
    display: block;
    width: 432px;
    height: 146px;
    background-image: url("./resource/images/Services-ele-02.png");
    background-size: cover;
    z-index: -1;
  }
}

@media only screen and (min-width: 1200px) {
  .webmarkets-section-04
    .row-webmarketsonline-infobox-05
    .col-lg-6.first-col::after {
    margin-top: -280px;
  }
}

/* webmarkets-section-05 */
.webmarkets-section-05.is-section {
  position: relative;
}

.webmarkets-section-05.is-section .layout-container > .row {
  position: relative;
  row-gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.webmarkets-section-05.is-section .layout-container > .row .left-col,
.webmarkets-section-05.is-section .layout-container > .row .center-col,
.webmarkets-section-05.is-section .layout-container > .row .right-col {
  position: relative;
}

.webmarkets-section-05.is-section .layout-container > .row .left-col,
.webmarkets-section-05.is-section .layout-container > .row .right-col {
  width: calc((100% - 192px - 30px * 2) / 2);
}

.webmarkets-section-05.is-section .layout-container > .row .left-col {
  text-align: left;
}

.webmarkets-section-05.is-section .layout-container > .row .center-col {
  width: 192px;
  align-self: stretch;
  text-align: center;
}

.webmarkets-section-05.is-section .layout-container > .row .center-col::before {
  content: "";
}

.webmarkets-section-05.is-section .layout-container > .row .center-col img,
.webmarkets-section-05.is-section
  .layout-container
  > .row
  .center-col
  .text-circlebox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  width: 100%;
  max-width: 192px;
}

.webmarkets-section-05.is-section
  .layout-container
  > .row
  .center-col
  .text-circlebox {
  background-color: #1240d3;
  fill: currentColor;
  font-size: 45px;
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
  z-index: 2;
  letter-spacing: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.webmarkets-section-05.is-section .layout-container > .row .right-col {
  text-align: right;
}

@media only screen and (max-width: 991.98px) {
  .webmarkets-section-05.is-section .layout-container > .row .left-col,
  .webmarkets-section-05.is-section .layout-container > .row .center-col,
  .webmarkets-section-05.is-section .layout-container > .row .right-col {
    width: 100%;
    text-align: center;
  }

  .webmarkets-section-05.is-section .layout-container > .row .center-col {
    order: -1;
  }

  .webmarkets-section-05.is-section .layout-container > .row .center-col img,
  .webmarkets-section-05.is-section
    .layout-container
    > .row
    .center-col
    .text-circlebox {
    position: relative;
    top: initial;
    left: initial;
    margin-top: -80px;
  }

  .webmarkets-section-05.is-section
    .layout-container
    > .row
    .center-col
    .text-circlebox {
    transform: rotate(90deg);
  }
}

/* webmarkets-section-06 */
.webmarkets-section-06.is-section .layout-container > .row {
  row-gap: 30px;
}

.webmarkets-section-06.is-section .left-col {
  --marginTop: 0;
  margin-top: var(--marginTop);

  flex: 1;
}

.webmarkets-section-06.is-section .center-col {
  --width: 600px;
  --marginTop: 80px;

  margin-top: var(--marginTop);
  width: var(--width);
  flex-shrink: 0;
}

.webmarkets-section-06.is-section .right-col {
  --marginTop: 260px;

  margin-top: var(--marginTop);
  align-self: flex-end;
  flex: 1;
}

.webmarkets-section-06.is-section .center-col > .title {
  font-size: clamp(46px, 6.166666666666667vw + 1.6000000000000014px, 120px);
  text-align: center;
  line-height: 1;
  font-weight: 700;
}

.webmarkets-section-06.is-section .center-col > .title big {
  font-size: calc(162 / 120 * 1em);
}

.webmarkets-section-06.is-section .left-col .title,
.webmarkets-section-06.is-section .center-col .title,
.webmarkets-section-06.is-section .right-col .title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1599.98px) {
  .webmarkets-section-06.is-section .left-col {
    margin-top: 0;
    width: calc(50% - 20px);
    flex-shrink: initial;
  }

  .webmarkets-section-06.is-section .center-col {
    margin-top: 0;
    width: 100%;
    order: -1;
  }

  .webmarkets-section-06.is-section .right-col {
    margin-top: 0;
    width: calc(50% - 20px);
    flex-shrink: initial;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarkets-section-06.is-section .left-col,
  .webmarkets-section-06.is-section .center-col,
  .webmarkets-section-06.is-section .right-col {
    flex: none;
    width: 100%;
  }
}

/* webmarkets-section-07 */
.webmarkets-section-07.is-section {
  --colWidth: 0;
  --arrowWidth: calc(var(--colWidth) + 40px);
  --arrowHeight: calc(356 * 0.75 / 647 * (var(--colWidth) + 40px));
  --offset: calc(var(--arrowHeight) + 125px);

  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .webmarkets-section-07.is-section .first-row .col-lg-6 {
    padding-right: 80px;
  }

  .webmarkets-section-07.is-section .first-row > .col-lg-6::after {
    content: "";
    position: relative;
    display: block;
    width: var(--arrowWidth);
    height: var(--arrowHeight);
    background-image: url("./resource/images/Bg-Arrow-01.png");
    background-size: cover;
    transform: translate3d(80px, 0, 0);
    z-index: -1;
    background-position: bottom;
  }

  .webmarkets-section-07.is-section .last-row {
    flex-direction: row-reverse;
  }

  .webmarkets-section-07.is-section .last-row .col-lg-6 {
    margin-top: calc(-1 * var(--offset));
    padding-left: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .webmarkets-section-07.is-section .first-row > .col-xl-8::after {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 125px;
    width: 647px;
    height: calc(356px * 0.75);
    background-image: url("./resource/images/Bg-Arrow-01.png");
    background-size: cover;
    transform: translate3d(100px, 0, 0);
    z-index: -1;
    background-position: bottom;
  }
}

@media only screen and (min-width: 1600px) {
  .webmarkets-section-07.is-section .first-row > .col-xl-8::after {
    transform: translate3d(238px, 0, 0);
  }
}

/* webmarkets-section-08 */
.webmarkets-section-08 {
  --offset: min(108px, calc(50vw - var(--container-width) / 2));
}

.webmarkets-section-08 .row {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .webmarkets-section-08 .row .col-lg-6.first-col {
    padding-right: 40px;
  }

  .webmarkets-section-08 .row .col-lg-6.first-col::after {
    content: none;
    position: relative;
    display: block;
    margin-top: -180px;
    width: calc(var(--offset) + 100% + 40px);
    padding-bottom: calc(541 / 768 * (var(--offset) + 100% + 40px));
    background-image: url("./resource/images/Services-ele-01.png");
    background-size: cover;

    transform: translate3d(calc(-1 * var(--offset)), 0, 0);
    z-index: -1;
  }

  .webmarkets-section-08 .row .col-lg-6.last-col {
    padding-top: 85px;
    padding-left: 40px;
  }

  .webmarkets-section-08 .row .col-lg-6.last-col::before {
    content: "";
    position: absolute;
    top: 35px;
    left: -10px;
    display: block;
    width: 432px;
    height: 146px;
    background-image: url("./resource/images/Services-ele-02-orange.png");
    background-size: cover;
    z-index: -1;
  }

  .webmarkets-section-08.is-light-text .row .col-lg-6.last-col::before {
    background-image: url("./resource/images/Services-ele-02.png");
  }
}

@media only screen and (min-width: 1200px) {
  .webmarkets-section-08 .row .col-lg-6.first-col::after {
    margin-top: -280px;
  }
}

/* webmarketsonline-banner-02 */
.webmarketsonline-banner-02.is-section .layout-container {
  margin-bottom: 0;
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-box
  p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-banner-02.is-section .layout-container .banner-top,
.webmarketsonline-banner-02.is-section .layout-container .banner-bottom {
  position: relative;
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-top
  + .banner-bottom {
  margin-top: calc(var(--containerSpacing) + 60px);
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-banner-02.is-section
    .layout-container
    .banner-top
    + .banner-bottom {
    margin-top: 60px;
  }
}

.webmarketsonline-banner-02.is-section .layout-container .banner-top {
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-top
  .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.webmarketsonline-banner-02.is-section .layout-container .banner-bottom {
  position: relative;
  margin: 0;
  left: 50%;
  width: calc(100vw + 15px);
  transform: translate3d(-50%, 0, 0);
  max-width: 2000px;
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-bottom
  .banner-box {
  text-align: right;
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-bottom
  .banner-box
  [class^="webmarketsonline-button-"],
.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-bottom
  .banner-box
  [class*=" webmarketsonline-button-"] {
  margin: 0 0 5px;
  height: 60px;
  line-height: 60px;
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-bottom
  .banner-box
  .webmarketsonline-button-04:nth-child(5n + 1) {
  transform: rotate(-4deg);
  transform-origin: left bottom;
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-bottom
  .banner-box
  .webmarketsonline-button-04:nth-child(5n + 2) {
  transform: rotate(20deg);
  transform-origin: right bottom;
  margin-left: -95px;
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-bottom
  .banner-box
  .webmarketsonline-button-04:nth-child(5n + 3) {
  transform: rotate(10.5deg) translateY(-57px);
  transform-origin: right bottom;
  margin-left: -127px;
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-bottom
  .banner-box
  .webmarketsonline-button-04:nth-child(5n + 4) {
  transform: rotate(0deg) translateY(0px);
  transform-origin: right bottom;
  margin-left: -105px;
}

.webmarketsonline-banner-02.is-section
  .layout-container
  .banner-bottom
  .banner-box
  .webmarketsonline-button-04:nth-child(5n + 5) {
  transform: rotate(25deg);
  transform-origin: right bottom;
  margin-left: -185px;
  margin-right: 25px;
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-banner-02.is-section
    .layout-container
    .banner-bottom
    .banner-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
  }

  .webmarketsonline-banner-02.is-section
    .layout-container
    .banner-bottom
    .banner-box
    .webmarketsonline-button-04:nth-child(n) {
    transform: none;
    margin: 0px;
  }
}

/* webmarketsonline-footer-01 */
.webmarketsonline-footer-01 {
  position: relative;
}

.webmarketsonline-footer-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(
    to left,
    #ff4d4c,
    #ff4a32 42%,
    #dc801d 100%
  );
}

/* webmarketsonline-headerTools-01 */
.webmarketsonline-headerTools-01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.webmarketsonline-headerTools-01 .webmarketsonline-list-01 + div {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 16px;
}

.webmarketsonline-headerTools-01
  .webmarketsonline-list-01
  + div
  .webmarketsonline-button-01 {
  margin: 0;
}

/* webmarketsonline-icon-01 */
.webmarketsonline-icon-01 {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 22px;
  vertical-align: middle;
  border-radius: 48px;
  background-color: #fff;
  transition: color ease 300ms;
}

.webmarketsonline-icon-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(
    to right,
    #ff4167,
    #ff4a32 42%,
    #dc801d 100%
  );
  opacity: 0;
  transition: opacity ease 300ms;
}

.webmarketsonline-icon-01:hover::before {
  opacity: 1;
}

.webmarketsonline-icon-01 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--accent-color);
  fill: currentColor;
  transition: all ease 300ms;
}

.webmarketsonline-icon-01 svg + svg {
  color: var(--accent-color2);
}

.webmarketsonline-icon-01 svg:has(+ svg) {
  -webkit-mask: linear-gradient(
    to right,
    transparent,
    #ff4a32 42%,
    #dc801d 100%
  );
}

.webmarketsonline-icon-01 svg + svg {
  -webkit-mask: linear-gradient(
    to left,
    transparent,
    transparent 42%,
    #ff4167 100%
  );
}

.webmarketsonline-icon-01:hover svg {
  color: #fff;
  --accent-color: #fff;
  --accent-color2: #fff;
}

.webmarketsonline-iconList-01 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 22px;
  font-size: 28px;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 1);
  gap: 5px 12px;
}

.webmarketsonline-iconList-01 a,
.webmarketsonline-iconList-01 a:link,
.webmarketsonline-iconList-01 a:visited {
  color: currentColor;
}

.webmarketsonline-iconList-01 a:hover {
  color: var(--accent-color);
}

/* webmarketsonline-section-01 */
.webmarketsonline-section-01 {
  position: relative;
  background: transparent !important;
}

.webmarketsonline-section-01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100px;
  left: 0;
  background-color: rgb(42, 48, 191);
  z-index: 0;
}

.d-wrapper .webmarketsonline-section-01.is-box .is-container {
  margin-bottom: 0;
}

.webmarketsonline-section-01 .is-fixed-element,
.webmarketsonline-section-01 .is-boxes {
  z-index: 1;
}

.webmarketsonline-section-01 .section-leftBox {
  margin-top: 60px;
  padding: 55px 10% 50px;
  font-size: 24px;
  font-weight: 300;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.webmarketsonline-section-01 .section-leftBox p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-section-01 .section-rightBox {
  margin-left: 145px;
  max-width: 600px;
}

@media only screen and (max-width: 1599.98px) {
  .webmarketsonline-section-01 .section-rightBox {
    margin-left: 85px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-section-01 .section-rightBox {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-01 .section-leftBox,
  .webmarketsonline-section-01 .section-rightBox {
    margin-left: auto;
    margin-right: auto;
  }

  .webmarketsonline-section-01 .section-leftBox {
    margin-top: 0;
  }

  .webmarketsonline-section-01 .section-rightBox {
    max-width: 100%;
  }

  .webmarketsonline-section-01 .right-full-column > .full-column-inner {
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-01 .section-leftBox {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-section-01 .section-leftBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* webmarketsonline-section-02 */
.webmarketsonline-section-02 {
}

.webmarketsonline-section-02 .section-box {
  display: flex;
  gap: 40px;
}

.webmarketsonline-section-02 .section-leftBox {
  margin-top: 100px;
  width: 330px;
  flex-shrink: 0;
}

.webmarketsonline-section-02 .section-centerBox {
  margin-bottom: 60px;
}

.webmarketsonline-section-02 .section-rightBox {
  align-self: flex-end;
  width: 350px;
  flex-shrink: 0;
}

.webmarketsonline-section-02 .section-title {
  font-size: clamp(46px, 9.333333333333334vw + -21.200000000000003px, 158px);
  text-align: center;
  line-height: 1;
  font-weight: 700;
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-section-02 .section-box {
    flex-wrap: wrap;
  }

  .webmarketsonline-section-02 .section-leftBox {
    margin-top: 0;
    width: auto;
    flex-shrink: initial;
  }

  .webmarketsonline-section-02 .section-centerBox {
    margin-bottom: 0;
    order: -1;
  }

  .webmarketsonline-section-02 .section-rightBox {
    width: auto;
    flex-shrink: initial;
  }
}

/* webmarketsonline-section-04 */
.webmarketsonline-section-04 {
  position: relative;
  background: transparent !important;
  margin-bottom: -30px;
}

.webmarketsonline-section-04::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 180px;
  left: 0;
  background-color: rgb(42, 48, 191);
  z-index: 0;
}

.d-wrapper .webmarketsonline-section-04.is-box .is-container {
  margin-bottom: 0;
}

.webmarketsonline-section-04 .is-fixed-element,
.webmarketsonline-section-04 .is-boxes {
  z-index: 1;
}

.webmarketsonline-section-04 .section-leftBox {
  margin-top: 60px;
  padding: 55px 10% calc(180px + 50px);
  font-size: 24px;
  font-weight: 300;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.webmarketsonline-section-04 .section-leftBox p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-section-04 .section-leftBox::after {
  content: "";
  display: block;
  width: 310px;
  height: 171px;
  background-image: url("./resource/images/Styling-ele-01.png");
  background-position: center center;
  background-size: cover;
  margin-top: 30px;
  margin-left: auto;
  margin-right: -12%;
  transform: translate3d(100px, 0px, 0);
}

.webmarketsonline-section-04 .full-column-inner {
  height: 100%;
}

.webmarketsonline-section-04 .section-rightBox {
  margin-left: 145px;
  max-width: 600px;
  height: 100%;
}

.webmarketsonline-section-04 .section-rightBox .webmarketsonline-contactbox-01 {
  height: 100%;
}

@media only screen and (max-width: 1599.98px) {
  .webmarketsonline-section-04 .section-rightBox {
    margin-left: 85px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-section-04 .section-rightBox {
    margin-left: 45px;
  }

  .webmarketsonline-section-04 .section-leftBox::after {
    transform: translate3d(5px, 0px, 0);
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-04 {
    margin-bottom: var(--containerSpacing);
  }

  .webmarketsonline-section-04 .section-leftBox,
  .webmarketsonline-section-04 .section-rightBox {
    margin-left: auto;
    margin-right: auto;
  }

  .webmarketsonline-section-04 .section-leftBox {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .webmarketsonline-section-04 .section-leftBox::after {
    content: none;
  }

  .webmarketsonline-section-04 .section-rightBox {
    max-width: 100%;
  }

  .webmarketsonline-section-04 .right-full-column > .full-column-inner {
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-04 .section-leftBox {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-section-04 .section-leftBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* webmarketsonline-section-05 */
.webmarketsonline-section-05 {
  position: relative;
  background: transparent !important;
}

.webmarketsonline-section-05::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 180px;
  left: 0;
  background-color: rgb(42, 48, 191);
  z-index: 0;
}

.d-wrapper .webmarketsonline-section-05.is-box .is-container {
  margin-bottom: 0;
}

.webmarketsonline-section-05 .is-fixed-element,
.webmarketsonline-section-05 .is-boxes {
  z-index: 1;
}

/* webmarketsonline-section-06 */
.webmarketsonline-section-06 {
  position: relative;
}

.webmarketsonline-section-06::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 135px;
  left: 0;
  background-color: rgb(42, 48, 191);
  z-index: 0;
}

.d-wrapper .webmarketsonline-section-06.is-box .is-container {
  margin-bottom: 0;
}

.webmarketsonline-section-06 .is-fixed-element,
.webmarketsonline-section-06 .is-boxes {
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .webmarketsonline-section-06 .webmarketsonline-tab01 .resp-tabs-container {
    padding-bottom: 135px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-06::after {
    bottom: 0;
  }

  .d-wrapper .webmarketsonline-section-06.is-box .is-container {
    margin-bottom: var(--containerSpacing);
  }
}

/* webmarketsonline-section-07 */
.webmarketsonline-section-07 {
}

.webmarketsonline-section-07 .section-box {
  display: flex;
  gap: 40px;
}

.webmarketsonline-section-07 .section-leftBox,
.webmarketsonline-section-07 .section-centerBox,
.webmarketsonline-section-07 .section-rightBox {
  font-size: 18px;
}

.webmarketsonline-section-07 .section-leftBox {
  flex: 1;
}

.webmarketsonline-section-07 .section-centerBox {
  --width: 600px;
  margin-top: 80px;
  width: var(--width);
  flex-shrink: 0;
}

.webmarketsonline-section-07 .section-rightBox {
  margin-top: 260px;
  align-self: flex-end;
  flex: 1;
}

.webmarketsonline-section-07 .section-title {
  font-size: clamp(46px, 6.166666666666667vw + 1.6000000000000014px, 120px);
  text-align: center;
  line-height: 1;
  font-weight: 700;
}

.webmarketsonline-section-07 .section-title big {
  font-size: calc(162 / 120 * 1em);
}

.webmarketsonline-section-07 .section-leftBox .title,
.webmarketsonline-section-07 .section-centerBox .title,
.webmarketsonline-section-07 .section-rightBox .title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1599.98px) {
  .webmarketsonline-section-07 .section-box {
    flex-wrap: wrap;
  }

  .webmarketsonline-section-07 .section-leftBox {
    margin-top: 0;
    width: calc(50% - 20px);
    flex-shrink: initial;
  }

  .webmarketsonline-section-07 .section-centerBox {
    margin-top: 0;
    width: 100%;
    order: -1;
  }

  .webmarketsonline-section-07 .section-rightBox {
    align-self: flex-start;
    margin-top: 0;
    width: calc(50% - 20px);
    flex-shrink: initial;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-07 .section-leftBox {
    width: 100%;
    flex-basis: 100%;
  }

  .webmarketsonline-section-07 .section-rightBox {
    width: 100%;
    flex-basis: 100%;
  }
}

/* webmarketsonline-section-08 */
.webmarketsonline-section-08 {
  position: relative;
  background: transparent !important;
}

.webmarketsonline-section-08::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100px;
  left: 0;
  background-image: linear-gradient(
    -45deg,
    rgb(255, 77, 76),
    rgb(255, 179, 29)
  );
  z-index: 0;
}

.d-wrapper .webmarketsonline-section-08.is-box .is-container {
  margin-bottom: 0;
}

.webmarketsonline-section-08 .is-fixed-element,
.webmarketsonline-section-08 .is-boxes {
  z-index: 1;
}

.webmarketsonline-section-08 .section-leftBox {
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 55px 10% 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(28 / 18);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.webmarketsonline-section-08 .section-leftBox p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-section-08 .section-rightBox {
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-08 {
    margin-bottom: var(--containerSpacing);
  }

  .webmarketsonline-section-08 .section-leftBox,
  .webmarketsonline-section-08 .section-rightBox {
    margin-left: auto;
    margin-right: auto;
  }

  .webmarketsonline-section-08 .section-leftBox {
    margin-top: 0;
  }

  .webmarketsonline-section-08 .section-rightBox {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-08 .section-leftBox {
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-section-08 .section-leftBox {
    padding-left: 30px;
    padding-right: 30px;
  }

  .webmarketsonline-section-08 .right-full-column > .full-column-inner {
    width: 100%;
  }
}

/* webmarketsonline-section-09 */
.webmarketsonline-section-09 {
  position: relative;
  background: transparent !important;
}

.webmarketsonline-section-09::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100px;
  left: 0;
  background-color: #2a30bf;
  z-index: 0;
}

.d-wrapper .webmarketsonline-section-09.is-box .is-container {
  margin-bottom: 0;
}

.webmarketsonline-section-09 .is-fixed-element,
.webmarketsonline-section-09 .is-boxes {
  z-index: 1;
}

.webmarketsonline-section-09 .section-leftBox {
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 55px 10% 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(28 / 18);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.webmarketsonline-section-09 .section-leftBox p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-section-09 .section-rightBox {
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-09 {
    margin-bottom: var(--containerSpacing);
  }

  .webmarketsonline-section-09 .section-leftBox,
  .webmarketsonline-section-09 .section-rightBox {
    margin-left: auto;
    margin-right: auto;
  }

  .webmarketsonline-section-09 .section-leftBox {
    margin-top: 0;
  }

  .webmarketsonline-section-09 .section-rightBox {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-section-09 .section-leftBox {
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-section-09 .section-leftBox {
    padding-left: 30px;
    padding-right: 30px;
  }

  .webmarketsonline-section-09 .right-full-column > .full-column-inner {
    width: 100%;
  }
}

/* setFixedElementClass */
.fixed-element.fixedTranslateY-50 {
  transform: translateY(-50%);
}

.fixed-element.fixedWidth-100 {
  width: 100%;
}

.fixed-element.fixedWidth-100 img {
  max-width: none;
}

/* button */
body [class^="button-"],
body [class*=" button-"] {
  line-height: 48px;
  height: 48px;
  border-radius: 48px;
}

/* webmarketsonline-button */
body [class^="webmarketsonline-button-"],
body [class*=" webmarketsonline-button-"] {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.02em;
  height: 48px;
  padding: 0 45px;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 48px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  -webkit-appearance: none;
  appearance: none;
}

body [class^="webmarketsonline-button-"]:hover,
body [class*=" webmarketsonline-button-"]:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991.98px) {
  body [class^="webmarketsonline-button-"],
  body [class*=" webmarketsonline-button-"] {
    font-size: 16px;
    padding: 0 20px;
  }
}

body .webmarketsonline-button-01 {
  color: #fff !important;
  background-image: linear-gradient(
    to left,
    #ff4167,
    #ff4a32 42%,
    #dc801d 100%
  );
  filter: brightness(1);
}

body .webmarketsonline-button-01:hover {
  filter: brightness(1.3);
}

body .webmarketsonline-button-02 {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background-image: linear-gradient(
    to right,
    #3b42c2,
    #3539bd 42%,
    #2024b6 100%
  );
  filter: brightness(1);
  box-shadow: 15px 15px 15px -11px rgba(0, 0, 0, 0.4);
}

body .webmarketsonline-button-02:hover {
  filter: brightness(1.3);
}

body .webmarketsonline-button-03 {
  color: #fff !important;
  border: 1px solid #fff;
}

body .webmarketsonline-button-03:has(.sico) {
  padding-right: 25px;
}

body .webmarketsonline-button-03 .sico {
  margin-bottom: 5px;
  margin-left: 40px;
  font-size: calc(30 / 18 * 1em);
  line-height: 1;
}

body .webmarketsonline-button-03:hover {
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

@media only screen and (max-width: 991.98px) {
  body .webmarketsonline-button-03 .sico {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .webmarketsonline-button-03 .sico {
    margin-left: 10px;
  }
}

body .webmarketsonline-button-04 {
  color: #000 !important;
  border: 1px solid #000;
}

body .webmarketsonline-button-04:has(.sico) {
  padding-right: 25px;
}

body .webmarketsonline-button-04 .sico {
  margin-bottom: 5px;
  margin-left: 40px;
  font-size: calc(30 / 18 * 1em);
  line-height: 1;
}

body .webmarketsonline-button-04:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
}

body .webmarketsonline-button-05 {
  padding: 20px 45px;
  height: auto;
  color: var(--accent-color5) !important;
  font-size: clamp(18px, 1.1666666666666667vw + 9.6px, 32px);
  font-weight: bold;
  line-height: 1;
  white-space: wrap;
  border: 1px solid #918f8f;
  border-radius: 150px;
}

body .webmarketsonline-button-05:hover {
  color: #fff !important;
  background-color: var(--accent-color5);
  border: 1px solid var(--accent-color5);
}

/* webmarketsonline-list-01 */
.webmarketsonline-list-01 {
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

.webmarketsonline-list-01 li {
  position: relative;
  padding-left: 15px;
  list-style: none;
}

.webmarketsonline-list-01 li::before {
  content: "";
  position: absolute;
  top: calc(0.5 * 1em * 1.8 - 3px);
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-image: linear-gradient(
    to right,
    var(--accent-color),
    var(--accent-color2),
    var(--accent-color2)
  );
}

.webmarketsonline-list-01 p {
  line-height: inherit;
}

/* webmarketsonline-list-02 */
.webmarketsonline-list-02 {
  margin: 0;
}

.webmarketsonline-list-02 li {
  list-style: none;
  padding: 24px 0;
  font-size: 22px;
  line-height: 1.2;
  font-style: italic;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.webmarketsonline-list-02 li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.webmarketsonline-list-02 p {
  line-height: inherit;
}

/* webmarketsonline-list-03 */
.webmarketsonline-list-03 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 25px;
  line-height: 1.2;
}

.webmarketsonline-list-03 > li {
  margin-bottom: 20px;
  display: flex;
}

.webmarketsonline-list-03 > li > .sico {
  content: "";
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  background-image: linear-gradient(
    to right,
    #0c42d8,
    #2a30bf 52%,
    #0000be 100%
  );
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0 20px 0 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.webmarketsonline-list-03 > li > .sico.fas-times {
  background-image: linear-gradient(45deg, #ff4167, #ff4a32 60%, #db801d 100%);
}

.webmarketsonline-list-03 p {
  line-height: inherit;
}

/* webmarketsonline-social-01 */
.webmarketsonline-social-01 {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 60px;
}

.webmarketsonline-social-01 a:not(:hover) {
  color: currentColor;
}

.webmarketsonline-social-01 a:hover {
  color: var(--accent-color5);
}

.is-align-center .webmarketsonline-social-01,
.text-center .webmarketsonline-social-01 {
  justify-content: center;
}

/* webmarketsonline-title-01 */
.webmarketsonline-title-01 {
  position: relative;
  margin-bottom: 34px;
  padding-top: 24px;
  border-top: 1px solid #dadbdc;
}

.webmarketsonline-title-01 .title {
  margin: 0 0 0;
  color: var(--accent-color2);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

/* webmarketsonline-title-02 */
.webmarketsonline-title-02 {
  margin: 0 0 45px;
}

.webmarketsonline-title-02 small {
  display: block;
  margin: 0 0 14px;
  color: var(--accent-color5);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.webmarketsonline-title-02 .title {
  margin: 0 0 0;
}

.is-light-text .webmarketsonline-title-02 small {
  color: inherit;
}

html.html-night .webmarketsonline-title-02 .title span {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.2)
  );
}

.is-light-text .webmarketsonline-title-02 .title span {
  background-image: linear-gradient(#153278, #153278);
  color: #ff4167;
}

html.html-night .webmarketsonline-title-02 small {
  color: var(--accent-color-black);
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-title-02 .title {
    line-height: 1.2;
  }
}

/* webmarketsonline-infobox-01 */
body .webmarketsonline-infobox-01 {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 110px;
  padding: 25px 30px 25px;
  color: #fff !important;
  border-radius: 18px;
  background-image: linear-gradient(135deg, #ff4167, #ff4a32 100%);
  filter: brightness(1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

body .webmarketsonline-infobox-01.elm-active {
  background-image: linear-gradient(135deg, #ff4167, #ff4a32 100%);
}

body .row.row-webmarketsonline-infobox-01 {
  row-gap: 30px;
}

body .row.row-webmarketsonline-infobox-01 .webmarketsonline-infobox-01 {
  margin-bottom: 0;
  height: 100%;
}

body .webmarketsonline-infobox-01:hover {
  text-decoration: none;
  filter: brightness(1.3);
}

body .webmarketsonline-infobox-01 .box-header {
  text-align: right;
  font-size: 40px;
  line-height: 1;
}

body .webmarketsonline-infobox-01 .box-content {
  padding: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: left;

  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
}

body .is-light-text .webmarketsonline-infobox-01 {
  color: var(--link-color) !important;
  background: #fff;
}

body .is-light-text .webmarketsonline-infobox-01 .box-header {
  color: var(--accent-color2) !important;
}

body .is-light-text .webmarketsonline-infobox-01 .box-content {
  background-image: linear-gradient(to right, #ff4167, #fcaf1d 100%);
  border: none;
}

@media only screen and (max-width: 1199.98px) {
  body .webmarketsonline-infobox-01 {
    row-gap: 80px;
  }

  body .webmarketsonline-infobox-01 .box-content {
    padding: 25px;
    font-size: 28px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 991.98px) {
  body .webmarketsonline-infobox-01 {
    row-gap: 60px;
  }

  body .webmarketsonline-infobox-01 .box-content {
    padding: 20px;
    font-size: 24px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767.98px) {
  body .webmarketsonline-infobox-01 {
    row-gap: 40px;
  }

  body .webmarketsonline-infobox-01 .box-content {
    font-size: 20px;
  }
}

/* webmarketsonline-infobox-02 */
body .webmarketsonline-infobox-02 {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 0 0 0;
  padding: 60px 50px;
  color: #fff !important;
  background-image: linear-gradient(135deg, #ff4167, #ff4a32 100%);
  border-radius: 20px;
  list-style: none;
}

body .webmarketsonline-infobox-02 .infobox-item {
  position: relative;
  display: flex;
  flex-direction: column;

  padding: 40px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 22px;

  box-shadow: 15px 15px 15px -11px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

body .webmarketsonline-infobox-02 .infobox-item:hover {
  text-decoration: none;
  box-shadow: 15px 15px 15px -11px rgba(0, 0, 0, 0.4);
}

body .webmarketsonline-infobox-02 .infobox-item a {
  text-decoration: none;
}

body .webmarketsonline-infobox-02 .infobox-item .box-header {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  font-size: 40px;
  line-height: 1;
  opacity: 0.64;
}

body .webmarketsonline-infobox-02 .infobox-item .box-content {
  padding-right: 45px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 1199.98px) {
  body .webmarketsonline-infobox-02 .infobox-item {
    padding: 25px;
  }

  body .webmarketsonline-infobox-02 .infobox-item .box-header {
    font-size: 32px;
  }

  body .webmarketsonline-infobox-02 .infobox-item .box-content {
    font-size: 28px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 991.98px) {
  body .webmarketsonline-infobox-02 .infobox-item {
    padding: 20px;
  }

  body .webmarketsonline-infobox-02 .infobox-item .box-header {
    font-size: 28px;
  }

  body .webmarketsonline-infobox-02 .infobox-item .box-content {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767.98px) {
  body .webmarketsonline-infobox-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  body .webmarketsonline-infobox-02 .infobox-item .box-header {
    font-size: 24px;
  }

  body .webmarketsonline-infobox-02 .infobox-item .box-content {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* webmarketsonline-infobox-03 */
.webmarketsonline-infobox-03 {
  position: relative;
  margin-bottom: 40px;
}

.row-webmarketsonline-infobox-03 {
  row-gap: 80px;
}

.row-webmarketsonline-infobox-03 .webmarketsonline-infobox-03 {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199.98px) {
  .row-webmarketsonline-infobox-03 {
    row-gap: 60px;
  }
}

@media only screen and (max-width: 991.98px) {
  .row-webmarketsonline-infobox-03 {
    row-gap: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .row-webmarketsonline-infobox-03 {
    row-gap: 40px;
  }
}

.webmarketsonline-infobox-03 .pic {
  margin-bottom: 34px;
}

.webmarketsonline-infobox-03 .content {
  font-size: 16px;
  line-height: 1.625;
}

.webmarketsonline-infobox-03 .content .title {
  margin: 0 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.webmarketsonline-infobox-03 .content p:last-child {
  margin-bottom: 0;
}

/* webmarketsonline-infobox-04 */
.webmarketsonline-infobox-04 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.row-webmarketsonline-infobox-04 {
  row-gap: 66px;
}

.row-webmarketsonline-infobox-04 .webmarketsonline-infobox-04 {
  margin-bottom: 0;
  height: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .row-webmarketsonline-infobox-04 {
    row-gap: 54px;
  }
}

@media only screen and (max-width: 991.98px) {
  .row-webmarketsonline-infobox-04 {
    row-gap: 48px;
  }
}

@media only screen and (max-width: 767.98px) {
  .row-webmarketsonline-infobox-04 {
    row-gap: 40px;
  }
}

.webmarketsonline-infobox-04 .box-header {
  margin-bottom: 20px;
}

.webmarketsonline-infobox-04 .box-header .title {
  margin: 0 0 0;
  color: #3f6aff;
  font-size: 20px;
  line-height: 1.5;
}

.webmarketsonline-infobox-04 .box-body {
  flex: 1;
  font-size: 18px;
  line-height: calc(28 / 18);
}

.webmarketsonline-infobox-04 .box-body p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-infobox-04 .box-footer {
  margin-top: 28px;
  font-size: 16px;
  line-height: calc(28 / 16);
}

.webmarketsonline-infobox-04 .box-footer .link .sico {
  margin-left: 22px;
}

/* webmarketsonline-infobox-05 */
.webmarketsonline-infobox-05 {
  margin-bottom: 40px;
  padding: 60px 65px 60px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.row-webmarketsonline-infobox-05 {
  row-gap: 60px;
}

.row-webmarketsonline-infobox-05 .webmarketsonline-infobox-05 {
  margin-bottom: 0;
  height: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-infobox-05 {
    padding: 40px 45px 40px;
  }

  .row-webmarketsonline-infobox-05 {
    row-gap: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-infobox-05 {
    padding: 30px 35px 30px;
  }

  .row-webmarketsonline-infobox-05 {
    row-gap: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-infobox-05 {
    padding: 20px 25px 20px;
  }

  .row-webmarketsonline-infobox-05 {
    row-gap: 30px;
  }
}

.webmarketsonline-infobox-05 .box-header {
  margin-bottom: 20px;
}

.webmarketsonline-infobox-05 .box-header .icon {
  display: block;
  margin: 0 0 12px;
  color: var(--accent-color5);
  font-size: 32px;
  line-height: 1;
}

.webmarketsonline-infobox-05 .box-header .icon img {
  display: block;
  max-width: 100%;
}

.webmarketsonline-infobox-05 .box-header .title {
  margin: 0 0 0;
  font-size: 28px;
  line-height: calc(36 / 28);
}

.webmarketsonline-infobox-05 .box-body {
  font-size: 18px;
  line-height: calc(26 / 18);
}

.webmarketsonline-infobox-05 .box-body p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-infobox-05 .box-footer {
  margin-top: 38px;
}

/* webmarketsonline-infobox-06 */
.webmarketsonline-infobox-06 {
  margin-bottom: 30px;
  padding: 55px 40px 55px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.row-webmarketsonline-infobox-06 {
  row-gap: 30px;
}

.row-webmarketsonline-infobox-06 .webmarketsonline-infobox-06 {
  margin-bottom: 0;
  height: 100%;
}

.webmarketsonline-infobox-06 .box-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  padding: 30px 40px;
  min-height: 145px;
  font-weight: 600;
  line-height: 1;
  text-align: left;

  background-image: linear-gradient(to right, #ff4167, #fcaf1d 100%);
  border: none;
  border-radius: 25px;

  filter: brightness(1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.webmarketsonline-infobox-06:hover .box-header {
  /* filter: brightness(1.3); */
}

.webmarketsonline-infobox-06 .box-header .icon {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 32px;
}

.webmarketsonline-infobox-06 .box-header .title {
  margin: 0 0 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-infobox-06 .box-header {
    padding: 30px 40px 30px 25px;
  }

  .webmarketsonline-infobox-06 .box-header .icon,
  .webmarketsonline-infobox-06 .box-header .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-infobox-06 .box-header {
    padding: 30px 40px 30px 20px;
  }

  .webmarketsonline-infobox-06 .box-header .icon,
  .webmarketsonline-infobox-06 .box-header .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-infobox-06 .box-header .icon,
  .webmarketsonline-infobox-06 .box-header .title {
    font-size: 20px;
  }
}

.webmarketsonline-infobox-06 .box-body {
  font-size: 18px;
  line-height: calc(28 / 18);
}

.webmarketsonline-infobox-06 .box-body .title {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1.25;
}

.webmarketsonline-infobox-06 .box-body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-infobox-06 .box-body .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-infobox-06 .box-body .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-infobox-06 .box-body .title {
    font-size: 20px;
  }
}

.webmarketsonline-infobox-06 .box-footer {
  margin-top: 26px;
  font-size: 20px;
  line-height: 1.5;
}

/* webmarketsonline-infobox-07 */
.webmarketsonline-infobox-07 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 55px 40px 55px;
  background-color: #fff;
  border-radius: 18px;
}

.row-webmarketsonline-infobox-07 {
  row-gap: 30px;
}

.row-webmarketsonline-infobox-07 .webmarketsonline-infobox-07 {
  margin-bottom: 0;
  height: 100%;
}

.webmarketsonline-infobox-07 .box-header {
  position: relative;
}

.webmarketsonline-infobox-07 .box-header .icon {
  position: absolute;
  right: 0;
  top: -35px;
}

.webmarketsonline-infobox-07 .box-body {
  flex: 1;
  font-size: 18px;
  line-height: calc(28 / 18);
}

.webmarketsonline-infobox-07 .box-body .title {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1.25;
}

.webmarketsonline-infobox-07 .box-body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-infobox-07 .box-body .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-infobox-07 .box-body .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-infobox-07 .box-body .title {
    font-size: 20px;
  }
}

.webmarketsonline-infobox-07 .box-footer {
  margin-top: 25px;
  margin-top: 45px;
}

.webmarketsonline-infobox-07 .box-footer .link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
  min-height: calc(1em * 2 * 1.25 + 30px * 2 + 5px);

  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;

  background-image: linear-gradient(to right, #ff4167, #fcaf1d 100%);
  border: none;
  border-radius: 25px;

  filter: brightness(1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.webmarketsonline-infobox-07 .box-footer .link .sico {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 32px;
}

.webmarketsonline-infobox-07 .box-footer .link:hover {
  filter: brightness(1.3);
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-infobox-07 .box-footer .link {
    padding: 30px 40px 30px 25px;
  }

  .webmarketsonline-infobox-07 .box-footer .link,
  .webmarketsonline-infobox-07 .box-footer .link .sico {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-infobox-07 .box-footer .link,
  .webmarketsonline-infobox-07 .box-footer .link .sico {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-infobox-07 .box-footer .link,
  .webmarketsonline-infobox-07 .box-footer .link .sico {
    font-size: 20px;
  }

  .webmarketsonline-infobox-07 .box-footer .link {
    padding: 20px 50px 20px 20px;
    line-height: 1.2;
    min-height: auto;
  }

  .webmarketsonline-infobox-07 .box-footer .link .sico {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}

/* webmarketsonline-contentBlock-01 */
body .webmarketsonline-contentBlock-01 {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  padding: 25px 30px 25px;
  color: #fff !important;
  text-align: left;
  background-image: linear-gradient(135deg, #ff4167, #ff4a32 100%);
  filter: brightness(1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

body .webmarketsonline-contentBlock-01.elm-active {
  background-image: linear-gradient(135deg, #ff4167, #ff4a32 100%);
}

body .row.row-webmarketsonline-contentBlock-01 {
  row-gap: 30px;
}

body
  .row.row-webmarketsonline-contentBlock-01
  .webmarketsonline-contentBlock-01 {
  margin-bottom: 0;
  height: 100%;
}

body .webmarketsonline-contentBlock-01:hover {
  text-decoration: none;
  filter: brightness(1.3);
}

body .webmarketsonline-contentBlock-01 .block-main .icon {
  text-align: right;
  font-size: 40px;
  line-height: 1;
}

body .webmarketsonline-contentBlock-01 .block-main .content {
  padding-right: 50px;
  font-size: 18px;
  line-height: calc(30 / 18);
}

body .webmarketsonline-contentBlock-01 .block-main .content a:not(:hover) {
  color: #fff;
}

body .webmarketsonline-contentBlock-01 .block-main .content > p:last-child {
  margin-bottom: 0;
}

body .webmarketsonline-contentBlock-01 .block-main .content .title {
  margin: 0 0 30px;
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
}

@media only screen and (max-width: 1199.98px) {
  body .webmarketsonline-contentBlock-01 .block-main .content .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  body .webmarketsonline-contentBlock-01 .block-main .content .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .webmarketsonline-contentBlock-01 .block-main .content .title {
    font-size: 20px;
  }
}

body .webmarketsonline-contentBlock-01 .block-title {
  position: relative;
  padding: 40px;

  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
}

body .webmarketsonline-contentBlock-01 .block-title .title {
  margin: 0 0 0;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

body .webmarketsonline-contentBlock-01 .block-title .sico {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 32px;
}

@media only screen and (max-width: 1199.98px) {
  body .webmarketsonline-contentBlock-01 .block-title {
    padding: 30px 40px 30px 25px;
  }

  body .webmarketsonline-contentBlock-01 .block-title .title {
    font-size: 28px;
    line-height: 1.1;
  }

  body .webmarketsonline-contentBlock-01 .block-title .sico {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  body .webmarketsonline-contentBlock-01 .block-title {
    padding: 20px;
  }

  body .webmarketsonline-contentBlock-01 .block-title .title {
    font-size: 24px;
    line-height: 1.2;
  }

  body .webmarketsonline-contentBlock-01 .block-title .sico {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .webmarketsonline-contentBlock-01 .block-title .title {
    font-size: 20px;
  }

  body .webmarketsonline-contentBlock-01 .block-title .sico {
    font-size: 20px;
  }
}

/* webmarketsonline-contactbox-01 */
.webmarketsonline-contactbox-01 {
  padding: clamp(1.5rem, 5vw, 45px);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.webmarketsonline-contactbox-01 .title {
  color: #000;
}

/* webmarketsonline-portfolioMasonry-style01 */
.webmarketsonline-portfolioMasonry-style01 .isotope-main {
  position: relative;
}

.webmarketsonline-portfolioMasonry-style01 .isotope-main .box {
  position: relative;
  overflow: hidden;
}

.webmarketsonline-portfolioMasonry-style01 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  z-index: 2;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.webmarketsonline-portfolioMasonry-style01 .content::after {
  content: "";
  background-color: #3f6aff;
  opacity: 0.81;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.webmarketsonline-portfolioMasonry-style01 .title {
  margin: 0 0 0;
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 0.65;
}

.webmarketsonline-portfolioMasonry-style01 .category {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.webmarketsonline-portfolioMasonry-style01 .description {
  margin-top: 15px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}

.webmarketsonline-portfolioMasonry-style01 .more-position {
  margin-top: 45px;
}

.webmarketsonline-portfolioMasonry-style01 .isotope-item .content {
  opacity: 0;
}

.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-in="top"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item.in[data-out="top"]
  .content {
  transform: translateX(0%) translateY(-100%);
}

.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-in="right"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item.in[data-out="right"]
  .content {
  transform: translateX(100%) translateY(0%);
}

.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-in="down"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item.in[data-out="down"]
  .content {
  transform: translateX(0%) translateY(100%);
}

.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-in="left"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item.in[data-out="left"]
  .content {
  transform: translateX(-100%) translateY(0%);
}

.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-in="top"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-in="right"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-in="down"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-in="left"]
  .content {
  transition: transform ease 0ms;
}

.webmarketsonline-portfolioMasonry-style01 .isotope-item.in .content {
  transition: transform ease 200ms;
  transform: translateX(0%) translateY(0%);
  opacity: 1;
}

.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-out="top"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-out="right"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-out="down"]
  .content,
.webmarketsonline-portfolioMasonry-style01
  .isotope-item[data-out="left"]
  .content {
  transition: transform ease 200ms;
}

.webmarketsonline-portfolioMasonry-style01 .isotope-main a:focus {
  outline-offset: -3px !important;
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-portfolioMasonry-style01 .title {
    font-size: 32px;
    line-height: 1;
  }
}

/* webmarketsonline-easyTestimonials-01 */
.webmarketsonline-easyTestimonials-01 {
  margin: 0px -15px 30px;
}

.webmarketsonline-easyTestimonials-01 .carousel-box {
  text-align: left;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 45px 30px;
  height: 100%;
  border-radius: 15px;
}

.webmarketsonline-easyTestimonials-01 .carousel-item {
  padding: 15px 15px;
}

.webmarketsonline-easyTestimonials-01 .carousel-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.webmarketsonline-easyTestimonials-01 .carousel-header .pic {
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}

.webmarketsonline-easyTestimonials-01 .carousel-header .title {
  color: var(--h3-color);
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.webmarketsonline-easyTestimonials-01 .carousel-header .star-box {
  display: inline-block;
  color: #dc5b20;
  margin-right: 2px;
  font-size: 13px;
}

.webmarketsonline-easyTestimonials-01 .carousel-header .date {
  color: #babcc0;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.webmarketsonline-easyTestimonials-01 .link {
  margin-bottom: 10px;
  font-size: 14px;
}

.webmarketsonline-easyTestimonials-01 .link a {
  color: #babcc0 !important;
}

.webmarketsonline-easyTestimonials-01 .link a:hover {
  color: var(--accent-color) !important;
}

.webmarketsonline-easyTestimonials-01 .description {
  margin-bottom: 10px;
  line-height: 1.8;
  max-height: calc(4em * 1.8);
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  color: var(--default-color);
}

.webmarketsonline-easyTestimonials-01 .description p {
  margin-bottom: 0;
  color: currentColor;
}

.webmarketsonline-easyTestimonials-01.easy-carousel .carousel-pagination {
  text-align: center;
}

.webmarketsonline-easyTestimonials-01.easy-carousel .carousel-navigation {
  position: relative;
  display: inline-block;
  left: auto;
  right: auto;
  margin-top: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.64;
  transition: all ease 200ms;
}

.webmarketsonline-easyTestimonials-01.easy-carousel .carousel-navigation:hover {
  opacity: 1;
}

.webmarketsonline-easyTestimonials-01.easy-carousel .carousel-prev {
  margin-left: calc(15px + 30px);
  margin-right: 7px;
}

.webmarketsonline-easyTestimonials-01.easy-carousel .carousel-next {
  margin-left: 7px;
  margin-right: calc(15px + 30px);
}

.webmarketsonline-easyTestimonials-01.easy-carousel .carousel-navigation span {
  border: none;
}

.webmarketsonline-easyTestimonials-01.easy-carousel .carousel-prev span {
  margin: -8px 0 0 -14px;
}

.webmarketsonline-easyTestimonials-01.easy-carousel .carousel-next span {
  margin: -8px 0 0 0px;
}

.webmarketsonline-easyTestimonials-01.easy-carousel
  .carousel-navigation
  span::before,
.webmarketsonline-easyTestimonials-01.easy-carousel
  .carousel-navigation
  span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.webmarketsonline-easyTestimonials-01.easy-carousel
  .carousel-navigation
  span::before {
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.webmarketsonline-easyTestimonials-01.easy-carousel
  .carousel-navigation
  span::after {
  width: 15px;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left;
}

@media only screen and (min-width: 1600px) {
  .webmarketsonline-easyTestimonials-01 .carousel-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .webmarketsonline-easyTestimonials-01.easy-carousel .carousel-prev {
    margin-left: calc(20px + 30px);
  }

  .webmarketsonline-easyTestimonials-01.easy-carousel .carousel-next {
    margin-right: calc(20px + 30px);
  }
}

/* webmarketsonline-easyTestimonials-02 */
.webmarketsonline-easyTestimonials-02 {
  margin: 0px -15px 30px;
}

.webmarketsonline-easyTestimonials-02 .carousel-box {
  text-align: left;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 40px 30px;
  height: 100%;
  border-radius: 15px;
}

.webmarketsonline-easyTestimonials-02 .carousel-item {
  padding: 15px 15px;
}

.webmarketsonline-easyTestimonials-02 .carousel-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.webmarketsonline-easyTestimonials-02 .carousel-header .title {
  margin: 0;
  color: var(--h3-color);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.webmarketsonline-easyTestimonials-02 .link {
  margin-top: 20px;
  font-size: 15px;
  line-height: calc(26 / 15);
}

.webmarketsonline-easyTestimonials-02 .link a {
  color: var(--link-color) !important;
}

.webmarketsonline-easyTestimonials-02 .link a:hover {
  color: var(--link-hover-color) !important;
  text-decoration: none;
}

.webmarketsonline-easyTestimonials-02 .description {
  display: block;
  margin-bottom: 0;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.625;
}

.webmarketsonline-easyTestimonials-02 .description a {
  color: var(--link-color) !important;
}

.webmarketsonline-easyTestimonials-02 .description a:hover {
  color: var(--link-hover-color) !important;
  text-decoration: none;
}

.webmarketsonline-easyTestimonials-02 .description p {
  margin-bottom: 0;
  color: currentColor;
}

.webmarketsonline-easyTestimonials-02.easy-carousel .carousel-pagination {
  text-align: center;
}

.webmarketsonline-easyTestimonials-02.easy-carousel .carousel-navigation {
  position: relative;
  display: inline-block;
  left: auto;
  right: auto;
  margin-top: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.64;
  transition: all ease 200ms;
}

.webmarketsonline-easyTestimonials-02.easy-carousel .carousel-navigation:hover {
  opacity: 1;
}

.webmarketsonline-easyTestimonials-02.easy-carousel .carousel-prev {
  margin-left: calc(15px + 30px);
  margin-right: 7px;
}

.webmarketsonline-easyTestimonials-02.easy-carousel .carousel-next {
  margin-left: 7px;
  margin-right: calc(15px + 30px);
}

.webmarketsonline-easyTestimonials-02.easy-carousel .carousel-navigation span {
  border: none;
}

.webmarketsonline-easyTestimonials-02.easy-carousel .carousel-prev span {
  margin: -8px 0 0 -14px;
}

.webmarketsonline-easyTestimonials-02.easy-carousel .carousel-next span {
  margin: -8px 0 0 0px;
}

.webmarketsonline-easyTestimonials-02.easy-carousel
  .carousel-navigation
  span::before,
.webmarketsonline-easyTestimonials-02.easy-carousel
  .carousel-navigation
  span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.webmarketsonline-easyTestimonials-02.easy-carousel
  .carousel-navigation
  span::before {
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.webmarketsonline-easyTestimonials-02.easy-carousel
  .carousel-navigation
  span::after {
  width: 15px;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left;
}

@media only screen and (min-width: 1600px) {
  .webmarketsonline-easyTestimonials-02 .carousel-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .webmarketsonline-easyTestimonials-02.easy-carousel .carousel-prev {
    margin-left: calc(20px + 30px);
  }

  .webmarketsonline-easyTestimonials-02.easy-carousel .carousel-next {
    margin-right: calc(20px + 30px);
  }

  .webmarketsonline-easyTestimonials-02 .carousel-box {
    padding: 40px 45px;
  }
}

/* webmarketsonline-accordions-01 */
.webmarketsonline-accordions-01 h4 {
  margin: 0 0 4px;
}

.webmarketsonline-accordions-01 .panel-heading {
  margin-bottom: 0;
}

.webmarketsonline-accordions-01 .panel-heading button {
  position: relative;
  font-size: 22px;
  line-height: 1.2;
  padding: 15px 80px 15px 30px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  border: 1px solid #e1e6f1;
  border-radius: 0;
  transition: all ease 300ms;
}

.webmarketsonline-accordions-01 .accordion-content {
  display: none;
  padding: 32px 30px 12px;
  font-size: 16px;
  line-height: 1.625;
}

.webmarketsonline-accordions-01 .accordion-item {
  border-bottom: none;
  transition: all ease 300ms;
  position: relative;
  margin-bottom: 20px;
}

.webmarketsonline-accordions-01 .accordion-content p {
  margin: 0 0 10px;
}

.webmarketsonline-accordions-01 .accordion-content p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-accordions-01 .panel-heading .arrow {
  position: absolute;
  top: 9px;
  right: 20px;
  bottom: 0;
  width: 36px;
  height: 36px;
}

.webmarketsonline-accordions-01 .panel-heading .arrow::after,
.webmarketsonline-accordions-01 .panel-heading .arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: opacity ease 300ms;
  width: 22px;
  border-bottom: 2px solid currentColor;
  margin: 0px 0 0 -12px;
}

.webmarketsonline-accordions-01 .accordion-item .arrow::before {
  transform: rotate(-90deg);
}

.webmarketsonline-accordions-01 .accordion-item.opened button {
  background-color: var(--accent-color);
  color: #fff;
}

.webmarketsonline-accordions-01 .accordion-item.opened .arrow::before {
  opacity: 0;
}

html.html-night .webmarketsonline-accordions-01 .panel-heading button {
  color: #fff;
}

.webmarketsonline-accordions-01 .accordion-item:last-child {
  margin-bottom: 0;
}

/* webmarketsonline-logoBanner-01 */
.webmarketsonline-logoBanner-01 {
  --height: 80px;
  --imgHeight: 60px;
}

.webmarketsonline-logoBanner-01 {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translate3d(-50%, 0, 0);
  height: calc(sin(6.5deg) * 100vw + var(--height));
  overflow: hidden;
}

@keyframes animateBanner {
  from {
    background-position: 0 center;
  }

  to {
    background-position: calc(var(--imgHeight) * 7) center;
  }
}

.webmarketsonline-logoBanner-01::before,
.webmarketsonline-logoBanner-01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 110%;
  height: var(--height);
  background-color: #000;
  transform-origin: center center;
  background-repeat: repeat no-repeat;
  background-position: center center;
  background-size: auto var(--imgHeight);
  animation-name: animateBanner;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.webmarketsonline-logoBanner-01::before {
  transform: translate3d(-50%, -50%, 0) rotate(6.5deg);
}

.webmarketsonline-logoBanner-01::after {
  transform: translate3d(-50%, -50%, 0) rotate(-6.5deg);
  animation-direction: reverse;
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-logoBanner-01 {
    height: calc(sin(6.5deg) * 100vw + var(--height) * 1);
  }

  .webmarketsonline-logoBanner-01::before,
  .webmarketsonline-logoBanner-01::after {
    height: calc(var(--height) * 1);
    background-size: auto calc(var(--imgHeight) * 0.8);
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-logoBanner-01 {
    height: calc(sin(6.5deg) * 100vw + var(--height) * 0.8);
  }

  .webmarketsonline-logoBanner-01::before,
  .webmarketsonline-logoBanner-01::after {
    height: calc(var(--height) * 0.8);
    background-size: auto calc(var(--imgHeight) * 0.6);
  }
}

@media only screen and (max-width: 575.98px) {
  .webmarketsonline-logoBanner-01 {
    height: calc(sin(6.5deg) * 100vw + var(--height) * 0.6);
  }

  .webmarketsonline-logoBanner-01::before,
  .webmarketsonline-logoBanner-01::after {
    height: calc(var(--height) * 0.6);
    background-size: auto calc(var(--imgHeight) * 0.4);
  }
}

/* webmarketsonline-counter-01 */
.webmarketsonline-counter-01 {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 23px;
  font-size: 26px;
  line-height: 1.2;
  border-bottom: 1px solid #231f20;
}

.webmarketsonline-counter-01 [data-effect="Number"] {
  display: inline-block;
  margin-bottom: 36px;
  padding: 33px 45px;
  min-width: 160px;
  color: rgb(42, 48, 191);
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #231f20;
  border-radius: 150px;
  text-align: center;
}

.webmarketsonline-counter-01 p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-counter-01 [data-effect="Number"] span {
  color: currentColor;
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-counter-01 [data-effect="Number"] {
    padding: 25px 30px;
    min-width: auto;
  }
}

/* webmarketsonline-tab01 */
.webmarketsonline-tab01 {
  flex-direction: row-reverse;
}

.webmarketsonline-tab01[style*="display: block;"] {
  display: flex !important;
}

.webmarketsonline-tab01 .resp-tabs-list {
  flex-shrink: 0;
  margin: 0 0 0 145px;
  width: 100%;
  max-width: min(600px, calc(var(--container-width) / 2));
}

@media only screen and (max-width: 1599.98px) {
  .webmarketsonline-tab01 .resp-tabs-list {
    margin-left: 85px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-tab01 .resp-tabs-list {
    margin-left: 45px;
  }
}

.webmarketsonline-tab01 .resp-tabs-list {
  padding: 95px 45px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.webmarketsonline-tab01 .resp-tabs-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  padding: 30px 40px;
  min-height: 145px;

  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;

  border: none;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;

  cursor: pointer;
}

.webmarketsonline-tab01 .resp-tabs-list li:last-child {
  margin-bottom: 0;
}

.webmarketsonline-tab01 .resp-tabs-list li::before,
.webmarketsonline-tab01 .resp-tabs-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  z-index: -1;
}

.webmarketsonline-tab01 .resp-tabs-list li::before {
  opacity: 1;
  background-image: linear-gradient(to right, #ff6b7b, #ff4d3d 100%);
}

.webmarketsonline-tab01 .resp-tabs-list li::after {
  opacity: 0;
  background-image: linear-gradient(to right, #fcaf1d 42%, #f75841 100%);
}

.webmarketsonline-tab01 .resp-tabs-list li:hover::after,
.webmarketsonline-tab01 .resp-tabs-list li.resp-tab-active::after {
  opacity: 1;
}

.webmarketsonline-tab01 .resp-tabs-list li .sico {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 32px;
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-tab01 .resp-tabs-list li {
    padding: 30px 40px 30px 25px;
  }

  .webmarketsonline-tab01 .resp-tabs-list li,
  .webmarketsonline-tab01 .resp-tabs-list li .sico {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-tab01 .resp-tabs-list li {
    padding: 30px 40px 30px 20px;
  }

  .webmarketsonline-tab01 .resp-tabs-list li,
  .webmarketsonline-tab01 .resp-tabs-list li .sico {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-tab01 .resp-tabs-list li,
  .webmarketsonline-tab01 .resp-tabs-list li .sico {
    font-size: 20px;
  }
}

.webmarketsonline-tab01 .resp-tabs-container {
  position: relative;
  flex: 1;
}

.webmarketsonline-tab01 .resp-tabs-container .resp_margin {
  position: relative;
  padding: calc(60px + 55px) 3% 50px;
  font-size: 18px;
  line-height: calc(28 / 18);
  font-weight: 300;
}

.webmarketsonline-tab01 .resp-tabs-container .resp_margin::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.webmarketsonline-tab01 .resp-tabs-container .resp_margin p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-tab01 h2.resp-accordion,
.webmarketsonline-tab01 .resp_container {
  display: none;
}

@media only screen and (min-width: 992px) {
  .webmarketsonline-tab01 .resp_container .resp_margin {
    position: relative;
  }

  .webmarketsonline-tab01 .resp_container .resp_margin::after {
    content: "";
    display: block;
    width: 310px;
    height: 171px;
    background-image: url("./resource/images/Styling-ele-01.png");
    background-position: center center;
    background-size: cover;
    margin-top: 30px;
    margin-left: auto;
    transform: translate3d(30px, 0, 0);
  }
}

@media only screen and (min-width: 1200px) {
  .webmarketsonline-tab01 .resp_container .resp_margin::after {
    transform: translate3d(80px, 0, 0);
  }
}

@media only screen and (min-width: 1600px) {
  .webmarketsonline-tab01 .resp_container .resp_margin::after {
    transform: translate3d(130px, 0, 0);
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-tab01 ul.resp-tabs-list {
    display: none;
  }

  .webmarketsonline-tab01 h2.resp-accordion {
    position: relative;
    display: block;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 18px 30px 18px 15px;
    cursor: pointer;
    margin: 0;
    color: #fff;
    transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
  }

  .webmarketsonline-tab01 h2.resp-accordion::before,
  .webmarketsonline-tab01 h2.resp-accordion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
    z-index: -1;
  }

  .webmarketsonline-tab01 h2.resp-accordion::before {
    opacity: 1;
    background-image: linear-gradient(to right, #ff6b7b, #ff4d3d 100%);
  }

  .webmarketsonline-tab01 h2.resp-accordion::after {
    opacity: 0;
    background-image: linear-gradient(to right, #fcaf1d, #f75841 100%);
  }

  .webmarketsonline-tab01 h2.resp-accordion:hover::after,
  .webmarketsonline-tab01 h2.resp-accordion.resp-tab-active::after {
    opacity: 1;
  }

  .webmarketsonline-tab01 .resp-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }

  .webmarketsonline-tab01 .resp-arrow:after,
  .webmarketsonline-tab01 .resp-arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 1;
  }

  .webmarketsonline-tab01 .resp-arrow:before {
    width: 12px;
    height: 2px;
    background: #fff;
    margin: -1px 0 0 -12px;
  }

  .webmarketsonline-tab01 .resp-arrow:after {
    width: 2px;
    height: 12px;
    background: #fff;
    margin: -6px 0 0 -7px;
    opacity: 1;
  }

  .webmarketsonline-tab01 .resp-tab-active .resp-arrow:before,
  .webmarketsonline-tab01 .resp-tab-active .resp-arrow:after {
    background: #fff;
  }

  .webmarketsonline-tab01 .resp-tab-active .resp-arrow:after {
    opacity: 0;
  }

  .webmarketsonline-tab01 .resp-accordion .sico,
  .webmarketsonline-tab01 .resp-accordion .icon-svg {
    font-size: 1.2em;
    margin-right: 12px;
    vertical-align: middle;
  }

  .webmarketsonline-tab01 .resp-accordion:hover {
    color: #fff;
  }

  .webmarketsonline-tab01 h2.resp-accordion.resp-tab-active,
  .webmarketsonline-tab01 h2.resp-accordion.resp-tab-active .sico,
  .webmarketsonline-tab01 h2.resp-accordion.resp-tab-active .icon-svg {
    color: #fff !important;
  }

  .webmarketsonline-tab01 .resp-tabs-container {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
  }

  .webmarketsonline-tab01 .resp-tabs-container .has-subtitle .subtitle {
    margin: 20px 30px;
  }

  .webmarketsonline-tab01 .resp-tabs-container .resp_margin {
    padding: 20px 30px;
    margin: 0px;
    min-height: auto !important;
  }

  .webmarketsonline-tab01
    .resp-tabs-container
    .has-subtitle
    .subtitle
    + .resp_margin {
    padding-top: 0;
  }

  .webmarketsonline-tab01 .resp-tabs-container .resp_margin::before {
    content: none;
  }

  .webmarketsonline-tab01 .resp-tab-content {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    width: auto !important;
    padding: 0px;
    margin-bottom: 0px;
    clear: both;
    display: none;
  }
}

/* .webmarketsonline-tab02 */
.webmarketsonline-tab02 {
  --offset: 0;
  position: relative;
  z-index: 1;
}

.webmarketsonline-tab02[style*="display: block;"] {
  display: flex !important;
  gap: 30px;
}

.webmarketsonline-tab02 .resp-tabs-list,
.webmarketsonline-tab02 .resp-tabs-container {
  margin: 0 0 0;
  width: calc((100% - 30px) / 2);
}

.webmarketsonline-tab02 .resp-tabs-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin: 0;
  padding: 0 50px 0 0;
}

@media only screen and (min-width: 992px) {
  .webmarketsonline-tab02 .resp-tabs-list::after {
    content: "";
    position: relative;
    display: block;
    margin-top: 0;
    width: calc(100% + 72px);
    padding-bottom: calc(362 / 650 * (100% + 72px));
    background-image: url("./resource/images/Bg-Arrow-02.png");
    background-size: cover;
    transform: translate3d(42px, 0, 0);
    z-index: -1;
  }

  .webmarketsonline-tab02 .resp-tabs-container .resp_margin {
    padding-top: calc(var(--offset) * 1px);
  }
}

.webmarketsonline-tab02 .resp-tabs-list li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  height: 48px;
  margin: 0 0 0;
  padding: 0 45px;

  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 48px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  -webkit-appearance: none;
  appearance: none;
}

.webmarketsonline-tab02 .resp-tabs-list li {
  color: #fff !important;
  border: 1px solid #fff;
}

.webmarketsonline-tab02 .resp-tabs-list li:has(.sico) {
  padding-right: 25px;
}

.webmarketsonline-tab02 .resp-tabs-list li .sico {
  margin-bottom: 5px;
  margin-left: 40px;
  font-size: calc(30 / 18 * 1em);
  line-height: 1;
}

.webmarketsonline-tab02 .resp-tabs-list li.resp-tab-active,
.webmarketsonline-tab02 .resp-tabs-list li:hover {
  color: var(--accent-color5) !important;
  background-color: #fff;
  border-color: #fff;
}

.webmarketsonline-tab02 .resp-tabs-container {
  position: relative;
  flex: 1;
  padding-left: 50px;
}

.webmarketsonline-tab02 .resp-tabs-container .resp_margin {
  position: relative;
}

.webmarketsonline-tab02 .resp-tabs-container .resp_margin p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-tab02 h2.resp-accordion,
.webmarketsonline-tab02 .resp_container {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-tab02 .resp-tabs-list {
    display: none;
  }

  .webmarketsonline-tab02 .resp-tabs-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .webmarketsonline-tab02 h2.resp-accordion {
    display: block;
  }

  .webmarketsonline-tab02 h2.resp-accordion {
    position: relative;
    display: block;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 18px 30px 18px 15px;
    cursor: pointer;
    margin: 0;
    color: #fff;
    transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
  }

  .webmarketsonline-tab02 h2.resp-accordion::before,
  .webmarketsonline-tab02 h2.resp-accordion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
    z-index: -1;
  }

  .webmarketsonline-tab02 h2.resp-accordion::before {
    opacity: 1;
    background-image: linear-gradient(to right, #ff6b7b, #ff4d3d 100%);
  }

  .webmarketsonline-tab02 h2.resp-accordion::after {
    opacity: 0;
    background-image: linear-gradient(to right, #fcaf1d, #f75841 100%);
  }

  .webmarketsonline-tab02 h2.resp-accordion:hover::after,
  .webmarketsonline-tab02 h2.resp-accordion.resp-tab-active::after {
    opacity: 1;
  }

  .webmarketsonline-tab02 .resp-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }

  .webmarketsonline-tab02 .resp-arrow:after,
  .webmarketsonline-tab02 .resp-arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 1;
  }

  .webmarketsonline-tab02 .resp-arrow:before {
    width: 12px;
    height: 2px;
    background: #fff;
    margin: -1px 0 0 -12px;
  }

  .webmarketsonline-tab02 .resp-arrow:after {
    width: 2px;
    height: 12px;
    background: #fff;
    margin: -6px 0 0 -7px;
    opacity: 1;
  }

  .webmarketsonline-tab02 .resp-tab-active .resp-arrow:before,
  .webmarketsonline-tab02 .resp-tab-active .resp-arrow:after {
    background: #fff;
  }

  .webmarketsonline-tab02 .resp-tab-active .resp-arrow:after {
    opacity: 0;
  }

  .webmarketsonline-tab02 .resp-accordion .sico,
  .webmarketsonline-tab02 .resp-accordion .icon-svg {
    display: none;
  }

  .webmarketsonline-tab02 .resp-accordion:hover {
    color: #fff;
  }

  .webmarketsonline-tab02 h2.resp-accordion.resp-tab-active,
  .webmarketsonline-tab02 h2.resp-accordion.resp-tab-active .sico,
  .webmarketsonline-tab02 h2.resp-accordion.resp-tab-active .icon-svg {
    color: #fff !important;
  }

  .webmarketsonline-tab02 .resp-tabs-container {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
  }

  .webmarketsonline-tab02 .resp-tabs-container .resp_margin {
    padding: 25px 30px;
    margin: 0px;
    min-height: auto !important;
  }

  .webmarketsonline-tab02 .resp-tabs-container .resp_margin::before {
    content: none;
  }

  .webmarketsonline-tab02 .resp-tab-content {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    width: auto !important;
    padding: 0px;
    margin-bottom: 0px;
    clear: both;
    display: none;
  }
}

/* .webmarketsonline-tab03 */
.webmarketsonline-tab03 {
  --offset: 0;
  position: relative;
  z-index: 1;
}

.webmarketsonline-tab03[style*="display: block;"] {
  display: flex !important;
  gap: 30px;
}

.webmarketsonline-tab03 .resp-tabs-list,
.webmarketsonline-tab03 .resp-tabs-container {
  margin: 0 0 0;
  width: calc((100% - 30px) / 2);
}

.webmarketsonline-tab03 .resp-tabs-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0 50px 0 0;
}

@media only screen and (min-width: 992px) {
  .webmarketsonline-tab03 .resp-tabs-list::after {
    content: "";
    position: relative;
    display: block;
    margin-top: 45px;
    width: calc(100% + 72px);
    padding-bottom: calc(362 / 650 * (100% + 72px));
    background-image: url("./resource/images/Bg-Arrow-02.png");
    background-size: cover;
    transform: translate3d(42px, 0, 0);
    z-index: -1;
  }

  .webmarketsonline-tab03 .resp-tabs-container .resp_margin {
    padding-top: calc(var(--offset) * 1px);
  }
}

.webmarketsonline-tab03 .resp-tabs-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(18px, 0.5vw + 14.4px, 24px);
  font-weight: 400;
  line-height: calc(32 / 24);
  margin: 0 0 0;
  padding: 10px 0;
  min-height: 95px;

  cursor: pointer;
}

.webmarketsonline-tab03 .resp-tabs-list li {
  color: #fff !important;
  border-bottom: 1px solid #a5a5a5;
}

.webmarketsonline-tab03 .resp-tabs-list li .sico {
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 1.15em;
  line-height: 1;
}

.webmarketsonline-tab03 .resp-tabs-list li.resp-tab-active,
.webmarketsonline-tab03 .resp-tabs-list li:hover {
  color: var(--accent-color3) !important;
}

.webmarketsonline-tab03 .resp-tabs-container {
  position: relative;
  flex: 1;
  padding-left: 50px;
}

.webmarketsonline-tab03 .resp-tabs-container .resp_margin {
  position: relative;
}

.webmarketsonline-tab03 .resp-tabs-container .resp_margin p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-tab03 h2.resp-accordion,
.webmarketsonline-tab03 .resp_container {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-tab03 .resp-tabs-list {
    display: none;
  }

  .webmarketsonline-tab03 .resp-tabs-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .webmarketsonline-tab03 h2.resp-accordion {
    display: block;
  }

  .webmarketsonline-tab03 h2.resp-accordion {
    position: relative;
    display: block;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 18px 30px 18px 15px;
    cursor: pointer;
    margin: 0;
    color: #fff;
    transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
  }

  .webmarketsonline-tab03 h2.resp-accordion::before,
  .webmarketsonline-tab03 h2.resp-accordion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
    z-index: -1;
  }

  .webmarketsonline-tab03 h2.resp-accordion::before {
    opacity: 1;
    background-image: linear-gradient(to right, #ff6b7b, #ff4d3d 100%);
  }

  .webmarketsonline-tab03 h2.resp-accordion::after {
    opacity: 0;
    background-image: linear-gradient(to right, #fcaf1d, #f75841 100%);
  }

  .webmarketsonline-tab03 h2.resp-accordion:hover::after,
  .webmarketsonline-tab03 h2.resp-accordion.resp-tab-active::after {
    opacity: 1;
  }

  .webmarketsonline-tab03 .resp-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }

  .webmarketsonline-tab03 .resp-arrow:after,
  .webmarketsonline-tab03 .resp-arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 1;
  }

  .webmarketsonline-tab03 .resp-arrow:before {
    width: 12px;
    height: 2px;
    background: #fff;
    margin: -1px 0 0 -12px;
  }

  .webmarketsonline-tab03 .resp-arrow:after {
    width: 2px;
    height: 12px;
    background: #fff;
    margin: -6px 0 0 -7px;
    opacity: 1;
  }

  .webmarketsonline-tab03 .resp-tab-active .resp-arrow:before,
  .webmarketsonline-tab03 .resp-tab-active .resp-arrow:after {
    background: #fff;
  }

  .webmarketsonline-tab03 .resp-tab-active .resp-arrow:after {
    opacity: 0;
  }

  .webmarketsonline-tab03 .resp-accordion .sico,
  .webmarketsonline-tab03 .resp-accordion .icon-svg {
    display: none;
  }

  .webmarketsonline-tab03 .resp-accordion:hover {
    color: #fff;
  }

  .webmarketsonline-tab03 h2.resp-accordion.resp-tab-active,
  .webmarketsonline-tab03 h2.resp-accordion.resp-tab-active .sico,
  .webmarketsonline-tab03 h2.resp-accordion.resp-tab-active .icon-svg {
    color: #fff !important;
  }

  .webmarketsonline-tab03 .resp-tabs-container {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
  }

  .webmarketsonline-tab03 .resp-tabs-container .resp_margin {
    padding: 25px 30px;
    margin: 0px;
    min-height: auto !important;
  }

  .webmarketsonline-tab03 .resp-tabs-container .resp_margin::before {
    content: none;
  }

  .webmarketsonline-tab03 .resp-tab-content {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    width: auto !important;
    padding: 0px;
    margin-bottom: 0px;
    clear: both;
    display: none;
  }
}

/* webmarketsonline-OurWork */
.webmarketsonline-OurWork {
  position: relative;
  display: flex;
  flex-direction: column;

  --form-FieldColor: rgba(76, 78, 100, 0.87);
  --form-FieldSize: 16px;
  --form-FieldPaddingH: 15px;
  --form-FieldPaddingV: 16px;
}

.webmarketsonline-OurWork .OurWork-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px 20px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-OurWork .OurWork-header {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-OurWork .OurWork-header {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-OurWork .OurWork-header {
    margin-bottom: 40px;
  }
}

.webmarketsonline-OurWork .OurWork-header .title {
  margin: 0 0 0;
  color: #ea1c24;
  font-size: 24px;
  line-height: 1.2;
}

.webmarketsonline-OurWork .OurWork-header .header-item {
  max-width: 100%;
}

.webmarketsonline-OurWork .OurWork-header .item-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px 20px;
}

.webmarketsonline-OurWork .OurWork-header .form-element {
  width: 458px;
  max-width: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(to right, #ff4167, #ff4a32 60%, #db801d 100%);
}

.webmarketsonline-OurWork .OurWork-header input,
.webmarketsonline-OurWork .OurWork-header select {
  width: 100%;
  padding: var(--form-FieldPaddingV) var(--form-FieldPaddingH);
  line-height: 1.45;
  font-size: var(--form-FieldSize);
  background: transparent;
  border: none;
  outline: none;
  height: auto;
  appearance: none;
  border-radius: 5px;
  color: var(--form-FieldColor);
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
}

.webmarketsonline-OurWork .OurWork-header select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z" fill="%23333333" ></path></svg>');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  padding-right: 45px;
}

.webmarketsonline-OurWork .OurWork-body {
  position: relative;
}

.webmarketsonline-OurWork .OurWork-body .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 15px;
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-OurWork .OurWork-body .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-OurWork .OurWork-body .card-grid {
    gap: 40px 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-OurWork .OurWork-body .card-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 15px;
  }
}

.webmarketsonline-OurWork .OurWork-body .card-grid .grid-item {
  position: relative;
  box-shadow: 0 0 15px -7.5px rgba(0, 0, 0, 0.2);
}

.webmarketsonline-OurWork .OurWork-body .card-grid .grid-item .img-background {
  position: relative;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e9e9e9;
  overflow: hidden;
}

.webmarketsonline-OurWork
  .OurWork-body
  .card-grid
  .grid-item
  .img-background
  .background-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  z-index: 1;
  transition: 400ms all;
}

.webmarketsonline-OurWork
  .OurWork-body
  .card-grid
  .grid-item
  .img-background
  .background-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color5);
  opacity: 0.7;
  z-index: -1;
}

.webmarketsonline-OurWork
  .OurWork-body
  .card-grid
  .grid-item
  .img-background:hover
  .background-overlay {
  top: 0;
  opacity: 1;
}

.webmarketsonline-OurWork
  .OurWork-body
  .card-grid
  .grid-item
  .img-background
  .background-overlay
  .title {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(28px, 1.4166666666666665vw + 17.8px, 45px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: calc(-1 * 1em / 1000 * 22);
}

.webmarketsonline-OurWork .OurWork-footer {
  margin-top: 60px;
}

.webmarketsonline-OurWork .OurWork-footer .card-cycle {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}

.webmarketsonline-OurWork .OurWork-footer .card-cycle .auto-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;

  font-size: 20px;
  line-height: 1;

  color: #fff;
  border-radius: 60px;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(to right, #ff4167, #ff4a32 60%, #db801d 100%);
}

.webmarketsonline-OurWork
  .OurWork-footer
  .card-cycle
  .auto-btn.auto-btn-active {
  background-clip: border-box;
  background-origin: border-box;
  background-image: linear-gradient(
    to left,
    #ff4167,
    #ff4a32 42%,
    #dc801d 100%
  );
}

.webmarketsonline-OurWork .OurWork-footer .card-cycle .auto-btn span {
  color: #ff4a32;
  background: linear-gradient(to left, #ff4167, #ff4a32 42%, #dc801d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.webmarketsonline-OurWork
  .OurWork-footer
  .card-cycle
  .auto-btn.auto-btn-active
  span {
  color: #fff;
  background: linear-gradient(to left, #fff, #fff 42%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.webmarketsonline-dropdown-01 {
  position: relative;
}

.webmarketsonline-dropdown-01 .dropdown-button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  width: 100%;
  height: 60px;
  margin: 0 0 0;
  padding: 0 45px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 48px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  -webkit-appearance: none;
  appearance: none;
}

.webmarketsonline-dropdown-01 .dropdown-button:hover {
  text-decoration: none;
}

.webmarketsonline-dropdown-01 .dropdown-button {
  color: #fff !important;
  background-image: linear-gradient(
    to left,
    #ff4167,
    #ff4a32 42%,
    #dc801d 100%
  );
  filter: brightness(1);
}

.webmarketsonline-dropdown-01 .dropdown-button:hover {
  filter: brightness(1.3);
}

.webmarketsonline-dropdown-01 .dropdown-content {
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  border: none;
  border-top: 10px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(to right, #ff4167, #ff4a32 60%, #db801d 100%);

  width: 18rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  transition: 300ms all;
  border-radius: 10px;
  padding: 10px 0;
  z-index: 1;
  text-align: left;
}

.webmarketsonline-dropdown-01 .dropdown-content::before {
  background-color: white;
  content: "";
  width: 10px;
  height: 10px;
  color: white;
  top: -5px;
  left: 10px;
  position: absolute;
  transform: rotate(45deg);
}

.webmarketsonline-dropdown-01 .dropdown-content a {
  position: relative;
  margin: 0 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  transition: 300ms all;
  background-color: white;
  color: #666666;
  display: block;
  z-index: 0;
  text-decoration: none;
}

.webmarketsonline-dropdown-01 .dropdown-content a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to left,
    #ff4167,
    #ff4a32 42%,
    #dc801d 100%
  );
  opacity: 0;
  transition: 300ms all;
  z-index: -1;
}

.webmarketsonline-dropdown-01 .dropdown-content a:hover {
  padding-left: 2rem;
  color: white;
  cursor: pointer;
}

.webmarketsonline-dropdown-01 .dropdown-content a:hover::before {
  opacity: 1;
}

.webmarketsonline-dropdown-01 .dropdown-button:hover + .dropdown-content,
.webmarketsonline-dropdown-01 .dropdown-content:hover {
  opacity: 1;
  visibility: visible;
}

.webmarketsonline-hoverBox-01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.webmarketsonline-hoverBox-01 .hover-button:hover {
  cursor: pointer;
}

.webmarketsonline-hoverBox-01 .hover-button:hover + .hover-content {
  transition: 250ms all;
  visibility: visible;
  opacity: 100%;
  z-index: 10;
}

.webmarketsonline-hoverBox-01 .hover-content {
  background-color: white;
  transition: 250ms all;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  z-index: -1;
  padding: 10px;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -100%);
  position: absolute;
  visibility: hidden;
  opacity: 0%;
  width: 280px;
}

.webmarketsonline-hoverBox-01 .hover-content > p {
  margin: 0;
  font-size: 14px;
  line-height: calc(20 / 14);
}

.webmarketsonline-hoverBox-01 .hover-content::after {
  content: "";
  width: 7px;
  height: 7px;
  transform: translate(-50%, 50%) rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #666666;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.custom-module[data-effect="html-js-css"] {
  container-type: inline-size;
  container-name: customModule;
  position: relative;
  z-index: 2;
}

.webmarketsonline-price-01 {
  position: relative;
  margin: -15px -15px -15px 0;
  padding: 15px 15px 15px 0;
  overflow-x: auto;
  overflow-y: visible;
}

@container customModule (min-width: 1200px) {
  .webmarketsonline-price-01 {
    overflow: visible;
  }
}

@container customModule (min-width: 768px) and (max-width: 1199.98px) {
  .webmarketsonline-price-01 .webmarketsonline-hoverBox-01 .hover-content {
    left: 100%;
    transform: translate(-17px, -100%);
  }

  .webmarketsonline-price-01
    .webmarketsonline-hoverBox-01
    .hover-content::after {
    left: 8px;
  }
}

.webmarketsonline-price-01 .price-table {
  position: relative;
  min-width: 1200px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-price-01 {
    overflow: auto;
  }

  .webmarketsonline-price-01 .price-table {
    display: none;
  }
}

.webmarketsonline-price-01 .price-table.feat-table {
  padding-bottom: 70px;
}

.webmarketsonline-price-01 .price-table table {
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  height: fit-content;
  table-layout: fixed;

  font-size: 16px;
  line-height: calc(24 / 16);
}

.webmarketsonline-price-01 .price-table th,
.webmarketsonline-price-01 .price-table td {
  padding: 0;
  text-align: center;
}

.webmarketsonline-price-01 .price-table tr > th:first-child,
.webmarketsonline-price-01 .price-table tr > td:first-child {
  position: sticky;
  left: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(24 / 16);
  z-index: 0;
}

.webmarketsonline-price-01.isScroll .price-table tr > th:first-child,
.webmarketsonline-price-01.isScroll .price-table tr > td:first-child {
  z-index: 3;
}

.webmarketsonline-price-01 .price-table tr > th:first-child:hover,
.webmarketsonline-price-01 .price-table tr > td:first-child:hover {
  z-index: 3;
}

.webmarketsonline-price-01 .price-table .cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 12px 30px;
  background-color: #fff;
}

.webmarketsonline-price-01 .price-table .cell.feat-cell {
  z-index: 2;
}

.webmarketsonline-price-01 .price-table thead .cell.feat-cell {
  padding: 35px 30px;
}

.webmarketsonline-price-01 .price-table.feat-table thead .cell:not(.feat-cell) {
  padding: 58px 30px 12px;
}

.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  th:nth-child(5n + 1)
  .cell,
.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  td:nth-child(5n + 1)
  .cell {
  background-color: #f1f3fe;
}

.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  th:nth-child(5n + 2)
  .cell,
.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  td:nth-child(5n + 2)
  .cell {
  background-color: #fdf1f0;
}

.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  th:nth-child(5n + 3)
  .cell,
.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  td:nth-child(5n + 3)
  .cell {
  background-color: #eaf1ff;
}

.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  th:nth-child(5n + 4)
  .cell,
.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  td:nth-child(5n + 4)
  .cell {
  background-color: #fcf2e8;
}

.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  th:nth-child(5n + 5)
  .cell,
.webmarketsonline-price-01
  .price-table
  tbody
  tr:nth-child(odd)
  td:nth-child(5n + 5)
  .cell {
  background-color: #f6f2fa;
}

.webmarketsonline-price-01 .price-table thead .cell .feat {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: calc(1em / 1000 * -10);
  background: #ec7f0d;
  text-transform: uppercase;
  transform: rotate(-45deg) translate(-38px, -13px);
  -webkit-clip-path: polygon(40px 0, 108px 0, 150px 40px, 0 40px);
  clip-path: polygon(40px 0, 108px 0, 150px 40px, 0 40px);
}

.webmarketsonline-price-01 .price-table thead .cell .title {
  margin: 0 0 7px;
  color: #222222;
  font-size: 26px;
  font-weight: 600;
  line-height: calc(30 / 26);
}

.webmarketsonline-price-01 .price-table thead .cell .price {
  color: #787878;
  font-size: 16px;
  line-height: calc(30 / 16);
}

.webmarketsonline-price-01 .price-table thead .cell .price span {
  margin-right: 5px;
  color: #e20516;
  font-size: 24px;
  line-height: calc(30 / 24);
}

.webmarketsonline-price-01 .price-table thead .cell .time {
  color: #333333;
  font-size: 18px;
  line-height: calc(30 / 18);
}

.webmarketsonline-price-01 .shadow-table {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

.webmarketsonline-price-01 .shadow-table div {
  flex: 1;
}

.webmarketsonline-price-01 .price-table.feat-table .shadow-table {
  top: 40px;
  bottom: 40px;
}

.webmarketsonline-price-01 .shadow-table div.feat {
  margin-top: -40px;
  margin-bottom: -40px;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}

.webmarketsonline-price-01 .mobile-table {
  display: none;
  flex-direction: column;
  gap: 40px;
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-price-01 .mobile-table {
    display: flex;
  }
}

.webmarketsonline-price-01 .mobile-table .table-item {
  background: #ffffff;
  text-align: center;
  border: 1px solid #e1e6f1;
  border-radius: 3px;
  text-align: center;
  color: #494e5c;
  font-weight: 500;
}

.webmarketsonline-price-01 .mobile-table .table-item .item-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 30px;
  background-color: #fff;
}

.webmarketsonline-price-01 .mobile-table .table-item .item-header .feat {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: calc(1em / 1000 * -10);
  background: #ec7f0d;
  text-transform: uppercase;
  transform: rotate(-45deg) translate(-45px, -17px);
  -webkit-clip-path: polygon(40px 0, 108px 0, 150px 40px, 0 40px);
  clip-path: polygon(40px 0, 108px 0, 150px 40px, 0 40px);
}

.webmarketsonline-price-01
  .mobile-table
  .table-item
  .item-header
  .feat
  + .title {
  margin-top: 30px;
}

.webmarketsonline-price-01 .mobile-table .table-item .item-header .title {
  margin: 0 0 7px;
  color: #222222;
  font-size: 26px;
  font-weight: 600;
  line-height: calc(30 / 26);
}

.webmarketsonline-price-01 .mobile-table .table-item .item-header .price {
  color: #787878;
  font-size: 16px;
  line-height: calc(30 / 16);
}

.webmarketsonline-price-01 .mobile-table .table-item .item-header .price span {
  margin-right: 5px;
  color: #e20516;
  font-size: 24px;
  line-height: calc(30 / 24);
}

.webmarketsonline-price-01 .mobile-table .table-item .item-header .time {
  color: #333333;
  font-size: 18px;
  line-height: calc(30 / 18);
}

.webmarketsonline-price-01 .mobile-table .table-item .item-cell {
  padding: 12px 30px;
  background-color: #fff;
}

.webmarketsonline-price-01
  .mobile-table
  .table-item:nth-child(5n + 1)
  .item-cell:nth-child(even) {
  background-color: #f1f3fe;
}

.webmarketsonline-price-01
  .mobile-table
  .table-item:nth-child(5n + 2)
  .item-cell:nth-child(even) {
  background-color: #fdf1f0;
}

.webmarketsonline-price-01
  .mobile-table
  .table-item:nth-child(5n + 3)
  .item-cell:nth-child(even) {
  background-color: #eaf1ff;
}

.webmarketsonline-price-01
  .mobile-table
  .table-item:nth-child(5n + 4)
  .item-cell:nth-child(even) {
  background-color: #fcf2e8;
}

.webmarketsonline-price-01
  .mobile-table
  .table-item:nth-child(5n + 5)
  .item-cell:nth-child(even) {
  background-color: #f6f2fa;
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-price-01 .mobile-table .table-item .item-header {
    padding: 30px 30px 30px;
  }

  .webmarketsonline-price-01
    .mobile-table
    .table-item
    .item-header
    .feat
    + .title {
    margin-top: 18px;
  }
}

/* webmarketsonline-cardBox-01 */
.webmarketsonline-cardBox-01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  padding: 10px 12px;
  background-color: #fff;
  box-shadow: 0 0 15px -7px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
}

.row.row-webmarketsonline-cardBox-01 {
  row-gap: 45px;
}

.row.row-webmarketsonline-cardBox-01 .webmarketsonline-cardBox-01 {
  margin-bottom: 0;
  height: 100%;
}

.webmarketsonline-cardBox-01 .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.webmarketsonline-cardBox-01 .pic img {
  max-width: 100%;
  border-radius: 12px;
}

.webmarketsonline-cardBox-01 .content {
  position: relative;
  padding: 42px 30px 36px;
  text-align: center;
  color: var(--default-color, #231f20);
  font-size: 18px;
  line-height: calc(28 / 18);
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-cardBox-01 .content {
    padding: 42px 21px 36px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-cardBox-01 .content {
    padding: 42px 18px 36px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-cardBox-01 .content {
    padding: 42px 15px 36px;
  }
}

.webmarketsonline-cardBox-01 .content p:last-child {
  margin-bottom: 0;
}

.webmarketsonline-cardBox-01 .content .card-title {
  margin: 0 0 16px;
}

.webmarketsonline-cardBox-01 .content .card-title .title {
  margin: 0 0 0;
  color: #333;
  font-size: 28px;
  line-height: 1.25;
}

.webmarketsonline-cardBox-01 .content .card-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 23px;
}

.webmarketsonline-cardBox-01 .content .card-tag .tag {
  position: relative;
  display: block;
  padding: 7.5px 23px;
  color: var(--default-color, #231f20);
  font-size: 16px;
  line-height: 1;
  border: 2px solid transparent;
  border-radius: 35px;
  z-index: 1;
  transition: color 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.webmarketsonline-cardBox-01 .content .card-tag .tag::before,
.webmarketsonline-cardBox-01 .content .card-tag .tag::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 35px;
  z-index: -1;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.webmarketsonline-cardBox-01 .content .card-tag .tag::before {
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(to right, #ff4167, #ff4a32 60%, #ecb480 100%);
}

.webmarketsonline-cardBox-01 .content .card-tag .tag::after {
  opacity: 0;
  background-image: linear-gradient(
    to right,
    #ff4167,
    #ff4a32 60%,
    #ecb480 100%
  );
}

.webmarketsonline-cardBox-01 .content .card-tag .tag:hover {
  color: #fff;
}

.webmarketsonline-cardBox-01 .content .card-tag .tag:hover::after {
  opacity: 1;
}

/* webmarketsonline-ourTeam-01 */
.webmarketsonline-ourTeam-01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 60px 40px;
  border-radius: 16px;
  background: #fff;
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-ourTeam-01 {
    padding: 40px 30px;
  }
}

.row.row-webmarketsonline-ourTeam-01 {
  row-gap: 60px;
}

.row.row-webmarketsonline-ourTeam-01 .webmarketsonline-ourTeam-01 {
  margin-bottom: 0;
  height: 100%;
}

.webmarketsonline-ourTeam-01 .team-header,
.webmarketsonline-ourTeam-01 .team-footer {
  flex-shrink: 0;
}

.webmarketsonline-ourTeam-01 .team-body {
  flex: 1;
}

.webmarketsonline-ourTeam-01 .team-header {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  margin-bottom: 34px;
}

.webmarketsonline-ourTeam-01 .team-header .pic {
  flex-shrink: 0;
}

.webmarketsonline-ourTeam-01 .team-header .pic {
  max-width: calc(150 / 370 * 100%);
}

.webmarketsonline-ourTeam-01 .team-header .info {
  font-size: 18px;
  line-height: calc(26 / 18);
}

.webmarketsonline-ourTeam-01 .team-header .info .title {
  font-size: 28px;
  font-weight: 600;
  line-height: calc(34 / 28);
}

.webmarketsonline-ourTeam-01 .team-header .info p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575.98px) {
  .webmarketsonline-ourTeam-01 .team-header {
    flex-wrap: wrap;
  }

  .webmarketsonline-ourTeam-01 .team-header .pic {
    max-width: none;
  }
}

.webmarketsonline-ourTeam-01 .team-body {
  font-size: 18px;
  line-height: calc(28 / 18);
}

.webmarketsonline-ourTeam-01 .team-footer {
  margin-top: 15px;
}

.webmarketsonline-ourTeam-01 .team-footer .link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
  min-height: 145px;

  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;

  background-image: linear-gradient(to right, #ff4167, #fcaf1d 100%);
  border: none;
  border-radius: 25px;

  filter: brightness(1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.webmarketsonline-ourTeam-01 .team-footer .link .sico {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 32px;
}

.webmarketsonline-ourTeam-01 .team-footer .link:hover {
  filter: brightness(1.3);
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-ourTeam-01 .team-footer .link {
    padding: 30px 40px 30px 25px;
  }

  .webmarketsonline-ourTeam-01 .team-footer .link,
  .webmarketsonline-ourTeam-01 .team-footer .link .sico {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-ourTeam-01 .team-footer .link,
  .webmarketsonline-ourTeam-01 .team-footer .link .sico {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-ourTeam-01 .team-footer .link,
  .webmarketsonline-ourTeam-01 .team-footer .link .sico {
    font-size: 20px;
  }
}

/* webmarketsonline-marketbox-01 */
.webmarketsonline-marketbox-01 {
  position: relative;
  display: flex;
  gap: 30px 90px;
  padding: 70px 70px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1199.98px) {
  .webmarketsonline-marketbox-01 {
    gap: 30px 60px;
    padding: 70px 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .webmarketsonline-marketbox-01 {
    gap: 30px 50px;
    padding: 70px 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-marketbox-01 {
    gap: 30px 40px;
    padding: 70px 30px;
    flex-wrap: wrap;
  }
}

.webmarketsonline-marketbox-01 .marketbox-header {
  flex-shrink: 0;
  width: 200px;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-marketbox-01 .marketbox-header {
    width: 100%;
  }
}

.webmarketsonline-marketbox-01 .marketbox-header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: var(--accent-color5);
  font-size: 100px;
  line-height: 1;
}

.webmarketsonline-marketbox-01 .marketbox-header .title {
  font-size: clamp(28px, 1vw + 20.8px, 40px);
  line-height: 1.25;
}

/* webmarketsonline-audio */
.webmarketsonline-audio .audio-box audio {
  display: none;
}

.webmarketsonline-audio .audio-box .audioButton {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.webmarketsonline-audio .audio-box .audioButton .icon {
  position: relative;
  margin-left: 5px;
  width: 1em;
  height: 1em;
}

.webmarketsonline-audio .audio-box .audioButton .sico {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.webmarketsonline-audio .audio-box .audioButton .fas-play {
  opacity: 1;
}

.webmarketsonline-audio .audio-box .audioButton .fas-pause {
  opacity: 0;
}

.webmarketsonline-audio .audio-box.active .audioButton .fas-play {
  opacity: 0;
}

.webmarketsonline-audio .audio-box.active .audioButton .fas-pause {
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .webmarketsonline-audio .audio-box .audioButton > span {
    display: none;
  }
}

/* webmarketsonline-audio-swiper */
.webmarketsonline-audio-swiper {
  --imgWidth: 520;
  --imgHeight: 294;
  --modify: 0;
  --pagination: 30;
}

.webmarketsonline-audio-swiper[data-pagination="false"] {
  --pagination: 0;
}

.webmarketsonline-audio-swiper .swiper-wrapper-overflow {
  overflow: visible;
  padding-bottom: calc((var(--modify) + var(--pagination)) * 1px);
}

.webmarketsonline-audio-swiper > .swiper-pagination-bullets {
  margin: 0 0 0;
}

.webmarketsonline-audio-swiper.swiper-container .swiper-button-prev,
.webmarketsonline-audio-swiper.swiper-container .swiper-button-next {
  margin-top: calc(-25px - (calc((var(--modify) + var(--pagination)) * 1px)));
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--button-color1);
  transition: background ease 300ms;
}

.webmarketsonline-audio-swiper.swiper-container .swiper-button-prev:hover,
.webmarketsonline-audio-swiper.swiper-container .swiper-button-next:hover {
  background: var(--button-hover-color1);
}

.webmarketsonline-audio-swiper.swiper-container .swiper-button-prev span {
  margin: -7px 0 0 -4px;
}

.webmarketsonline-audio-swiper.swiper-container .swiper-button-next span {
  margin: -7px 0 0 -11px;
}

@media only screen and (min-width: 1600px) {
  .webmarketsonline-audio-swiper.swiper-container .swiper-button-prev {
    left: max(calc(50% - 50vw), -75px);
  }

  .webmarketsonline-audio-swiper.swiper-container .swiper-button-next {
    right: max(calc(50% - 50vw), -75px);
  }
}

.webmarketsonline-audio-swiper .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}

.webmarketsonline-audio-swiper .audio-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  background-color: #2d2e33;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.webmarketsonline-audio-swiper .audio-box .pic {
  position: relative;
  padding-bottom: calc(var(--imgHeight) / var(--imgWidth) * 100%);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.webmarketsonline-audio-swiper .audio-box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webmarketsonline-audio-swiper .audio-box .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 20px;
  color: #fff;
  gap: 20px;
}

.webmarketsonline-audio-swiper .audio-box .main .title {
  display: block;
  margin: 0 0 0;
  color: #fff;
  font-size: clamp(20px, 0.8333333333333334vw + 14px, 30px);
  line-height: 44px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.webmarketsonline-audio-swiper .audio-box .main .title::before {
  content: "";
  display: block;
  float: left;
  margin-right: 15px;
  width: calc(44 / 82 * 65 * 1px);
  height: calc(44 / 82 * 82 * 1px);
  background-image: url("./resource/images/audio-icon-01.webp");
  background-size: cover;
}

.webmarketsonline-audio-swiper .audio-box .main .content {
  flex-shrink: 0;
}

/* webmarketsonline-audio-grid */
.webmarketsonline-audio-grid {
  --displayxs: 1;
  --displays: 1;
  --displaym: 2;
  --displayl: 2;
  --displayxl: 3;
  --displayxxl: 3;

  --imgWidth: 520;
  --imgHeight: 294;
}

.webmarketsonline-audio-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.webmarketsonline-audio-grid {
  grid-template-columns: repeat(var(--displayxs), 1fr);
}

@media only screen and (min-width: 576px) {
  .webmarketsonline-audio-grid {
    grid-template-columns: repeat(var(--displays), 1fr);
  }
}

@media only screen and (min-width: 768px) {
  .webmarketsonline-audio-grid {
    grid-template-columns: repeat(var(--displaym), 1fr);
  }
}

@media only screen and (min-width: 992px) {
  .webmarketsonline-audio-grid {
    grid-template-columns: repeat(var(--displayl), 1fr);
  }
}

@media only screen and (min-width: 1200px) {
  .webmarketsonline-audio-grid {
    grid-template-columns: repeat(var(--displayxl), 1fr);
  }
}

@media only screen and (min-width: 1400px) {
  .webmarketsonline-audio-grid {
    grid-template-columns: repeat(var(--displayxxl), 1fr);
  }
}

.webmarketsonline-audio-grid .audio-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  background-color: #2d2e33;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.webmarketsonline-audio-grid .audio-box .pic {
  position: relative;
  padding-bottom: calc(var(--imgHeight) / var(--imgWidth) * 100%);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.webmarketsonline-audio-grid .audio-box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webmarketsonline-audio-grid .audio-box .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 20px;
  color: #fff;
  gap: 20px;
}

.webmarketsonline-audio-grid .audio-box .main .title {
  display: block;
  margin: 0 0 0;
  color: #fff;
  font-size: clamp(20px, 0.8333333333333334vw + 14px, 30px);
  line-height: 44px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.webmarketsonline-audio-grid .audio-box .main .title::before {
  content: "";
  display: block;
  float: left;
  margin-right: 15px;
  width: calc(44 / 82 * 65 * 1px);
  height: calc(44 / 82 * 82 * 1px);
  background-image: url("./resource/images/audio-icon-01.webp");
  background-size: cover;
}

.webmarketsonline-audio-grid .audio-box .main .content {
  flex-shrink: 0;
}

/* webmarketsonline-audio-list */
.webmarketsonline-audio-list {
  counter-reset: audioList;
  display: flex;
  flex-direction: column;
}

.webmarketsonline-audio-list .list-title {
  padding: 0 clamp(20px, 4.166666666666666vw + -10px, 70px) 30px;
}

.webmarketsonline-audio-list .list-title .title {
  margin: 0 0 0;
  font-size: clamp(30px, 1.25vw + 21px, 45px);
  line-height: calc(44 / 30);
  font-weight: normal;
}

.webmarketsonline-audio-list .audio-box {
  display: flex;
  align-items: center;
  padding: 30px clamp(20px, 4.166666666666666vw + -10px, 70px);
  border-top: 2px solid rgba(255, 255, 255, 0.6);
}

.webmarketsonline-audio-list .audio-box::before {
  counter-increment: audioList;
  content: counter(audioList, decimal-leading-zero);
  flex-shrink: 0;
  width: clamp(40px, 2.5vw + 22px, 70px);
  font-size: clamp(20px, 0.8333333333333334vw + 14px, 30px);
  line-height: 1;
}

.webmarketsonline-audio-list .audio-box .main {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.webmarketsonline-audio-list .audio-box .main .title {
  display: flex;
  align-items: center;
  margin: 0 0 0;
  font-size: clamp(20px, 0.8333333333333334vw + 14px, 30px);
  line-height: 44px;
  font-weight: normal;
  gap: 15px;
}

.webmarketsonline-audio-list .audio-box .main .title::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: calc(44 / 82 * 65 * 1px);
  height: calc(44 / 82 * 82 * 1px);
  background-image: url("./resource/images/audio-icon-01.webp");
  background-size: cover;
}

.webmarketsonline-audio-list .audio-box .main .content {
  flex-shrink: 0;
}

.podcast-box-01 {
  position: relative;
}

.podcast-box-01 .box-header {
  display: flex;
  gap: 20px 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 65px;
}

.podcast-box-01 .box-header .title {
  font-size: clamp(32px, 1.5vw + 21.200000000000003px, 50px);
  line-height: calc(54 / 50);
}

.podcast-box-01 .box-header .link {
  align-self: flex-end;
}

.podcast-box-01 > .box-body {
  display: flex;
  gap: 20px 30px;
}

.podcast-box-01 .left-box {
  flex-shrink: 0;
  width: 166px;
}

.podcast-box-01 .left-box .podcast-img {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 0 10px;
}

.podcast-box-01 .left-box .podcast-img img {
  margin-left: -10px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

@media only screen and (max-width: 1599.98px) {
  .podcast-box-01 .box-header {
    flex-wrap: wrap;
  }

  .podcast-box-01 .box-header .title,
  .podcast-box-01 .box-header .link {
    width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .podcast-box-01 > .box-body {
    flex-wrap: wrap;
  }

  .podcast-box-01 .left-box,
  .podcast-box-01 .right-box {
    width: 100%;
  }
}
