/*
Theme Name: VisualSite
Theme URI: https://wpenjoy.com/themes/visualsite
Author: WPEnjoy
Author URI: https://wpenjoy.com
Description: VisualSite is a WordPress theme built with the WordPress Site Editor, which allows you to create beautiful websites with drag and drop, no coding skills required. Theme Demo: https://demo.wpenjoy.com/visualsite Documentation: https://wpenjoy.com/documentation/visualsite/
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: visualsite
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
:root {
  --wp--custom--core-button--spacing--padding--left: 40px;
  --wp--custom--core-button--spacing--padding--right: 8px;
  --wp--custom--core-button--spacing--padding--top: 8px;
  --wp--custom--core-button--spacing--padding--bottom: 10px;
  --wp--custom--core-button--color: var(--wp--preset--color--white);
  --wp--custom--core-button--color--background: var(--wp--preset--color--primary);
  --wp--custom--core-button--color-hover: var(--wp--preset--color--primary);
  --wp--custom--core-button--color--background-hover: var(--wp--preset--color--secondary);
  --wp--custom--core-button--box-sizing: border-box;
  --wp--custom--core-button--word-break: border-box;
  --wp--custom--core-button--text-align: center;
  --wp--custom--core-button--border-radius--top-left: 0;
  --wp--custom--core-button--border-radius--top-right: 0;
  --wp--custom--core-button--border-radius--bottom-left: 0;
  --wp--custom--core-button--border-radius--bottom-right: 0;
  --wp--custom--core-button--typography--font-size: var(--wp--preset--font-size--small);
  --wp--custom--core-button--typography--font-weight: 500;
  --wp--custom--core-button--line-height: 1.7; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

header p a,
footer p a {
  text-decoration: none; }

/* -------------------------------------------------------- */
/* ---// Links Style
-------------------------------------------------------- */
a {
  text-decoration: none; }

p a {
  text-decoration: underline; }

.editor-styles-wrapper .has-no-underline a,
.editor-styles-wrapper .has-no-underline,
.has-no-underline a, .has-no-underline,
.wp-block-post-excerpt__more-link,
.wp-block-latest-posts .wp-block-latest-posts__post-title:hover,
.page-template-page-no-title .widget a:not(.wp-block-button__link),
.page-template-page-no-title .entry-summery a:not(.wp-block-button__link),
.page-template-page-no-title .entry-content a:not(.wp-block-button__link) {
  text-decoration: none; }

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited,
.wp-block-post-title a,
.wp-block-post-title a:visited {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-position: 0 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0 0 5px 0;
  background-repeat: no-repeat;
  display: initial;
  text-decoration: none !important; }

h1 a:active,
h1 a:hover,
h1 a:focus,
h2 a:active,
h2 a:hover,
h2 a:focus,
h3 a:active,
h3 a:hover,
h3 a:focus,
h4 a:active,
h4 a:hover,
h4 a:focus,
h5 a:active,
h5 a:hover,
h5 a:focus,
h6 a:active,
h6 a:hover,
h6 a:focus,
.wp-block-post-title a:active,
.wp-block-post-title a:hover,
.wp-block-post-title a:focus {
  background-size: 100% 2px; }

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  box-sizing: border-box;
  display: block;
  font-size: var(--wp--preset--font-size--small);
  width: 100%;
  background: var(--wp--preset--color--input-field);
  border: 1px solid transparent;
  line-height: 1.75;
  padding: 7px 15px;
  color: var(--wp--preset--color--foreground); }

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--wp--preset--color--foreground);
  box-shadow: none;
  outline: none;
  border: 1px solid var(--wp--preset--color--primary); }

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground); }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--wp--preset--color--foreground); }

table {
  border-spacing: 0;
  border: 1px solid var(--wp--preset--color--border); }

table td,
table th {
  border: 1px solid var(--wp--preset--color--border);
  padding: 15px; }

.wp-block-preformatted {
  background-color: var(--wp--preset--color--background-secondary);
  box-sizing: border-box;
  font-family: 'Courier Prime', monospace;
  overflow: auto;
  word-wrap: break-word;
  padding: 60px; }

.wp-block-quote {
  position: relative;
  padding: 45px 15px 15px 30px;
  background: var(--wp--preset--color--background-secondary);
  border-color: var(--wp--preset--color--primary); }

.wp-block-quote p {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--medium);
  font-style: italic;
  margin-top: 0; }

.wp-block-quote:before {
  color: var(--wp--preset--color--primary);
  content: "\201C";
  font-family: Georgia;
  font-size: 5.25rem;
  line-height: 0;
  height: auto;
  display: block; }

.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 80px 50px 50px; }

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  width: 100%;
  background: var(--wp--preset--color--input-field);
  border: 1px solid #e9e9e9;
  line-height: 1.75;
  padding: 7px 15px;
  color: var(--wp--preset--color--foreground); }

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--wp--preset--color--primary);
  box-shadow: none;
  outline: none;
  border: 1px solid var(--wp--preset--color--primary); }

.editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  background: var(--wp--preset--color--input-field); }

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground); }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--wp--preset--color--foreground); }

hr {
  background-color: var(--wp--preset--color--border);
  border-width: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.wp-block-search__button,
.wp-block-file .wp-block-file__button,
.wp-block-button__link {
  text-decoration: none;
  border-style: solid; }

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  text-decoration: none;
  border-style: solid; }

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid;
  text-decoration: none; }

.wp-block-button.is-style-fill .wp-block-button__link {
  border: 2px solid transparent;
  text-decoration: none; }

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--wp--preset--color--primary); }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 10px 30px;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.5; }

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white); }

