@import url(../vendors/bootstrap/bootstrap.min.css);
/* Navigation */
/* Home */
/* Introduction */
/* Integration */
/* Guarante */
/* DownloadNow */
/* Feedback */
/* Footer */
/* Button ScrollUp */
/* Mobile Navigation */
/* Footer */
/* Home */
/* Introduction */
/* Integration */
/* DownloadNow */
@font-face {
  font-family: Montserrat_Italic;
  src: url(../fonts/Montserrat_Italic.woff);
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: Montserrat_Regular;
  src: url(../fonts/Montserrat_Regular.woff);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Montserrat_Bold;
  src: url(../fonts/Montserrat_Bold.woff);
  font-weight: 700;
  font-style: normal; }

.wrSectionTitle {
  margin-bottom: 35px; }

.sectionTitle {
  font-size: 36px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #000;
  line-height: 100%;
  background-image: linear-gradient(to right, #ffd9cc 100%, transparent 0);
  background-position: center .9em;
  background-repeat: repeat-x;
  background-size: 100% 8px; }

/* Body */
body {
  min-width: 320px;
  overflow-x: hidden; }

/* Navigation Section */
#navigation {
  position: relative;
  z-index: 9100;
  min-height: 151px;
  background: #33455a;
  box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.5); }

#navigation .navbar {
  padding: 30px 1rem; }

.navbar-collapse.show {
  background: #102b3a !important; }

#navbarNav {
  margin-top: -26px; }

.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9100;
  border: none;
  background-color: transparent !important; }

.navbar-brand {
  position: relative;
  top: -30px;
  min-height: 120px;
  width: 120px;
  margin-left: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75); }

.navbar-brand img {
  display: block;
  margin: 15px auto 0;
  width: 100px;
  height: auto; }

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #1ea6b6;
  text-align: center; }

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #fff; }

.navbar-toggler-icon {
  background-image: url(../img/icon/menu_button_icon.svg) !important; }

.change-language-wr {
  padding: 3px; }

.change-language {
  position: relative;
  min-height: 32px;
  margin-left: 18px;
  width: 80px;
  padding: 5px 0 0 40px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-radius: 16px;
  background: #1ea6b6 url("../img/globe.svg") 8px 5px no-repeat;
  background-size: 22px;
  cursor: pointer; }

.change-language-line {
  z-index: -1;
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  height: 0;
  width: 80px;
  background-color: #fff;
  transition: all 0.2s ease; }

.hidden-lang-list {
  z-index: -1;
  position: absolute;
  display: block;
  height: 0;
  top: 16px;
  left: 0;
  width: 80px;
  color: #cccccc;
  list-style: none;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  transition: all 0.3s ease; }

.change-language-wr:hover .hidden-lang-list {
  height: 98px;
  padding: 20px 0 5px 0; }

.hidden-lang-list li {
  padding-left: 28px;
  font-size: 0;
  transition: all 0.3s ease; }

.change-language-wr:hover li {
  font-size: 16px; }

.hidden-lang-list li:hover {
  transform: scale(1.15); }

.curLang {
  color: #1ea6b6; }

ul.hidden-lang-mobile-list {
  max-height: 24px;
  display: flex;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #ffffff;
  max-width: 100%;
  text-transform: uppercase; }

ul.hidden-lang-mobile-list li {
  margin: 0 10px; }

ul.hidden-lang-mobile-list li:first-child {
  margin-top: 0; }

.navbar-nav {
  align-items: center; }

/* Home Section */
#home {
  position: relative;
  background: #ff4200; }

.wrHomeBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/dots.png);
  opacity: .1; }

.wrHome {
  width: 100%;
  padding: 60px 0; }

.wrBrandMarketplace {
  position: relative;
  width: 65%;
  margin: auto;
  padding: 25px; }

.rectangle1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 30%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.rectangle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 30%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff; }

.brandMarketplace {
  width: 100%;
  height: auto;
  padding: 30px;
  background: #fff;
  text-align: center; }

.brandMarketplace img {
  width: 100%;
  max-width: 600px;
  height: auto; }

/* Introduction */
#introduction {
  padding: 90px 0; }

.introductionText {
  font-size: 18px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #000;
  text-align: justify; }

