@charset "UTF-8";
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background-color: #f2f2f2;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #f2f2f2;
  background-color: black;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #ff6600;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4) !important;
    padding-left: calc(var(--bs-gutter-x) * 4) !important;
  }
}

.global-map:before {
  background: linear-gradient(to right, rgba(255, 102, 0, 0), #ff6600, rgba(255, 102, 0, 0));
  transition: all 0.3s linear;
}

.about, .why, .process, .process .flow, .focus, .global-map, .global-map .global-sale {
  padding: 3.5em 0;
}
@media (min-width: 769px) {
  .about, .why, .process, .process .flow, .focus, .global-map, .global-map .global-sale {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .about, .why, .process, .process .flow, .focus, .global-map, .global-map .global-sale {
    padding: 6em 0;
  }
}

.block-title {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5em;
  color: #ff6600;
  letter-spacing: 0.05em;
}

.block-title2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5em;
  color: #ff6600;
  letter-spacing: 0.05em;
}

.block-title3 {
  font-size: 1em;
  font-weight: bold;
  color: #ff6600;
}
.block-title3 a {
  color: #ff6600;
}

@media (min-width: 769px) {
  .block-title {
    font-size: 1.9em;
  }
  .block-title2 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.26em;
  }
  .block-title2 {
    font-size: 1.9em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.67em;
  }
  .block-title2 {
    font-size: 2em;
  }
}
.btn-play {
  border-radius: 8px;
}
@media (min-width: 769px) {
  .btn-play {
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .btn-play {
    border-radius: 18px;
  }
}
@media (min-width: 1680px) {
  .btn-play {
    border-radius: 26px;
  }
}

.why .items-box .circle-wrap, .process .flow .container .flow-slider .slider-wrap {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.btn {
  border-radius: 0 !important;
  padding: 0.8em 2.5em !important;
  border: 0 !important;
  font-size: 1em;
  font-weight: normal;
  display: inline-flex;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1.6em;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.4em 0.8em !important;
  font-size: 0.8em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.5em 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.6em 1.6em !important;
  }
}

.btn-link {
  text-decoration: none !important;
  color: #cccccc !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0.3em 2em !important;
  font-size: 1em;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: white !important;
  background-color: #ff6600;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0.25em 0.5em;
  color: #333 !important;
  font-size: 1em;
  text-transform: capitalize;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #ff6600 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ff6600;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: rgba(255, 102, 0, 0.7);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:after {
    width: 65px;
    height: 65px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    transform: translate(-50%, -50%);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-others {
  background-color: white;
  border: 1px solid #cccccc;
  color: #999;
  padding: 0.6em 1.3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  min-width: 160px;
  transition: all 0.3s linear;
}
.btn-others:after {
  display: inline-flex;
  content: "\f282";
  font-family: "Bootstrap-icons";
  border: 0;
  font-size: 0.7em;
  margin-left: 1em;
}
.btn-others:hover {
  color: #ff6600;
}

.btn-dark {
  border: 0;
  color: white;
  background-color: black !important;
  border: 1px solid black !important;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #a94e00 !important;
  border: 1px solid #a94e00 !important;
}

.btn-light {
  border: 0;
  color: #ff6600;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-light:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i, .btn-light.show i {
  color: white !important;
}
.btn-light:hover:after, .btn-light:active:after, .btn-light:focus:after, .btn-light.show:after {
  left: 0;
}

.btn-primary {
  border: 0;
  color: white;
  background: #ff6600;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.btn-primary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.show {
  color: white !important;
  background-color: #a94e00 !important;
}
.btn-primary:hover i, .btn-primary:active i, .btn-primary:focus i, .btn-primary.show i {
  color: white !important;
}

.btn-secondary {
  border: 0;
  color: white;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-secondary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-secondary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #999;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-secondary:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff6600;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-secondary:hover i, .btn-secondary:active i, .btn-secondary:focus i, .btn-secondary.show i {
  color: white !important;
}
.btn-secondary:hover:after, .btn-secondary:active:after, .btn-secondary:focus:after, .btn-secondary.show:after {
  left: 0;
}

.btn-search {
  border: 0 !important;
  background-color: white;
  padding: 0.3em 1em;
  color: #ff6600;
  border-radius: 0;
  border: 0;
  transition: all 0.3s linear;
}
.btn-search:hover {
  color: #ff6600;
  background-color: rgba(0, 0, 0, 0.85);
}

.btn-more {
  background-color: #ff6600;
  border: 0 !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em !important;
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
}
.btn-more i {
  font-size: 1em;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  border: 0 !important;
  background-color: white !important;
  color: #ff6600 !important;
}
@media (min-width: 992px) {
  .btn-more {
    width: 48px;
    height: 48px;
  }
  .btn-more i {
    font-size: 1.2em;
  }
}

.btn-more-sm {
  background-color: white;
  border: 1px solid #cccccc !important;
  color: #999;
  padding: 0.25em 0.8em !important;
  border-radius: 3px !important;
  font-size: 0.88em !important;
  text-transform: uppercase;
}
.btn-more-sm i {
  font-size: 1em;
}
.btn-more-sm:hover, .btn-more-sm:active, .btn-more-sm:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6em 1em;
  background-color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0;
  min-width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-arrows img {
  width: auto;
  height: 20px;
  filter: invert(1) brightness(100);
  margin: 0;
}
.btn-arrows:hover, .btn-arrows:visited, .btn-arrows:focus {
  background-color: #ff6600 !important;
}

.text-primary {
  color: #ff6600 !important;
}

.text-light {
  color: white !important;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-control {
  border-radius: 4px;
  border: 0;
}

html[dir=rtl] .force-ltr-slider .slick-track {
  direction: ltr !important;
}
html[dir=rtl] .force-ltr-slider .slick-slide {
  float: left !important;
}

html[dir=rtl] .slick-dots {
  direction: ltr;
}

/*404 Page*/
.error-page .logo-error {
  width: auto;
  height: 80px;
  margin-top: 3em;
}
.error-page .error-title {
  font-size: 6.5rem;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  margin-bottom: 0;
}
.error-page .error-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #999;
}
@media (min-width: 992px) {
  .error-page .logo-error {
    height: 100px;
  }
  .error-page .error-title {
    font-size: 9rem;
  }
  .error-page .error-subtitle {
    font-size: 3.4rem;
  }
}

.why .items-box {
  text-align: center;
  padding: 1.5em;
}
@media (min-width: 1200px) {
  .why .items-box {
    padding: 2.5em;
  }
}
@media (min-width: 1680px) {
  .why .items-box {
    padding: 3em;
  }
}
.why .items-box .circle-wrap {
  border-radius: 50%;
  overflow: hidden;
}
.why .items-box .circle-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why .items-box h4 {
  font-weight: bold;
  font-size: 1.3em;
}

.mission {
  background-image: url("../images/about8.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-attachment: fixed;
}
@media (min-width: 576px) {
  .mission {
    padding: 10em 0;
  }
}
@media (min-width: 1200px) {
  .mission {
    background-size: cover;
  }
}
.mission .container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4.5em 1em 4.5em 1em;
  color: white;
}
@media (min-width: 576px) {
  .mission .container {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3em 4.5em 4.5em 4.5em;
  }
}

/*Equipment*/
.eqpt-list {
  position: relative;
  z-index: 1;
}
.eqpt-list:after {
  position: absolute;
  left: 0;
  top: 4em;
  width: calc(100% + 6em);
  height: calc(100% - 4em);
  content: "";
  background-color: black;
  z-index: 0;
  display: none;
}
@media (min-width: 992px) {
  .eqpt-list {
    padding: 2.5em 3em;
  }
  .eqpt-list:after {
    display: block;
  }
}
.eqpt-list .accordion {
  position: relative;
  z-index: 2;
  color: white;
  counter-reset: num;
}
@media (min-width: 992px) {
  .eqpt-list .accordion {
    padding-top: 4.5em;
  }
}
.eqpt-list .accordion .accordion-item {
  background-color: transparent;
  border-top: 1px solid #666;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.eqpt-list .accordion .accordion-item .accordion-header {
  counter-increment: num;
}
.eqpt-list .accordion .accordion-item .accordion-header .accordion-button {
  color: #333;
  background-color: transparent;
  font-size: 1.15rem;
  padding: 1em 0;
  font-weight: bold;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .eqpt-list .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .eqpt-list .accordion .accordion-item .accordion-header .accordion-button {
    color: #cccccc;
  }
  .eqpt-list .accordion .accordion-item .accordion-header .accordion-button:after {
    filter: invert(1) brightness(100);
  }
}
@media (min-width: 1200px) {
  .eqpt-list .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1.4rem;
  }
}
@media (min-width: 1680px) {
  .eqpt-list .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1.67rem;
  }
}
.eqpt-list .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  color: #ff6600;
}
.eqpt-list .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  filter: invert(52%) sepia(51%) saturate(5452%) hue-rotate(2deg) brightness(101%) contrast(111%);
}
.eqpt-list .accordion .accordion-item .accordion-header .accordion-button:before {
  display: inline-flex;
  width: 40px;
  height: 1em;
  margin-right: 10px;
  content: counter(num, decimal-leading-zero);
}
.eqpt-list .accordion .accordion-item .accordion-header .accordion-button:after {
  filter: invert(19%) sepia(1%) saturate(602%) hue-rotate(315deg) brightness(83%) contrast(87%);
  transition: all 0.3s linear;
}
.eqpt-list .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #ff6600;
}
.eqpt-list .accordion .accordion-item .accordion-collapse {
  padding: 0;
}
.eqpt-list .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 1.5em 0 1.5em 70px;
  font-size: 1.1em;
  color: #333;
}
.eqpt-list .accordion .accordion-item .accordion-collapse .accordion-body ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .eqpt-list .accordion .accordion-item .accordion-collapse .accordion-body {
    color: #cccccc;
  }
}