.wp-block-button__link:hover {
  text-decoration: none; }

 

.wp-block-navigation .wp-block-navigation__responsive-container-open {
  padding: 5px;
  border: 1px solid #9292923b; }

.wp-block-navigation ul li.current-menu-item > a {
  color: var(--wp--preset--color--primary); }

.wp-block-navigation ul li .wp-block-navigation-submenu__toggle {
  background: none; }

.editor-styles-wrapper .wp-site-blocks > * + *,
.editor-styles-wrapper .wp-site-blocks > * + * + *,
.wp-site-blocks > * + *,
.wp-site-blocks > * + * + * {
  margin: 0; }

.wp-image-div-position {
  position: relative;
  text-align: right!important;
}
.wp-image-father-position {
  position: relative;
  z-index: 0;
}
.wp-image-sub-position {
  position: relative;
  top: 150px;
  left: 0px;
}

.first-bottom-black-style {
  background-color:#000000;
  display:flex;
  padding:10px 0;
  justify-content: center;
  border-bottom:10px solid #EC1F25;
  width:100%;
  margin-top: 50px;
}
.first-bottom-black-syb-style {
  text-align:center;
  padding:0 10px;
}


.first-socialize {
  border-radius: 50%;
  background: #EC1F25;
  background-image: url(/wp-content/uploads/2023/05/Vector@2x23.png)no-repeat;
  padding: 20px;
}
.first-socialize :hover {
  border-radius: 50%;
  background: white;
  background-image: url(/wp-content/uploads/2023/05/Vector@2x17.png);
  padding: 20px;
}

.first-banner-title {
  background-image: url(/wp-content/uploads/2023/05/bottom_img@2x-scaled.jpg);
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 60px;
  padding: 9.375rem 3.125rem!important;
  margin-top: 6.1875rem!important;
}

.first-point-btn a{
  background-color: #000000;
  color: white;
  font-size: 16px;
}
.first-point-btn a:hover {
  background-color: white!important;
  color: #000000;
  outline: 2px solid #000000;
  font-size: 16px;
}
.case-display-img {width: 100%;}

.partner-header {
  position: relative;
}

.partner-header-div-bg-red {
  position: absolute;
  width: 100%;
  min-height: 36%;
  bottom: 0px;
  background: url(/wp-content/uploads/2023/05/partner-header.svg) 0 0/cover no-repeat;
}

.partner-header-div {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 0px 0px 15px 9%;
  line-height: 100%;
  color: #fff;
  z-index: 2;
}

.partner-content-bodrder {
  background-color: #000000;
  padding: 2.5rem 3rem;
  border-bottom: 10px solid #EC1F25;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 110%;
}

.partnet-title-font {font-size: 40px;}

.bg-btn-black .blog-item-more {
  position: relative;
  padding: 10px 40px 10px 25px;
  background-color: #000000!important;
  font-size: 16px;
}

.blog-item-more:hover {
  background-color: #EC1F25!important;
}

.bg-btn-black .blog-item-more::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 1rem;
  top: calc(50% - 4.5px);
  z-index: 2;
  border-color: transparent transparent transparent currentColor;
  border-width: 4.5px 0 4.5px 6px;
  border-style: solid;
}


.review-header-image {
  flex-basis: 14.5rem;
}

.review-header-image img{
  max-width: 14.5rem;
  width: 14.5rem;
  height: 14.5rem;
  border-radius: 50%;
  object-fit: cover;
  padding: 4px;
  background-color: #EC1F25;
}

.review-model ul>li+li {
  margin-top: 0;
}

.review-header-row {
  position: relative;
  justify-content: flex-start!important;
  flex-direction: row;
  padding: 1.2em 1rem;
  font-size: 3rem;
  font-size: clamp(1.25rem, 2.5vw, 3rem);
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
.review-header-content h2 {
  font-size: inherit;
  text-align: inherit!important;
}

.review-header-content .entry-content {
  font-size: inherit;
  margin: 0;
}

.review-header-content .entry-content p {
  font-size: 45.8%;
  text-align: inherit!important;
  line-height: 1.36363636;
  margin-top: 1.09090909em;
}

.review-model ul li:nth-child(even) {
  background: #f8f8f8;
  text-align: right;
}

.review-model ul li:nth-child(even) .review-header-row {
  flex-direction: row-reverse;
}

.review-model ul li:nth-child(even) .review-model-icon {
  transform: scale(-1,1);
  left: 1rem;
  right: auto;
}

.review-model-icon {
  position: absolute;
  right: 1rem;
  bottom: 3.5rem;
  width: 3.125vw;
  max-width: 60px;
  min-width: 30px;
}

.review-model-icon img {
  display: block
}

.review-header-content-author {
  color: #EC1F25
}

.review-header-content-author::before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: currentColor;
  vertical-align: middle;
  margin-right: 4px;
}

.influencer-header {
  margin-top: -32px;
  padding-left: 10%;
  padding-right: 10%;
}
.influencer-header-sub-p {
  padding:2% 4% 0;
}
.influencer-header-sub-img {
  padding-top: 100px;
}

.influencer-building-left {
  padding: 20px 5% 2% 20px;
}

.influencer-header-h1 {
  font-size: 5em;
}

.about-header-view {
  padding: 0 10%;
}

.about-header-h1 {
  font-size: 3.90625vw;
}

.about-us-row-image-content {
  margin: auto;
  max-width: var(--wp--style--global--content-size);
  gap: 0!important;
}

.about-us-row-image-content p {
  line-height: 30px;
}

.about-us-row-image-content h2 {
  line-height: 52px;
}

