.msi__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .msi__container {
    width: 1640px;
  }
}
@media (max-width: 1920px) and (min-width: 1600px) {
  .msi__container {
    width: 1500px;
  }
}
@media (max-width: 1599px) and (min-width: 1300px) {
  .msi__container {
    width: 1260px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .msi__container {
    width: 990px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .msi__container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .msi__container {
    width: 100%;
  }
}

.DD2 {
  background: #fff;
  overflow: hidden;
}
.DD2 .common__title {
  text-align: center;
  font-weight: bold;
  font-size: var(--title-lg);
}
.DD2 .kv {
  position: relative;
}
.DD2 .kv__subtitle {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__subtitle {
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.DD2 .kv__subtitle-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  font-size: 2.5vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__subtitle-title {
    font-size: 7vw;
  }
}
.DD2 .kv__subtitle-title::before {
  position: absolute;
  content: "";
  width: 0.5vw;
  height: 70%;
  background: #ab9868;
  top: 50%;
  left: -1.4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .DD2 .kv__subtitle-title::before {
    display: none;
  }
}
.DD2 .kv__subtitle-title span {
  color: #ab9868;
}
.DD2 .kv__subtitle-desc {
  font-size: 1vw;
  color: #000;
  font-weight: 300;
  margin-top: 0.5vw;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__subtitle-desc {
    font-size: 3vw;
  }
}
.DD2 .kv__subtitle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ab9868;
  border-radius: 30vw;
  font-size: 0.9vw;
  padding: 0.25vw 0.5vw;
  color: #fff;
  margin-top: 1vw;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__subtitle-btn {
    font-size: 4vw;
    padding: 1vw 5vw;
    margin-top: 2vw;
  }
}
.DD2 .kv__subtitle-btn:hover .kv__subtitle-btn--arrow {
  padding: 0.35vw 0.5vw 0.35vw 1vw;
}
.DD2 .kv__subtitle-btn--arrow {
  margin-left: 0.5vw;
  background: #fff;
  border-radius: 30vw;
  padding: 0.35vw 0.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__subtitle-btn--arrow {
    padding: 1vw 1.5vw;
  }
}
.DD2 .kv__subtitle-btn--arrow img {
  width: 1.25vw;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__subtitle-btn--arrow img {
    width: 4vw;
  }
}
.DD2 .awardsec {
  --total-marquee-items: 12;
  height: 180px;
  width: calc(200px * (var(--total-marquee-items)));
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 20px auto;
  background: #fff;
  padding: 30px 0;
}
.DD2 .awardsec > div {
  display: block;
  width: 200%;
  position: absolute;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
.DD2 .awardsec > div span {
  float: left;
  width: 50%;
}
.DD2 .awardsec img {
  width: 180px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.DD2 .intro {
  padding-top: 40px;
}
.DD2 .intro__desc {
  margin-top: 20px;
}
.DD2 .intro__desc p {
  font-size: var(--text-lg);
  text-align: center;
}
.DD2 .foradmn {
  background-image: url(https://storage-asset.msi.com/global/picture/product_homepage/business_productivity/series-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6vh;
  padding-bottom: 6vh;
}
@media (max-width: 1300px) {
  .DD2 .foradmn {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .DD2 .foradmn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .DD2 .foradmn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.DD2 .foradmn__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .DD2 .foradmn__block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.DD2 .foradmn__block.una {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.DD2 .foradmn__block.una .foradmn__block-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.DD2 .foradmn__block.una .foradmn__block-imgbox img {
  left: auto;
  right: 0;
}
.DD2 .foradmn__block-note {
  font-size: var(--note-md);
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  max-height: 0;
  margin-top: 0;
}
.DD2 .foradmn__block-note a {
  margin-top: 20px;
  color: #fff;
  text-decoration: underline;
  background: #ab9868;
  padding: 0.25em 0.5em;
}
.DD2 .foradmn__block ul {
  margin-top: 40px;
}
.DD2 .foradmn__block ul li {
  font-size: var(--text-lg);
  line-height: 1.5em;
  opacity: 0.6;
  border-bottom: 1px solid #000;
  padding: 1em 0;
  cursor: pointer;
}
.DD2 .foradmn__block ul li.active {
  opacity: 1;
}
.DD2 .foradmn__block ul li.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.DD2 .foradmn__block ul li.active .foradmn__block-note {
  opacity: 1;
  max-height: 400px;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.DD2 .foradmn__block-desc {
  margin-top: 10px;
}
.DD2 .foradmn__block-desc p {
  font-size: var(--text-lg);
  text-align: start;
}
.DD2 .foradmn__block-textbox {
  width: 30%;
  padding: 0 24px;
}
@media screen and (max-width: 991px) {
  .DD2 .foradmn__block-textbox {
    width: 100%;
    padding: 0 0px;
  }
}
.DD2 .foradmn__block-textbox .common__title {
  text-align: start;
}
.DD2 .foradmn__block-imgbox {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .DD2 .foradmn__block-imgbox {
    width: 100%;
  }
}
.DD2 .foradmn__block-imgbox img {
  position: absolute;
  width: 90%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .DD2 .foradmn__block-imgbox img {
    width: 100%;
  }
}
.DD2 .foradmn__block-imgbox img.active {
  position: relative;
  z-index: 1;
}
.DD2 .formarea {
  background-image: url(https://storage-asset.msi.com/global/picture/product_homepage/business_productivity/series-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6vh;
  padding-bottom: 6vh;
}
@media (max-width: 1300px) {
  .DD2 .formarea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .DD2 .formarea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .DD2 .formarea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.DD2 .formarea__desc {
  margin-top: 20px;
}
.DD2 .formarea__desc p {
  font-size: var(--text-lg);
  text-align: center;
}
.DD2 .formarea .note {
  font-size: var(--text-lg);
  text-align: center;
  color: red;
}
.DD2 #btbapp .error {
  color: red;
  font-size: var(--text-xs);
  text-align: start;
}
.DD2 #btbapp .submitbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-gold-400);
  border-radius: 4px;
  font-size: var(--text-lg);
  padding: 1em 2.5em;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--color-gold-400);
  margin-left: 20px;
}
.DD2 #btbapp .submitbtn:hover {
  background: var(--color-gold-500);
  color: var(--color-gold-400);
  border: 1px solid var(--color-gold-400);
}
.DD2 #btbapp .nextbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-gold-400);
  border-radius: 4px;
  font-size: var(--text-lg);
  padding: 1em 2.5em;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--color-gold-400);
  margin-left: 20px;
}
.DD2 #btbapp .nextbtn:hover {
  background: var(--color-gold-500);
  color: var(--color-gold-400);
  border: 1px solid var(--color-gold-400);
}
.DD2 #btbapp .steparea {
  display: none;
  background: #fff;
  padding: 4% 10%;
}
.DD2 #btbapp .steparea select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 60px;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  padding: 0.6rem 1rem;
  padding-right: 2.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  -webkit-transition: border 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  transition: border 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0);
}
.DD2 #btbapp .steparea select:hover {
  border: 1px solid rgba(0, 0, 0, 0.5333333333);
}
.DD2 #btbapp .steparea select:focus {
  outline: none;
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
          box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  background-color: #fff;
}
.DD2 #btbapp .steparea option {
  background: #fff;
  color: #333;
}
.DD2 #btbapp .steparea .checkbonswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 4px;
  font-size: var(--text-lg);
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.DD2 #btbapp .steparea .checkbonswitch span {
  margin-left: 10px;
}
.DD2 #btbapp .steparea .checkbonswitch span.required::after {
  content: "*";
  color: red;
  margin-left: 5px;
  font-size: var(--text-lg);
}
.DD2 #btbapp .steparea h4 {
  color: var(--color-gold-400);
  font-size: var(--title-lg);
  margin-bottom: 40px;
}
.DD2 #btbapp .steparea .field__checkbox-title {
  color: var(--color-black);
  font-size: var(--title-md);
  margin-bottom: 5px;
  padding-top: 10px;
  display: block;
}
.DD2 #btbapp .steparea.active {
  display: block;
}
.DD2 #btbapp .steparea .field__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.DD2 #btbapp .steparea .field__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 20px;
}
.DD2 #btbapp .steparea .field__checkbox label span {
  padding-left: 10px;
}
.DD2 #btbapp .steparea .field-block {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin: 40px 0;
}
.DD2 #btbapp .steparea .field-block.haserror input {
  border: 1px solid red;
}
.DD2 #btbapp .steparea .field-block.haserror select {
  border: 1px solid red;
}
.DD2 #btbapp .steparea .field-block.haserror textarea {
  border: 1px solid red;
}
.DD2 #btbapp .steparea .field-block label {
  color: #8B8E98;
  font-weight: 600;
  font-size: var(--text-lg);
}
.DD2 #btbapp .steparea .field-block label.required::after {
  content: "*";
  color: red;
  margin-left: 5px;
  font-size: var(--text-lg);
}
.DD2 #btbapp .steparea .field-block textarea {
  width: auto;
  padding: 0 0 0 16px;
  border-radius: 9px;
  outline: none;
  background-color: #F2F2F2;
  border: 1px solid rgba(229, 229, 229, 0);
  font-size: var(--text-lg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.DD2 #btbapp .steparea .field-block textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.5333333333);
}
.DD2 #btbapp .steparea .field-block textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.5333333333);
  background-color: #fff;
}
.DD2 #btbapp .steparea .field-block input {
  width: auto;
  height: 60px;
  padding: 0 0 0 16px;
  border-radius: 9px;
  outline: none;
  background-color: #F2F2F2;
  border: 1px solid rgba(229, 229, 229, 0);
  font-size: var(--text-lg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.DD2 #btbapp .steparea .field-block input:hover {
  border: 1px solid rgba(0, 0, 0, 0.5333333333);
}
.DD2 #btbapp .steparea .field-block input:focus {
  border: 1px solid rgba(0, 0, 0, 0.5333333333);
  background-color: #fff;
}
.DD2 .btbapp__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.DD2 .btbapp__block::after {
  content: "";
  width: 100%;
  height: 10px;
  background: var(--color-gold-400);
  display: block;
}
.DD2 .btbapp__block-title {
  width: 33.3333333333%;
  text-align: center;
  padding: 25px 0;
  -webkit-box-shadow: -5px 0 10px 1px rgba(0, 0, 0, 0.0588235294) inset;
          box-shadow: -5px 0 10px 1px rgba(0, 0, 0, 0.0588235294) inset;
  background: var(--color-gray-200);
  font-weight: 900;
  font-size: var(--title-xs);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DD2 .btbapp__block-title svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 10px;
}
.DD2 .btbapp__block-title.active {
  background: var(--color-gold-400);
  color: var(--color-white);
}
.DD2 .btbapp__block-title.active svg path {
  fill: var(--color-white);
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.dealTagNav {
  display: none !important;
}

.dealTab-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
}
.dealTab-navigation ul li a {
  margin: 0 10px;
  font-size: var(--text-lg);
  border: 1px solid rgba(0, 0, 0, 0.5568627451);
  padding: 10px 20px;
  border-radius: 50px;
}
.dealTab-navigation ul li .current-dealTab {
  background: #ab9868;
  color: #fff;
  border: 1px solid #fff;
}