.introductionCol2 {
  position: relative;
  padding: 70px 30px 30px 30px;
  border: 1px solid #ff4200;
  border-radius: 15px;
  background: #f5f5f5; }

.introductionText2 {
  font-size: 14px;
  font-family: Montserrat_Italic;
  color: #000;
  text-align: justify; }

.introductionIcon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #ff4200; }

.introductionIcon div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  background: url(../img/icon/information_icon.svg) no-repeat center;
  background-size: contain; }

/* Integration */
#integration {
  padding: 90px 0;
  background: #ebedf0; }

.integrationCol1 {
  text-align: center; }

.integrationCol1 img {
  width: 100%;
  max-width: 267px;
  height: auto; }

.integrationCol2 {
  padding: 30px;
  background: #fff; }

.integrationText {
  font-size: 14px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #000;
  text-align: justify; }

/* Integration2 */
#integration2 {
  padding: 90px 0; }

.wrIntegrationText {
  width: 100%;
  max-width: 960px;
  margin: auto;
  text-align: justify; }

.wrIntegrationText .wrSectionTitle {
  text-align: center; }

.integrationText2 {
  font-size: 18px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #000; }

.wrIntegrationCards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px; }

.integrationCard {
  width: 30%;
  max-width: 300px;
  margin: 15px; }

.iCardRow1 {
  border: 1px solid #ff4200;
  background: #fff;
  text-align: center; }

.iCardRow1 img {
  width: 100%;
  max-width: 280px;
  height: auto; }

.iCardRow2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  padding: 25px 15px;
  background: #ff4200;
  text-align: center; }

.iCardRow2 span {
  font-size: 18px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #fff; }

/* Guarante Section */
#guarantee {
  padding: 90px 0;
  background: #33455a; }

#guarantee .wrSectionTitle {
  text-align: center; }

#guarantee .sectionTitle {
  background-image: linear-gradient(to right, #586778 100%, transparent 0);
  color: #fff; }

.wrGuaranteeCards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px; }

.guaranteeCard {
  width: 30%;
  max-width: 300px;
  margin: 15px; }

.guaranteeCardRow1 {
  border: 1px solid #fff;
  background: #fff;
  text-align: center; }

.guaranteeCardRow1 img {
  width: 100%;
  max-width: 240px;
  height: auto; }

.guaranteeCardRow2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  padding: 25px 15px;
  background: #fff;
  text-align: center; }

.guaranteeCardRow2 span {
  font-size: 18px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #000; }

/* DownloadNow Section */
#downloadNow {
  padding: 90px 0;
  background: #ebedf0; }

.wrDownloadNowTitle {
  text-align: center; }

.wrDownloadNowTitle span {
  font-size: 24px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #000; }

.wrDownloadNowCards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px; }

.downloadNowCard {
  width: 22%;
  max-width: 200px;
  margin: 15px; }

.downloadNowCardRow1 {
  border: 1px solid transparent;
  border-bottom: 4px solid #ff4200;
  background: #fff;
  text-align: center; }

.downloadNowCardRow1 img {
  width: 100%;
  max-width: 205px;
  height: auto; }

.downloadNowCardRow2 {
  display: flex;
  align-items: center;
  min-height: 104px;
  height: 131px;
  border: 1px solid transparent;
  padding: 25px 15px;
  background: transparent;
  text-align: center; }

.downloadNowCardRow2 span {
  font-size: 18px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #000; }

.downloadNowCard:hover,
.downloadNowCard:focus {
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5); }

.downloadNowCard:hover .downloadNowCardRow1,
.downloadNowCard:focus .downloadNowCardRow1 {
  border: 1px solid #ff4200;
  border-bottom: 4px solid #ff4200; }

.downloadNowCard:hover .downloadNowCardRow2,
.downloadNowCard:focus .downloadNowCardRow2 {
  border: 1px solid #ff4200;
  background: #ff4200; }

.downloadNowCard:hover .downloadNowCardRow2 span,
.downloadNowCard:focus .downloadNowCardRow2 span {
  color: #fff; }

/* Feedback Section */
.wrFeedback {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%; }

.feedbackCol1 {
  width: 50%;
  padding: 60px 30px;
  background: #1ea6b6;
  text-align: center; }

.feedbackCol2 {
  width: 50%;
  padding: 60px 30px;
  background: #33455a;
  text-align: center; }

.feedbackTitle {
  font-size: 36px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #fff; }

.feedbackTitle span {
  font-family: Montserrat_Bold, Arial, sans-serif; }

/* Contact Section */
#contact {
  padding: 80px 0; }

#contact .wrSectionTitle {
  margin-bottom: 60px;
  text-align: center; }

.contactCol1 img {
  width: 100%;
  height: auto; }

.contactTitle {
  font-size: 18px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #000; }

.contactText {
  font-size: 18px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #000;
  text-align: justify; }

.contactCol2Bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/smart_object_5.png) no-repeat center;
  background-size: contain;
  opacity: .5; }

/* Footer Section */
#footer {
  padding: 30px 0;
  background: #2d3e51; }

.wrFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.footerRow1 {
  display: flex;
  justify-content: space-between; }

.footerCol1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 30px; }

.copyright {
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #fff;
  text-align: center; }

.footerCol1 img {
  margin: 0 auto 5px;
  display: block;
  margin-bottom: 5px;
  width: 54px;
  height: auto; }

.footerCol1 span {
  margin: 0 auto;
  display: block;
  color: #fff;
  font-family: Montserrat_Regular, Arial, sans-serif;
  font-size: 18px; }

.footerCol1 a {
  text-decoration: none; }

.wr2FooterCol {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  width: 100%;
  margin-left: 30px; }

.footerCol2,
.footerCol3,
.footerCol4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 30%;
  margin: 0 30px; }