.about-us-row-image-content-left {
  margin-top: 7.5rem!important;
}

.about-us-row-image-content img{
   width: var(--wp--style--global--content-size)!important;
   vertical-align: middle;
   object-fit: cover;
}

.about-us-row-image-content-right-top {
  margin-top: 6.875rem!important;
}

.about-us-row-content {
  background: #f8f8f8;
  padding: 75px 45px 59px 53px;
  gap: 0!important;
  text-align: left;
}

.about-us-row-content p {
  position: relative;
  margin-top: 46px!important;
}

.about-us-row-content p::before {
  content: " ";
  display: inline-block;
  width: 90px;
  height: 4px;
  top: -23px;
  background: #EC1F25;
  position: absolute;
}

.scroll-image-border {
  border-radius: 50%;
  padding: 5px;
  background:#EC1F25;
}
.scroll-image-border img {
  border-radius: 50%!important;
  min-height: 240px;
  min-width: 240px;
}

.about-us-approach-content {
  line-height: 1.375rem;
}

.about-us-approach-number {
  font-size: 72px;
  color: #fff;
  text-shadow: 0 0 3px #999;
  font-weight: bold;
  line-height: 1;
}

.about-us-approach-grid {
  max-width: var(--wp--style--global--content-size);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: 'a b c d e' 'f g h i j';
  row-gap: 20px;
  margin: auto!important;
  /* padding: 0 7.29166667%; */
}

.about-us-approach-grid>div img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
}

.about-us-approach-grid h2 {
  margin-top: -70px;
  margin-bottom: -30px;
  font-size: 24px;
}

.about-us-approach-grid>div {
  padding: 0 10px;
  width: 100%
}

.about-us-approach-grid>div:nth-child(1) {
  grid-area: a;
}
.about-us-approach-grid>div:nth-child(2) {
  grid-area: b;
}
.about-us-approach-grid>div:nth-child(3) {
  grid-area: c;
}
.about-us-approach-grid>div:nth-child(4) {
  grid-area: d;
}
.about-us-approach-grid>div:nth-child(5) {
  grid-area: e;
}
.about-us-approach-grid>div:nth-child(6) {
  grid-area: f;
}
.about-us-approach-grid>div:nth-child(7) {
  grid-area: g;
}
.about-us-approach-grid>div:nth-child(8) {
  grid-area: h;
}
.about-us-approach-grid>div:nth-child(9) {
  grid-area: i;
}
.about-us-approach-grid>div:nth-child(10) {
  grid-area: j;
}


.about-us-approach-grid-point {
  position: relative;
}

.about-us-point-media {
  background: url(/wp-content/uploads/2023/05/Mask-group@2x-1024x224.png) no-repeat center/cover;
  align-items: center!important;
  color: #fff;
  padding: 5.6875rem 0 5.5625rem 0;
  margin-top: 6.25rem!important;
  gap: 0!important;
}

.about-us-point-media p {
  font-size: 24px;
  line-height: 40px;
}

.about-us-point-media h2 {
  color: #fff;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 35px;
  line-height: 48px;
}

.about-us-marketing-lrresistible {
  text-align: center;
  padding: 6.25rem 0 6.5rem 0;
  gap: 0!important;
}

.about-us-marketing-lrresistible>h2 {
  line-height: 3.75rem;
}

.about-us-marketing-lrresistible>p {
  line-height: 1.625rem;
  margin-top: 1.1875rem;
}




.about-us-marketing-lrresistible ul {
  list-style: none;
  margin-top: 6.1875rem;
  position: relative;
}

.about-us-marketing-lrresistible>ul::before {
  content: " ";
  width: 5.625rem;
  height: 0.25rem;
  position: absolute;
  background:#EC1F25;
  top: -3.9375rem;
  display: block;
  left: calc(50% - 2.8125rem);
}


.about-us-marketing-lrresistible ul li {
  display: inline-block;
  width: 16.2%;
  padding: 15px 0;
}

.about-us-marketing-lrresistible ul li span{
  display: block;
  font-size: 17px;
}

.about-us-mg-motor {
  background: url(/wp-content/uploads/2023/05/about-us-mg-motor.svg) no-repeat center/cover;
  padding: 6.1875rem 0 5.5625rem 0;
  gap: 0!important;
}