.buynowareabn {
  padding-top: 6vh;
  padding-bottom: 6vh;
}
@media (max-width: 1300px) {
  .buynowareabn {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .buynowareabn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .buynowareabn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.windowsarea {
  position: relative;
}
@media (max-width: 991px) {
  .windowsarea {
    background: #262b2f;
  }
}
.windowsarea-cm {
  display: block;
}
@media (max-width: 991px) {
  .windowsarea-cm {
    display: none;
  }
}
.windowsarea-mb {
  display: none;
}
@media (max-width: 991px) {
  .windowsarea-mb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.windowsarea .msi__container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 991px) {
  .windowsarea .msi__container {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 20px;
    width: 100%;
    position: relative;
    padding-top: 80%;
  }
}
.windowsarea .msi__container > div {
  width: 40%;
  border: 1px solid rgba(255, 255, 255, 0.4666666667);
  background: rgba(0, 0, 0, 0.3333333333);
  padding: 20px 40px;
}
@media (max-width: 991px) {
  .windowsarea .msi__container > div {
    width: 100%;
  }
}
.windowsarea .common__title {
  text-align: start;
  font-weight: bold;
  font-size: var(--title-lg);
  color: #fff;
}
.windowsarea__desc {
  margin-top: 20px;
}
.windowsarea__desc p {
  font-size: var(--text-lg);
  text-align: start;
  color: #fff;
}
.windowsarea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ab9868;
  color: #fff;
  font-size: var(--text-lg);
  padding: 0.5em 1.5em;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 50px;
}
.windowsarea a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.videoarea {
  padding-top: 6vh;
  padding-bottom: 6vh;
  background-image: url(https://storage-asset.msi.com/global/picture/product_homepage/business_productivity/series-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  .videoarea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .videoarea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .videoarea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.videoarea__video {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-top: 40px;
}
.videoarea__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: none;
  background-color: #000;
}

.succes__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--text-lg);
  font-weight: 900;
  margin-top: 70px;
}

.btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btnbox .backbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 4px;
  font-size: var(--text-lg);
  padding: 1em 2.5em;
  color: var(--color-gold-400);
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--color-gold-400);
}
.btnbox .backbtn:hover {
  background: var(--color-gold-400);
  color: #fff;
  border: 1px solid var(--color-gold-400);
  opacity: 0.7;
}

.contactus {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  background: var(--color-gold-400);
  font-size: var(--text-lg);
  padding: 0.25em 0.5em;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactus span {
  max-width: 0;
  width: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  white-space: nowrap;
}
.contactus:hover span {
  max-width: 100px;
  margin-left: 10px;
  width: 100px;
}
.contactus svg {
  width: 40px;
  height: 40px;
}/*# sourceMappingURL=index.css.map */