.footerCol4 {
  width: 39%;
  margin-right: 0; }

.footerTitle {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #1ea6b6;
  text-transform: uppercase; }

.companyList,
.supportList {
  display: block;
  margin: 0;
  padding: 0 0 0 15px;
  color: #1ea6b6;
  list-style-type: none; }

.companyList li,
.supportList li {
  position: relative; }

.companyList li::before,
.supportList li::before {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: '';
  background: #1ea6b6; }

.companyList a,
.supportList a {
  font-size: 14px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #fff; }

.companyList a:hover,
.companyList a:focus,
.supportList a:hover,
.supportList a:focus {
  color: #1ea6b6;
  text-decoration: none; }

a.footerPageActive {
  color: #1ea6b6; }

.footerText {
  font-size: 14px;
  font-family: Montserrat_Regular, Arial, sans-serif;
  color: #fff;
  text-align: justify; }

.footerRow2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0 0 0; }

.listFooterIcon {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.listFooterIcon li {
  display: inline-block;
  margin: 0 15px; }

.itemFooterIcon {
  width: 32px;
  height: 32px; }

.itemInstagram .itemFooterIcon {
  background: url(../img/icon/instagram_icon.svg) no-repeat center;
  background-size: cover; }

.itemYoutube .itemFooterIcon {
  width: 41px;
  height: 32px;
  background: url(../img/icon/youtube_icon.svg) no-repeat center;
  background-size: cover; }

.itemFacebook .itemFooterIcon {
  background: url(../img/icon/facebook_icon.svg) no-repeat center;
  background-size: cover; }

.itemInstagram:hover .itemFooterIcon,
.itemInstagram:focus .itemFooterIcon,
.itemInstagram:active .itemFooterIcon {
  background: url(../img/icon/instagram_icon_white.svg) no-repeat center;
  background-size: cover; }

.itemYoutube:hover .itemFooterIcon,
.itemYoutube:focus .itemFooterIcon,
.itemYoutube:active .itemFooterIcon {
  background: url(../img/icon/youtube_icon_white.svg) no-repeat center;
  background-size: cover; }

.itemFacebook:hover .itemFooterIcon,
.itemFacebook:focus .itemFooterIcon,
.itemFacebook:active .itemFooterIcon {
  background: url(../img/icon/facebook_icon_white.svg) no-repeat center;
  background-size: cover; }

.listFooterIcon a,
.listFooterIcon a:hover,
.listFooterIcon a:focus,
.listFooterIcon a:active {
  outline: none; }

/* Mobile Navigation */
.overlayMobNav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  background: #000;
  opacity: .5; }

.personalNavbarToggle {
  display: none;
  position: absolute;
  top: 25px;
  right: 6px;
  width: 40px;
  height: 37px;
  cursor: pointer;
  transition: opacity 0.2s linear; }

.personalNavbarToggle:hover {
  opacity: 0.8; }

.personalNavbarToggle span {
  display: block;
  float: left;
  clear: both;
  position: absolute;
  top: 5px;
  right: 5px;
  left: auto;
  width: 30px;
  height: 4px;
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.4s ease; }

.personalNavbarToggle span:nth-child(1) {
  margin-top: 0;
  z-index: 9250; }

.personalNavbarToggle span:nth-child(2) {
  margin-top: 10px; }

.personalNavbarToggle span:nth-child(3) {
  margin-top: 20px; }

.subMenu {
  z-index: 9260;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow-x: hidden;
  border-radius: 50%;
  background-color: rgba(30, 166, 188, 0.5);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.subMenu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.subMenu li:first-child {
  margin-top: 180px; }

.subMenu li:nth-child(1) {
  -webkit-transition-delay: 0.05s; }

.subMenu li:nth-child(2) {
  -webkit-transition-delay: 0.10s; }

.subMenu li:nth-child(3) {
  -webkit-transition-delay: 0.15s; }

.subMenu li:nth-child(4) {
  -webkit-transition-delay: 0.20s; }

.subMenu li:nth-child(5) {
  -webkit-transition-delay: 0.25s; }

.subMenu li:nth-child(6) {
  -webkit-transition-delay: 0.30s; }

.subMenu li:nth-child(7) {
  -webkit-transition-delay: 0.35s; }

.subMenuItem {
  display: block;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 200%;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #fff; }

.subMenuItem:hover,
.subMenuItem:focus {
  color: #2d3e51;
  text-decoration: none; }

.openMobNav .subMenu {
  width: 500px;
  height: 500px;
  opacity: 1; }

.openMobNav span:nth-child(1),
.openMobNav span:nth-child(3) {
  z-index: 9300;
  transform: rotate(45deg); }

.openMobNav span:nth-child(2) {
  overflow: visible; }

.openMobNav span:nth-child(1) {
  transform: rotate(45deg) translateY(4px) translateX(8px); }

.openMobNav span:nth-child(2) {
  width: 500px;
  height: 500px;
  top: -150px;
  right: -100px;
  border-radius: 50%;
  background-color: rgba(45, 62, 81, 0.8); }

.openMobNav span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px) translateX(10px); }

.openMobNav li {
  margin-right: 100px; }

/* Button Integration */
.wrIntegratiomBtn {
  width: 100%; }

.integrationBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  margin-right: 0;
  margin-left: auto;
  padding: 10px 15px;
  border: 1px solid #1ea6b6;
  border-radius: 25px;
  background: #fff;
  font-size: 16px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #ff4200;
  outline: none;
  cursor: pointer; }

.arrowBTN {
  width: 15px;
  height: 15px;
  margin-left: 25px;
  background: url("../img/icon/right_arrow_blue.svg");
  background-size: cover; }

.integrationBtn:hover,
.integrationBtn:focus {
  border: 1px solid #ff4200;
  background: #ff4200;
  outline: none;
  color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5); }