.about-us-mg-motor h2 {
  font-size: 5rem;
  line-height: 3rem;
  margin-top: 1.1825rem;
  margin-bottom: 2.9375rem;
  color: #2e2e2e!important;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}

.about-us-mg-motor p {
  color: #fff;
  text-align: center;
  line-height: 3rem;
}

.about-us-mg-motor-btn a{
  background: #EC1F25!important;
}

.about-us-bottom-two-item {
  margin: auto;
  max-width: var(--wp--style--global--content-size);
  gap: 5.375rem!important;
  margin-top: 6.25rem!important;
  margin-bottom: 6.25rem!important;
}

.about-us-bottom-two-item-div {
  gap: 0!important;
}

.about-us-bottom-two-item-div h2 {
  color: #222;
  margin-top: 1.875rem!important;
  line-height: 3.75rem;
}

.about-us-bottom-two-item-div p {
  color: #777777;
  line-height: 1.5rem;
  margin-top: 0.0625rem!important;
  margin-bottom: 1.5rem!important;
}

.about-us-person-info-slider {
  background: #f8f8f8!important;
  padding: 50px 0;
}

.home-video .btn-mute {
  display: none !important;
}

.home-brand-slider-parter {
  display: flex;
  height: 160px;
  align-items: center;
  padding: 0!important;
}

.home-brand-slider {
  max-width: 100%!important;
  background: #f8f8f8;
}

.home-brand-slider img {
  width: 100%;
  height: 10vw;
  object-fit: contain;
}

.home-person-info-slider {
  text-align: center;
}

.home-person-info-slider-row {
  display: inline-flex;
  height: auto;
  align-items: center;
  /* padding: 2rem 2rem!important; */
}

.home-person-info-slider-row-icon {
  padding: 4px;
  background-color: red;
  display: inline-flex;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
}

.home-person-info-slider-row-icon>img {
  object-fit: cover;
  width: 15rem;
  border-radius: 50%;
}
.home-person-info-slider-row-content {
  display: inline-block;
  padding: 0 0 0 3.625rem;
  text-align: left;
}

.home-person-info-slider-row-content>h2 {
  line-height: 56.25px;
}

.home-person-info-slider-row-content>p {
  color: #777;
  line-height: 30px;
  margin-top: 1.5rem!important;
}

.home-person-info-slider-row-content>div {
  position: relative;
  height: 30px;
  margin-top: 1.9375rem!important;
}
.home-person-info-slider-row-content>div p {
  color: #EC1F25;
  line-height: 32px;
}
.home-person-info-slider-row-content>div img{
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
}

.page-style span:hover { 
  /* background: #EC1F25!important;*/
  color: #fff!important;
}
.page-style a:hover { 
  /* /* background: #EC1F25!important; */
  color: #fff!important; 
}

.page-style-next {
  font-size: 0!important;
}

.page-style-next::before {
  content: ">";
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: inherit;
  display: block;
}
.page-style-previous {
  font-size: 0!important;
}
.page-style-previous::before {
  content: "<";
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: inherit;
  display: block;
}

.page-center-style {
  margin-bottom: 0em!important;
  margin-right: 0em!important;
}

.style-title-font-szie-h2 {
  font-size: var(--wp--style--global-title-text-font);
}

.style-vice-title-font-szie-h2 {
  font-size: var(--wp--style--global-vice-title-text-font);
}

.style-content-text-font-size-p {
  font-size: var(--wp--style--global-content-text-font);
}

.style-max-width { 
  max-width: var(--wp--style--global--content-size);
  margin: auto;
  /* padding: 10px!important; */
}

.home-australia-and-china-p { 
  position: relative;
  line-height: 26px;
}

.home-australia-and-china-p::before { 
  content: " ";
  display: block;
  width: 90px;
  height: 6px;
  top: -36px;
  position: absolute;
  background: #EC1F25;
}

.style-slider-img-size {
  width: 60px;
  height: 53px;
}

.home-point {
  display: flex;
  padding: 7.5rem 0 7.0625rem 0;
}

.home-point>p {
  position: relative;
}

.home-point>p::before {
  content: " ";
  width: 90px;
  height: 4px;
  position: absolute;
  top: -40px;
  background: #EC1F25;
}

.style-font-weight {
  font-weight: bold;
}

.style-slider-top-bottom-margin {
  margin-top: 6.4375rem!important;
  background: #f8f8f8;
  padding: 7.5rem 0;
}

.style-slider-top-bottom-margin-home {
  margin-top: 0!important;
  background: #f8f8f8;
  padding: 7.5rem 0;
}


.about-us-approach-top {
  margin-top: 6.25rem!important;
}

.home-our-principles-margin {
  margin: 7.0625rem 0 2.9375rem 0!important;
}

.home-marketing-services-top {
  margin-top: 6.9375rem;
}

.home-platforms-top {
  margin-top: 7.5rem;
}

.home-header-view {
  padding: 0px 50px 50px !important;
  background-color: #fff;
  padding-bottom: 50px;
}
.home-header-view-h1 {
  font-size: 6em;
  padding-top: 200px;
}

.home-all-in-view {
  padding: 50px;
}

.home-all-in-view-center {
  padding: 50px 20px 0px;
}

.home-marketing-agency-margin {
  padding: 6.25rem 0;
}

.home-header-link a {
  color: #333;
  font-weight: 400 !important;
  text-decoration: underline;
}
.home-header-link a:hover {
  color: #333;
}

.home-show-view-all-in {
  border-top-right-radius: 40px;
  background-color: #EC1F25 !important;
  overflow: hidden;
  padding: 50px;
}

.home-show-view-all-in-h4 {
  font-size: 45px;
}

.home-show-view-all-in>div>div a {
  height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-color: #fff;
  background-color: #000000 !important;
  color: #fff;
  border-width: 1px;
}

.wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
  padding-left: 50px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  padding-left: 0px;
}

.header-nav .wp-block-navigation-item__content , .header-nav .wp-block-navigation-item__content .wp-block-navigation-item__label {
  font-size: 14px;
  font-weight: normal;
}

.header-nav .wp-block-navigation-item__content , .header-nav .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  color: rgb(219, 5, 18);
}

.header-nav-bg {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.home-nav-ul {
  gap: 25px 1vw;
}

.home-nav-linkedin {
  gap: 20px ;
}

.header-nav-sub .wp-block-navigation-item__content .wp-block-navigation-item__label {
  font-size: 14px;
}
.header-nav-sub .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  color: rgb(219, 5, 18);
}

.wp-block-navigation .wp-block-navigation-item.current-menu-item {
  color: rgb(219, 5, 18);
}

header.wp-block-template-part {
  box-shadow: none !important;
}



.header-view {
  display: grid !important;
  grid-template-columns: 2fr 1fr 2fr;
  grid-template-areas: 'a b c';
}

.header-view-a {
  grid-area: a;
}
.header-view-b {
  grid-area: b;
}
.header-view-c {
  grid-area: c;
}