.eqpt-slider {
  padding-bottom: 6.5em;
  position: relative;
  z-index: 1;
}
.eqpt-slider .slick-prev {
  top: auto;
  bottom: 0;
  left: calc(50% - 3.5em);
}
.eqpt-slider .slick-next {
  top: auto;
  bottom: 0;
  right: calc(50% - 3.5em - 30px);
}
.eqpt-slider .slick-prev:hover::after,
.eqpt-slider .slick-next:hover::after {
  background-color: #333;
}

.process .flow {
  margin-top: 4.5em;
  position: relative;
}
.process .flow .container {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
.process .flow .container .flow-slider .slick-list {
  margin: 0 -25px;
}
.process .flow .container .flow-slider .slick-track {
  padding: 1.5em 0;
}
.process .flow .container .flow-slider .slider-wrap {
  margin: 0 25px;
  color: #666;
  background-color: white;
  padding: 2em;
  transition: all 0.3s linear;
}
.process .flow .container .flow-slider .slider-wrap .step-num {
  font-size: 1em;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.process .flow .container .flow-slider .slider-wrap .step-num:after {
  display: inline-flex;
  width: 80px;
  height: 30px;
  content: "";
  background-image: url("../images/arrow-dash.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
.process .flow .container .flow-slider .slider-wrap .step-name {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .process .flow .container .flow-slider .slider-wrap .step-name {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .process .flow .container .flow-slider .slider-wrap .step-name {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .process .flow .container .flow-slider .slider-wrap .step-name {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .process .flow .container .flow-slider .slider-wrap .step-name {
    font-size: 1.67em;
  }
}
.process .flow .container .flow-slider .slider-wrap:hover {
  background-color: #ff6600;
  color: White;
}
.process .flow .container .flow-slider .slider-wrap:hover .step-num:after {
  filter: invert(1) brightness(100);
}

/*Global Sale*/
.global-start {
  padding: 3.5em 2em 14em 2em;
  background-color: black;
  background-image: url("../images/bg-global.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
.global-start .block-title2 {
  text-align: center;
}
@media (min-width: 769px) {
  .global-start {
    padding: 3.5em 3em;
  }
  .global-start .block-title2 {
    text-align: left;
  }
}

.focus .box {
  text-align: center;
  height: 100%;
  background-color: #f2f2f2;
  padding: 2em;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .focus .box {
    background-color: transparent;
    padding: 0;
  }
}
.focus .box .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 3.3em;
  margin-bottom: 0.5em;
}
.focus .box .num i {
  font-size: 1.5rem;
}
.focus .box .txt {
  font-size: 1em;
}
.focus .box:hover {
  color: #ff6600;
}
@media (min-width: 1400px) {
  .focus .box .txt {
    font-size: 1.3em;
  }
}

.global-map {
  position: relative;
}
.global-map:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  content: "";
}
.global-map .global-sale {
  position: relative;
  /* === 新增：包一層 map-scale 容器，控制整體縮放 === */
  /* === 所有地區共用樣式 === */
  /* Location + Color*/
}
.global-map .global-sale .map-scale {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transform: scale(0.33);
  transition: transform 0.3s ease;
}
.global-map .global-sale .oceania,
.global-map .global-sale .usa,
.global-map .global-sale .europe,
.global-map .global-sale .middle-east,
.global-map .global-sale .china,
.global-map .global-sale .africa {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  color: white;
  z-index: 1;
}
.global-map .global-sale .oceania:before,
.global-map .global-sale .usa:before,
.global-map .global-sale .europe:before,
.global-map .global-sale .middle-east:before,
.global-map .global-sale .china:before,
.global-map .global-sale .africa:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.global-map .global-sale .oceania:after,
.global-map .global-sale .usa:after,
.global-map .global-sale .europe:after,
.global-map .global-sale .middle-east:after,
.global-map .global-sale .china:after,
.global-map .global-sale .africa:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 102, 0, 0.15);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  animation: flash 1.5s ease-in infinite;
  z-index: -2;
}
.global-map .global-sale .oceania {
  left: 85%;
  top: 70%;
}
.global-map .global-sale .oceania:before {
  background-color: rgba(255, 102, 0, 0.25);
}
.global-map .global-sale .china {
  left: 74%;
  top: 32.5%;
}
.global-map .global-sale .china:before {
  background-color: rgba(255, 102, 0, 0.25);
}
.global-map .global-sale .africa {
  left: 52%;
  top: 63%;
}
.global-map .global-sale .africa:before {
  background-color: rgba(255, 102, 0, 0.25);
}
.global-map .global-sale .usa {
  left: 16.5%;
  top: 42.7%;
}
.global-map .global-sale .usa:before {
  background-color: rgba(255, 102, 0, 0.55);
}
.global-map .global-sale .middle-east {
  left: 56%;
  top: 47%;
}
.global-map .global-sale .middle-east:before {
  background-color: rgba(255, 102, 0, 0.55);
}
.global-map .global-sale .europe {
  left: 47.5%;
  top: 32%;
}
.global-map .global-sale .europe:before {
  background-color: rgba(255, 102, 0, 0.75);
}
@media (min-width: 576px) {
  .global-map .global-sale .oceania,
  .global-map .global-sale .usa,
  .global-map .global-sale .europe,
  .global-map .global-sale .middle-east,
  .global-map .global-sale .china,
  .global-map .global-sale .africa {
    width: 60px;
    height: 60px;
    font-size: 1.1em;
  }
}
@media (min-width: 769px) {
  .global-map .global-sale .oceania,
  .global-map .global-sale .usa,
  .global-map .global-sale .europe,
  .global-map .global-sale .middle-east,
  .global-map .global-sale .china,
  .global-map .global-sale .africa {
    width: 70px;
    height: 70px;
    font-size: 1.25em;
  }
}
@media (min-width: 992px) {
  .global-map .global-sale .oceania,
  .global-map .global-sale .usa,
  .global-map .global-sale .europe,
  .global-map .global-sale .middle-east,
  .global-map .global-sale .china,
  .global-map .global-sale .africa {
    width: 80px;
    height: 80px;
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .global-map .global-sale .oceania,
  .global-map .global-sale .usa,
  .global-map .global-sale .europe,
  .global-map .global-sale .middle-east,
  .global-map .global-sale .china,
  .global-map .global-sale .africa {
    width: 90px;
    height: 90px;
    font-size: 1.62em;
  }
}
@media (min-width: 1680px) {
  .global-map .global-sale .oceania,
  .global-map .global-sale .usa,
  .global-map .global-sale .europe,
  .global-map .global-sale .middle-east,
  .global-map .global-sale .china,
  .global-map .global-sale .africa {
    width: 110px;
    height: 110px;
    font-size: 2em;
  }
}/*# sourceMappingURL=about.css.map */