.integrationBtn:hover .arrowBTN,
.integrationBtn:focus .arrowBTN {
  background: url("../img/icon/right_arrow_white.svg");
  background-size: cover; }

/* Buttons Feedback */
.btnFeedbackRequest {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  border: none;
  margin: 30px auto 0;
  padding: 15px 15px;
  border-radius: 25px;
  background: #fff;
  font-size: 16px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #000;
  cursor: pointer; }

.arrowBTNRequest {
  width: 15px;
  height: 15px;
  margin-left: 25px;
  background: url("../img/icon/right_arrow_blue.svg");
  background-size: cover; }

.btnFeedbackRequest:hover,
.btnFeedbackRequest:focus {
  background: #33455a;
  outline: none;
  color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5); }

.btnFeedbackRequest:hover .arrowBTNRequest,
.btnFeedbackRequest:focus .arrowBTNRequest {
  background: url("../img/icon/right_arrow_white.svg");
  background-size: cover; }

.btnFeedbackSubscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  border: none;
  margin: 30px auto 0;
  padding: 15px 15px;
  border-radius: 25px;
  background: #fff;
  font-size: 16px;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #000;
  cursor: pointer; }

.arrowBTNSubscribe {
  width: 15px;
  height: 15px;
  margin-left: 25px;
  background: url("../img/icon/right_arrow_blue.svg");
  background-size: cover; }