.home-show-view-all-in>div>div a:hover {
  background-color: #fff !important;
  color: #000;
}

.home-show-view-cultural {
  border-top-left-radius: 40px;
  background-color: #000;
  padding: 50px;
}

.home-show-view-cultural>div>div a {
  height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  background-color: #EC1F25 !important;
  color: #fff;
}

.home-show-view-cultural>div>div a:hover {
  color: #EC1F25;
  background-color: #000 !important;
}

.home-proven-view {
  padding: 0px 50px;
}

.home-proven-view-center {
  padding-left: 50px;
}
.home-proven-view-center-sub {
  padding: 50px 25px;
}
.home-proven-view-center-sub-h2 {
  font-size: 3em;
}

.home-show-view-proven {
  border-radius: 40px;
  background-color: #000;
}

.home-trustworthy {
  padding: 100px;
}

.home-show-view-proven>div>div a {
  height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-color: #EC1F25;
  color: #EC1F25;
  border-width: 1px;
  background-color: #000 !important;
}

.home-show-view-proven>div>div a:hover {
  color: #000;
  background-color: #E86A72 !important;
}

.home-show-view-black-div {
  border-radius: 40px;
  position: relative;
}

.home-show-view-black-div p {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  left: 60px;
  bottom: 30px;
  background-color: #EC1F25;
}

.home-marketing-main {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  padding: 30px;
}

.home-marketing-main-partner {
  font-size: 2em;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 5%;
  color: #000;
}

/* .home-btn-red a{
  font-size: 1em;
}
.home-btn-black a{
  font-size: 1em;
} */

.home-marketing-main-title {
  font-size: 4em;
  padding: 0 10% !important;
}

.home-marketing-main-content {
  font-size: 1em;
  padding-left: 10%;
  padding-right: 10%;
}

.home-marketing-main-btn {
  padding-left: 10%;
}

.home-marketing-main-btn a{
  height: 50px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #000 !important;
  color: #EC1F25;
}

.home-marketing-main-btn a:hover{
  background-color: #E86A72 !important;
  border-width: 1px;
  border-color: #000;
  color: #000;
}

.home-arrow-down {
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
  border-radius: 40px;
}

@keyframes arrow {
  0%{transform:translate(0,0)}
  50%{transform:translate(0,20px)}
  100%{transform:translate(0,0)}
}

.home-arrow-down img {
  width: 42px !important;
  height: 83px !important;
  animation: arrow linear 2s infinite;
}

.home-service-view-father {
  padding: 20px 3%;
}

.home-service-view-sub {
  padding: 0 80px;
}

.home-service-title {
  font-size: 2em;
}

.home-service-gray {
  background-color: #f4f4f4;
  border-radius: 40px;
  padding: 40px;
  padding-bottom: 20px;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}

.home-service-gray-view {
  position: relative;
  background-color: #000;
  height: 60px;
  width: 60px;
}

.home-service-gray-view p {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-color: #fff;
  border-radius: 5px;
}
.home-service-gray-view-red>p {
  background-color: #EC1F25;
}

.home-service-red {
  background-color: #EC1F25;
}

.home-service-clear {
  background-color: #fff;
}

.home-service-btn {
  bottom: 10px;
}
.home-service-btn>div a {
  background-color: #000 !important;
  height: 50px;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  left: 100px;
  color: #EC1F25;
}

.home-service-btn>div a:hover {
  background-color: #E86A72 !important;
  color: #000;
  border-width: 1px;
  border-color: #000;
}

.home-scroll-overlap {
  background-color: #EC1F25;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  padding:50px;
  padding-bottom: 0px;
}

.home-scroll-overlap div {
  width: 100%;
  height: 100%;
}

.home-scroll-div>div {
  height: 100%;
}

.home-scroll-sub-div {
  width: 100%;
  height: 100%;
}
.home-scroll-sub-div img {
  width: 100%;
  height: 100%;
}

.home-scroll-div-r {
  border-top-right-radius: 40px;
  overflow: hidden;
}

.home-scroll-div-l {
  border-top-left-radius: 40px;
  overflow: hidden;
  background-color: #f4f4f4;
}

.home-scroll-sub-div-r img {
  border-top-right-radius: 40px;
}

.home-scroll-sub-div-l img {
  border-top-left-radius: 40px;

}

.home-partners {
  padding:50px;
}

.home-scroll-text-view {
  padding: 0px 100px;
}

.home-scroll-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

@keyframes rotate {
  from {transform:rotate(0)}
  to {transform:rotate(360deg)}
}
.home-scroll-img-super {
  justify-content: center;
  display: flex !important;
  align-items: center;
}
.home-scroll-img {
  width: 250px !important;
  height: 250px !important;
}

.home-scroll-img img{   
  animation: rotate linear 6s infinite;
  width: 250px !important;
  height: 250px !important;
}

.home-scroll-img div{   
  width: 250px !important;
  height: 250px !important;
}

.home-scroll-text>h4{
  font-size: 2em;
  text-align: center;
  font-weight: 400;
}
.home-scroll-text>p{
  font-size: 1em;
  text-align: center;
  font-weight: 200;
  color: #000;
}