.btnFeedbackSubscribe:hover,
.btnFeedbackSubscribe:focus {
  background: #1ea6b6;
  outline: none;
  color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5); }

.btnFeedbackSubscribe:hover .arrowBTNSubscribe,
.btnFeedbackSubscribe:focus .arrowBTNSubscribe {
  background: url("../img/icon/right_arrow_white.svg");
  background-size: cover; }

/* Button Scroll-Up */
.btnSrollUp {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 9100;
  border: 1px solid #fff;
  border-bottom: none;
  outline: none;
  padding: 12px;
  background-color: #1ea6b6;
  cursor: pointer;
  opacity: .5; }

.btnSrollUp,
.btnSrollUp:hover,
.btnSrollUp:focus,
.btnSrollUp:active {
  font-size: 18px;
  line-height: 100%;
  font-family: Montserrat_Bold, Arial, sans-serif;
  color: #fff;
  text-decoration: none; }

.btnSrollUp:hover {
  color: #33455a;
  opacity: 1; }

/* ================================================== /*
 * @MEDIA SCREEN AND (max-width:1199px)
/* ================================================== */
@media screen and (max-width: 1199px) {
  /* Home */
  .wrHome {
    padding: 30px 0; }
  /* Integration */
  .wrIntegrationCards {
    margin-top: 30px; }
  /* Guarante */
  .wrGuaranteeCards {
    margin-top: 30px; }
  /* DownloadNow */
  .wrDownloadNowCards {
    margin-top: 30px; }
  /* Footer */
  .copyright {
    margin-top: -30px; } }

/* ================================================== /*
 * @MEDIA SCREEN AND (max-width:991px)
/* ================================================== */
@media screen and (max-width: 991px) {
  .wrSectionTitle {
    margin-bottom: 30px; }
  /* Navigation */
  #navigation {
    min-height: 100px; }
  #navigation .navbar {
    padding: 15px 0 0 0; }
  .navbar-brand {
    min-height: 100px;
    width: 100px; }
  #navigation .navbar-brand img {
    width: 80px; }
  #navigation .navbar-light .navbar-toggler {
    display: none;
    border: none; }
  #navigation .personalNavbarToggle {
    display: block;
    top: 35px; }
  #navigation .navbar-collapse {
    border-bottom: 1px solid #1ea6b6; }
  /* Introduction */
  #introduction {
    padding: 30px 0; }
  .introductionCol2 {
    padding: 55px 15px 15px 15px; }
  /* Integration */
  #integration {
    padding: 30px 0; }
  /* Integration2 */
  #integration2 {
    padding: 30px 0; }
  /* Guarante */
  #guarantee {
    padding: 30px 0; }
  .wrGuaranteeCards {
    margin-top: 0; }
  .guaranteeCard {
    width: 45%; }
  /* DownloadNow */
  #downloadNow {
    padding: 30px 0; }
  /* Feedback */
  .feedbackCol1,
  .feedbackCol2 {
    padding: 30px 15px; }
  .feedbackTitle {
    font-size: 22px; }
  /* Contact */
  #contact {
    padding: 30px 0; }
  #contact .wrSectionTitle {
    margin-bottom: 30px; }
  .contactCol1 {
    display: none; }
  .contactCol2Bg {
    display: block; }
  /* Footer */
  .footerRow1 {
    flex-wrap: wrap; }
  .footerCol1 img {
    width: 46px; }
  .footerCol1 {
    margin: 0 auto 30px; }
  .copyright {
    margin-top: 15px; }
  .wr2FooterCol {
    margin-left: 0; }
  .footerCol2,
  .footerCol4 {
    margin: 0; } }

/* ================================================== /*
 * @MEDIA SCREEN AND (max-width:767px)
/* ================================================== */
@media screen and (max-width: 767px) {
  .wrSectionTitle {
    text-align: center; }
  /* Introduction */
  .introductionCol2 {
    margin-top: 35px; }
  /* Integration */
  .integrationCard {
    width: 40%; }
  .integrationCol1 img {
    width: 40%; }
  .integrationCol2 {
    margin-top: 30px; }
  /* Guarante */
  .guaranteeCard {
    width: 40%; }
  .downloadNowCard {
    width: 40%; }
  /* Feedback */
  .feedbackCol1,
  .feedbackCol2 {
    width: 100%; }
  .feedbackTitle {
    font-size: 22px; }
  /* Contact */
  .contactCol1 {
    margin-bottom: 30px; } }

/* ================================================== /*
 * @MEDIA SCREEN AND (max-width:575px)
/* ================================================== */
@media screen and (max-width: 575px) {
  .wrSectionTitle {
    margin-bottom: 15px; }
  .sectionTitle {
    font-size: 28px; }
  /* Home */
  .wrHome {
    padding: 15px 0; }
  .wrBrandMarketplace {
    padding: 15px; }
  /* Navigation */
  #navigation {
    min-height: 70px; }
  #navigation .navbar {
    padding: 5px 0 0 0; }
  #navigation .personalNavbarToggle {
    top: 22px; }
  .navbar-brand {
    top: -21px;
    min-height: 80px;
    width: 80px; }
  #navigation .navbar-brand img {
    width: 60px; }
  #navigation .personalNavbarToggle {
    top: 15px; }
  /* Introduction */
  #introduction {
    padding: 15px 0; }
  .introductionText {
    font-size: 16px; }
  .introductionCol2 {
    margin-top: 20px; }
  /* Guarante */
  #guarantee {
    padding: 15px 0; }
  /* Integration */
  #integration {
    padding: 15px 0; }
  .integrationText {
    font-size: 16px; }
  .integrationCol2 {
    margin-top: 15px;
    padding: 15px; }
  /* Integration2 */
  #integration2 {
    padding: 15px; }
  .integrationText2 {
    font-size: 16px; }
  .wrIntegrationCards {
    margin-top: 15px; }
  .iCardRow2 span {
    font-size: 16px; }
  /* Guarante */
  .guaranteeCardRow2 {
    min-height: 100px; }
  .guaranteeCardRow2 span {
    font-size: 16px; }
  /* DownloadNow */
  #downloadNow {
    padding: 15px 0; }
  .wrDownloadNowCards {
    margin-top: 15px; }
  .downloadNowCard {
    width: 40%; }
  .downloadNowCardRow2 span {
    font-size: 16px; }
  /* Feedback */
  .feedbackCol1, .feedbackCol2 {
    padding: 15px; }
  .btnFeedbackRequest,
  .btnFeedbackSubscribe {
    margin: 15px auto 0; }
  /* Contact */
  #contact {
    padding: 15px 0; }
  #contact .wrSectionTitle {
    margin-bottom: 15px; }
  .contactCol1 {
    margin-bottom: 15px; }
  .contactText {
    font-size: 16px; }
  /* Footer */
  #footer {
    padding: 15px 0; }
  .footerCol1 {
    margin-bottom: 15px; }
  .wr2FooterCol {
    flex-wrap: wrap;
    justify-content: center; }
  .footerCol2,
  .footerCol3,
  .footerCol4 {
    justify-content: center;
    width: 100%;
    margin: 15px 0; }
  .footerRow2 {
    margin-top: 15px; }
  .footerTitle {
    text-align: center; } }

/* ================================================== /*
 * @MEDIA SCREEN AND (max-width:467px)
/* ================================================== */
@media screen and (max-width: 467px) {
  .sectionTitle {
    font-size: 24px; }
  /* Home */
  .wrBrandMarketplace {
    width: 85%; }
  /* Integration */
  .integrationBtn {
    margin: auto; }
  /* Integration2 */
  .integrationCard {
    width: 100%; }
  /* Guarante */
  .guaranteeCard {
    width: 100%; }
  /* DownloadNow */
  .downloadNowCard {
    width: 100%; }
  /* Feedback */
  .feedbackTitle {
    font-size: 20px; }
  .btnFeedbackRequest,
  .btnFeedbackSubscribe {
    padding: 10px 15px; } }

/*# sourceMappingURL=../map/taobao.css.map */