.home-scroll-strategy {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.home-scroll-point-media {
  background-color: #000; 
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-scroll-point-media>h4 {
  color: #fff;
  font-size: 2em;
  text-align: center; 
}

.home-scroll-point-media>p {
  color: #fff;
  font-size: 1em;
  text-align: center; 
}

.home-scroll-point-media>div {
  border-radius: 25px;
  height: 50px;
  border-bottom-left-radius: 0px;
  width: 150px;
}

.home-scroll-point-media>div a {
  color: #EC1F25;
  background-color: #000;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  border-width: 1px;
  border-color: #EC1F25;
}
.home-scroll-point-media>div a:hover {
  color: #000;
  background-color: #E86A72;
}

.home-view {
  position: relative;
}
.home-potential {
  background-color: #2e2e2e;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 100px;
}

.home-potential>div>p {
  color: #fff;
  font-size: 1.2em;
}
.home-potential-title {
  font-size: 2.2em !important;
}

.home-contact {
  border-radius: 40px;
  background-color: #000;
}

.home-partners-sub-view {
  padding: 50px;
}

.home-partners-sub-view p {
  line-height: 1.2em;
}

.home-partners-sub-view-name {
  padding-top: 80px;
}



.home-contact>p {
  color: #fff;
}

.home-padding {
  padding:60px;
  background-color: #EC1F25;
}

.home-brands-title {
  font-size: 2em;
  color: #000;
}

.home-slider {
  background-color: #fff;
  position: relative;
}

.home-footer {
  background-color: #fff !important;
  position: relative !important;
}

.footer-btn a {
  border-radius: 25px;
    background-color: red;
    height: 50px;
    font-size: 20px;
    width: 260px;
    font-weight: bold;
    border-bottom-left-radius: 0px;
}

.footer-btn a:hover {
    background-color: rgb(245, 196, 196);
    border-width: 2px;
    border-color: #E86A72;
    color: #000 !important;
}

.global-btn a {
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  background-color: #EC1F25;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}
.global-btn a:hover {
  background-color: #E86A72;
  color: #000 !important;
}

.ooh-header {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ooh-slider-view {
  padding: 30px 10%;
}

.ooh-billboard {
  padding-top: 8em;
}

.ooh-billboard-right {
  padding: 30px 100px 30px 0px;
}

.ooh-billboard-right-p {
  margin-top: 30px;
  margin-bottom: 100px;
  font-size: 22px;
}

.ooh-header-h2 {
  font-size: 5em;
}

.ooh-transit {
  padding: 0 10%;
}

.advertising-billboard-content {
  padding-top: 20px;
  padding-right: 100px;
}

.advertising-view {
  background-color: #eee;
}

.advertising-billboard-brg-image img {
  width: 100% !important;
  height: 100% !important;
}

.advertising-billboard-small img {
  width: 100%;
  height: 100%;
}

.advertising-slider-view {
  padding: 0 10%;
}

.advertisiing-home-img-view {
  position: relative;
}

.advertisiing-home-view-title {
  padding: 0 10%;
}

.advertisiing-home-img {
  width: 100% !important;
}
.advertisiing-home-img>img {
  width: 100% !important;
}

.advertisiing-home-small-img {
  position: absolute;
  right: 200px;
  top: -120px;
  width: 10%;
}

.advertisiing-home-small-img>img {
  border-radius: 10px;
  width: 100%;
  border: 5px solid #000;
}

.event-experience-h {
  font-size: 3em;
  font-weight: 400;
  padding-top: 50px;
  padding-bottom: 10px;
}
.event-experience-content {
  color: #000;
  font-size: 1.2em;
}

.event-header-img-view {
width: 100%;
}
.event-header-img-view>img {
  width: 100%;
  }

.event-header-view-title-first {
  font-size: 3em;
  color: #fff;
  margin-bottom: 50px;
}

.event-header-view-title-content {
  font-size: 1em;
  color: #fff;
}

.event-scroll-view {
  padding-left: 50px !important;
  padding-right: 50px !important;
  /* height: 100vh; */
  position: sticky;
  top: 0;
  background-color: #f4f4f4;
}

.event-scroll-view-top {
  padding-bottom: 50px;
}

.event-scroll-sub-view {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}


.event-scroll-sub-bg-first {
  background-color: #EC1F25;
  padding: 50px;
}

.event-scroll-sub-bg-second {
  background-color: #fff;
  padding: 50px;
}

.event-scroll-sub-bg-three {
  background-color: #000;
  padding: 50px;
}
.event-scroll-sub-bg-first-img>img {
  width: 60px;
  height: 60px;
}

.event-scroll-image {
  width: 100%;
  height: 100%;
}
.event-scroll-image img {
  width: 100%;
  height: 100%;
}

.event-scroll-sub-view-left {
  border-top-left-radius: 40px;
  overflow: hidden;
}

.event-scroll-sub-view-right {
  border-top-right-radius: 40px;
  overflow: hidden;
}

.event-scroll-img-radius-left>img {
  border-top-left-radius: 40px;
}

.event-scroll-img-radius-right>img {
  border-top-right-radius: 40px;
}

.event-images {
  position: relative;
  padding: 0 50px;
}
.digital-header-view {padding-top: 0px; max-width:1600px; margin: 0 auto; padding-left: 50px; padding-right: 50px;}
.digital-header-h1 {font-size: 5.89109375vw;}
.digital-header-p {font-size: 1.2em; color: #000;}
.digital-header-list {padding-left: 40px;}
.digital-header-list>li {color: #000;}
.digital-video-view-img {
  width: 100%;
}
.digital-video-view-img img {
  width: 100%;
}


.digital-video {
  position: relative;
}

.digital-video-img {
  position: absolute;
}

.swiper-slider-custom {
  padding-top: 50px;
  padding-bottom: 50px;
  /* padding-left: 10%;
  padding-right: 10%; */
}



.swiper-slider-custom .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slider-custom .swiper-slide::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(0,0,0,.1);
  transition: left .3s;
}

.swiper-slider-custom .swiper-slide img {
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.swiper-slider-custom .swiper-slide:hover img {
  transform: scale(1.1)
}

.swiper-slider-custom .swiper-slide:hover::after {
  left: 0;
}

.digital-crafting-first-view {
  height: 100%;
  display: block;
  align-items: center;
  padding-left: 5%;
  padding-right: 15%;
}

.digital-crafting-first-view-title {
  font-size: 3em;
  font-weight: 400;
}

.digital-crafting-first-view-content {
  margin-top: 3em !important;
  font-size: 1.2em;
  color: #000;
}

.digital-crafting-second-view  {
  position: relative;
}

.digital-crafting-second-view-img {
  position: absolute;
  left: 0;
  width: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.digital-crafting-second-view-img>img {
  border-width: 5px;
  border-radius: 10px;
  border-color: #1f3c14;
  border-style: solid;
}



.digital-crafting-second-view-img-big {
  width: 100%;
}
.digital-crafting-second-view-img-big>img {
  width: 100%;
}


.sponsorship-header {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px;
}
.sponsorship-header>h2 {
  font-size: 6.3671875vw;
}

.sponsorship-elevation-h {
  padding: 0px 15% 5% 0;
}
.sponsorship-elevation-h {padding: 0px 15% 5% 50px;}

.sponsorship-partnership-h {
 padding: 0 15% 0 10%;
}
.sponsorship-partnership-p {
  padding: 30px 10%;
  font-size: 1.3em;
 }
 .sponsorship-partnership-p-s {
  padding-top: 0px;
 }  

 .sponsorship-display {
  display: none !important;
 }


.sponsorship-header>p {
  padding-top: 10px;
  font-size: 1em;
  color: #000;
}

.sponsorship-elevation-img {
  width: 100%;
}

.sponsorship-elevation-img>img {
  width: 100%;
}

.sponsorship-dive {
  background-color: #EC1F25;
  padding-top: 50px;
  padding-left: 35%;
  padding-right: 35%;
  padding-bottom: 70px;
}
.sponsorship-blossom-view {
  padding: 0 3%;
}

.sponsorship-blossom-size {
  font-size: 3em;
  padding: 1% 3% 0;
}

.sponsorship-blossom-size-p {
  padding: 40px 3%;
  font-size: 1.2em;
}

.sponsorship-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'a b' 'a c';
}

.sponsorship-grid-a {
  grid-area: a;
}
.sponsorship-grid-b {
  grid-area: b;
}
.sponsorship-grid-c {
  grid-area: c;
}

.infuencer-header-bg {
  background-color: #eee;
}

.infuencer-header {
  position: relative;
}

.infuencer-header-center { 
  width: 40%;
  position: relative;
  z-index: 2;
}

.infuencer-header-center>img { 
  width: 100%;
}

.infuencer-header-one {
  position: absolute;
  left: 19%;
  top: -10%;
  z-index: 1;
  width: 18%;
}

.infuencer-header-one>img {
  width: 100%;
}

.infuencer-header-two {
  position: absolute;
  left: 64%;
  top: -10%;
  width: 15%;
  z-index: 3;
}

.infuencer-header-two>img {
  width: 100%;
}

.infuencer-building {
  width: 100%;
}

.infuencer-building>img {
  width: 100%;
}

.about-bg-red {
  background-color: #EC1F25;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}

.about-driving {
  padding-right: 2%;
}
.about-driving p {
  font-size: 3em;
  color: #000;
}

.about-driving-right {
  padding-right: 2%;
}
.about-driving-right p {
  font-size: 4.3em;
  color: #000;
}

.about-decade-bg {
  background-color: #000;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  padding: 3%;
}

.about-decade-bg h2 {
  font-size: 4em;
  color: #000;
  font-weight: bold;
}

.about-decade-bg p {
  font-size: 1.3em;
  color: #000;
}

.about-decade-bg-title {
  font-size: 4em !important;
  color: #fff !important;
  font-weight: 600;
}
.about-decade-row {
  border-radius: 40px;
  background-color: #fff;
  padding: 3em;
  padding-top: 10%;
}

.about-decade-first-row-left {
  width: 90%;
  height: 70%;
}
.about-decade-first-row-right-father {
  width: 25%;
}



.about-decade-first-row-right {
  padding-top: 10vw;
  padding-right: 8%;
}

.about-decade-first-row-right-view {
  width: 120px;
  height: 120px;
  background-color: #EC1F25;
  padding: 10px;
  transform: scale(0) rotate(0);
  transition: transform 3s;
}

.about-decade-first-row-right-view.active {
  transform: scale(1) rotate(540deg);
}


.about-decade-second-row-left {
  border-bottom-left-radius: 0px;
  width: 90%;
  height: 70%;
}

.about-decade-second-row-right {
  width: 30%;
  height: 100%;
}

.about-us-bg-black-view {
  width: 20px;
  height: 20px;
  background-color: black;
  border-radius: 10px;
}

.case-header-view {
  padding: 20px 15%;
}

.case-header-title {
  font-size: 3em;
}

.case-header-content {
  font-size: 1.875vw;
  color: #000;
}

.case-studies-view {
  position: relative;
}

.case-studies-img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.case-studies-img img {
  width: 100%;
  height: 100%;
}

.case-studies-btn-view {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 10px;
}

.case-studies-btn-view p, .case-studies-btn-view h4 {
  font-size: 1em;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

.case-studies-btn-view-btn>a {
  background-color: red;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  color: #fff;
}

.case-studies-btn-view-btn>a:hover {
  background-color: #d87c7f;
  color: #000;
}

.contact-bg {
  background-color: #f4f4f4;
  margin-top: -32px !important;
  padding-top: 40px;
}

.contact-view {
  padding: 5%;
}

.contact-header-view {
  padding-left: 25%;
  padding-right: 25%;
}

.contact-header-h2 {
  font-size: 3.359375vw;
}

.contact-header-p {
  font-size: 1.2em;
  color: #000;
}

.contact-email-view {
  background-color: #fff;
  border-top-right-radius: 40px;
  overflow: hidden;
}

.contact-email-view-p {
  font-size: 2em;
  color: #000;
}
.contact-black {
  background-color: #000;
  border-radius: 40px;
  padding: 10%;
}

.contact-black-content {
  font-size: 1.2em;
  color: #fff;
}


.contact-red-view {
  width: 120px;
  height: 120px;
  background-color: #EC1F25;
  padding: 10px;
  transform: scale(0) rotate(0);
  transition: transform 3s;
}

.contact-red-view.active {
  transform: scale(1) rotate(540deg);
}

.contact-white-view {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}


.contact-grid-view {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'a b' 'a c';
}

.contact-grid-view-a {
  grid-area: a;
}
.contact-grid-view-b {
  grid-area: b;
}
.contact-grid-view-c {
  grid-area: c;
}


.bank-header-right {
  flex-direction: column;
  height: 100%;
}
.bank-header-right-sub {
  padding: 50px;
}

.bank-header-right-sub-l>h2 {
  font-size: 5vw;
}
.bank-header-right-sub-l>p {
  font-size: 40px;
  color: #EC1F25;
}

.bank-header-right-sub-img {
  width: 100%;
  height: 100%;
}

.bank-header-right-sub-img>img {
  width: 100%;
  height: 100%;
}


.bank-header-right-sub-r>p {
  font-size: 18px;
  color: #000;
}

.bank-header-right-sub-r-btn>a {
  background-color: #EC1F25;
  color: #fff;
  border-radius: 25px;
  border-bottom-left-radius: 0px; 
}

.bank-header-right-sub-r-btn>a:hover {
  color: #000;
  background-color: #d87c7f;
}

.bank-story-view {
  background-color: #dbdFd8;
  padding: 5% 0 0;
}
.bank-story-view-title {
  font-size: 42px;
  color: #000;
}
.bank-story-view-content {
  font-size: 16px;
  color: #000;
  padding: 20px 20%;
}

.bank-story-view-sub {
  position: relative;
  padding: 5% 0 3%;
  z-index: 1;
}

.bank-story-one-img {
  position: absolute;
  width: 38%;
  left: 3vw;
  top: 1vw;
  z-index: 2;
}
.bank-story-one-img>img {
  width: 100%;
  height: 100%;
}

.bank-story-two-img {
  position: relative;
  z-index: 3;
  width: 38%;
}

.bank-story-two-img> {
  width: 100%;
  height: 100%;
}

.bank-story-three-img {
  position: absolute;
  width: 38%;
  z-index: 4;
  right: 3vw;
  top: 1vw;
}

.bank-story-three-img>img {
  width: 100%;
  height: 100%;
}

.bank-story-view-sub-content {
  background-color: #fff;
  padding: 60px 0 20px;
  width: 100vw;
  margin-top: -40px !important;
  color: #000;
  font-size: 25px;
}
.bank-story-campaign-father {
  padding: 50px;
}

.bank-story-campaign {
  padding: 0 10%;
}

.bank-story-campaign-h {
  font-size: 36px;
}

.bank-story-campaign-p {
  font-size: 16px;
  padding: 10px 0;
  color: #000;
}

.bank-story-campaign-ui {
  padding: 0 50px;
}

.bank-story-campaign-ui>li {
  font-size: 16px;
  color: #000;
}
.bank-story-campaign-img-f {
  width: 100%;
  height: 100%;
}
.bank-story-campaign-img {
  width: 100%;
  height: 100%;
}

.bank-story-campaign-img>img {
  width: 100%;
  height: 28.125vw;
  object-fit: cover;
}

.bank-story-campaign-img-f>p {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.bank-story-campaign-bank-img {
  width: 100%;
  height: 100%;
}

.bank-story-campaign-bank-img>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bank-story-campaign-bank-p {
  color: #000;
  font-size: 16px;
  padding: 50px;
}

.mg-cart-australia {
  padding-top: 50px;
}

.mg-cart-australia-l {
  padding: 50px;
}

.mg-cart-australia-l>h2 {
  font-size: 3vw;
}
.mg-cart-australia-l>p {
  font-size: 20px;
  color: #000;
}

.mg-cart-australia-l-ui {
  padding-left: 50px;
}
.mg-cart-australia-l-ui>li {
  font-size: 18px;
  color: #000;
}

.mg-cart-australia-r-img {
  width: 100%;
  height: 100%;
  padding: 0 100px 100px 0;
} 
.mg-cart-australia-r-img>img {
  width: 100%;
  height: 100%;
}

.mg-case-view {
  padding: 0 50px;
}

.mg-case-view-l {
  padding: 100px 50px;
}

.mg-case-view-l>h2 {
  font-size: 2.5vw;
}

.mg-case-view-l>p {
  font-size: 18px;
  color: #000;
}

.mg-case-view-r {
  padding: 0 30px;
}

.mg-case-view-r-img {
  width: 100%;
}
.mg-case-view-r-img>img {
  width: 100%;
}
.mg-case-view-r-sub>p {
  font-size: 16px;
  color: #000;
}




















/*# sourceMappingURL=style.css.map */
