.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.body.body-rtl {
  direction: rtl;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 880px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #3f3f3f;
  color: #fff;
}

.hero-section.hero-section-sitemap {
  height: auto;
  padding-top: 184px;
  padding-bottom: 64px;
  background-color: transparent;
  color: #000;
}

.row {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.row.rowflexcemter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.rowfullheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.rowflexbottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.rowrtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column {
  padding-right: 16px;
  padding-left: 16px;
}

.column.columnbottommargin {
  display: block;
}

.column.column-flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column.columnfullherght {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.column.columntopbottompadding {
  display: block;
  padding-top: 48px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.columflexbottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.columnflexcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.columnflexright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column.columnflexleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column.columntopbottompaddingallstate {
  display: block;
  padding-top: 48px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 56px;
}

.h1.h1large {
  font-size: 88px;
  line-height: 88px;
  font-weight: 800;
}

.h1.h1large.h1largecenter {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}

.h1.h1smalluppercase {
  margin-bottom: 8px;
  opacity: 0.7;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.container.containernavbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.containernavbar.containernavbarcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.containerfooterpayop {
  margin-top: 20px;
}

.container.containergrid {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-column-count: 4;
  column-count: 4;
}

.container.containergrid {
  display: block;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-column-count: 4;
  column-count: 4;
}

.button-tooltip-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qr-code {
  display: block;
  width: 132px;
  height: 132px;
  margin: 22px;
}

.tooltip-qr-playmarket {
  position: absolute;
  z-index: 100000;
  display: none;
  margin-top: -185px;
  padding: 0px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.8);
}

.hero-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-links-container.hero-links-container-sitemap {
  margin-top: 24px;
}

.apk-badge {
  margin-top: 2px;
  margin-right: 10px;
  margin-left: 10px;
}

.apps-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 0px;
  padding-left: 0px;
}

.apps-container.appscontainernomargin {
  margin-right: 0px;
  margin-left: 0px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  min-width: 200px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #fc8600;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #eb7d00;
}

.button.button-404 {
  width: 100%;
  max-width: 240px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

.tooltip-qr-appstore {
  position: absolute;
  z-index: 100000;
  display: none;
  margin-top: -185px;
  padding: 0px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.8);
}

.buttonapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.buttonapp:hover {
  background-color: rgba(0, 0, 0, 0.95);
}

.buttonapp.button-app-appstore {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 21px;
  padding-left: 21px;
}

.button-spacer {
  display: none;
}

.hero-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.hero-subtitle.herosubtitlecenter {
  text-align: center;
}

.section {
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-transition: -webkit-filter 0ms ease;
  transition: -webkit-filter 0ms ease;
  transition: filter 0ms ease;
  transition: filter 0ms ease, -webkit-filter 0ms ease;
}

.section.section-footer {
  position: relative;
  z-index: 100;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #fff;
}

.section.sectionbottommargin {
  padding-top: 0px;
  padding-bottom: 96px;
}

.section.sectiontopmargin {
  padding-bottom: 0px;
}

.section.section-hero-alternative {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.section.sectionhalftopmargin {
  padding-top: 48px;
}

.section.setionherocarouselpage {
  padding-top: 96px;
}

.section.setionheroapp {
  padding-top: 10px;
}

.imagefullwidth-ontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 903px;
  min-height: 779px;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
}

.h3.h3-link {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph {
  position: relative;
  z-index: 100;
  margin-top: 8px;
  margin-bottom: 0px;
}

.paragraph.paragraph-bold {
  font-weight: 700;
}

.h2 {
  position: relative;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
}

.h2.hlink {
  margin-bottom: 6px;
}

.h2.h2nomargin {
  margin-bottom: -6px;
}

.line-devider {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  max-width: 1024px;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e4e4e4;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3061e7;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.linktopmargin {
  margin-top: 32px;
}

.link.linkmargintop {
  margin-top: 16px;
  margin-right: 24px;
  margin-bottom: 0px;
  color: #3061e7;
}

.column-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-language.column-language-flex-height {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row-language.row-language-flex-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-language.row-language-flex-height.row-language-flex-heightertl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.link-footer {
  margin-bottom: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #757575;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.link-footer:hover {
  color: #424242;
}

.footer-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.all-lang-container {
  padding-top: 8px;
}

.title-footer {
  margin-bottom: 16px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.schema {
  margin-top: -128px;
}

.vertical-spacer {
  height: 32px;
}

.center-container {
  margin-bottom: -24px;
}

.feature-container {
  margin-bottom: 24px;
}

.feature-container.feature-container-top-bottom-margin {
  margin-top: 0px;
  margin-bottom: 32px;
}

.feature-container.feature-containermargin {
  margin-bottom: 12px;
}

.image-langiage-mobile {
  display: none;
}

.html-embed {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.columns-browsers {
  margin-top: 24px;
  margin-bottom: 16px;
  padding-right: 0px;
  padding-left: 0px;
}

.browser-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.browser-logo {
  width: 24px;
  height: 24px;
}

.column-rowser {
  padding-right: 0px;
  padding-left: 0px;
}

.link-browser {
  margin-right: 8px;
  margin-left: 8px;
  color: #3681e4;
  text-decoration: none;
}

.image-ios {
  margin-top: 32px;
  margin-bottom: 30px;
}

.image-windows {
  max-width: 70%;
  margin-top: 32px;
  margin-bottom: 30px;
}

.row-localise {
  margin-bottom: 16px;
}

.column-localisation {
  padding-right: 0px;
  padding-left: 0px;
}

.link-localisation {
  margin-bottom: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #757575;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.link-localisation:hover {
  color: #424242;
}

.link-localisation.link-localisation-rtl {
  direction: rtl;
}

.container-footer-code {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.container-footer-code.container-footer {
  max-width: 1004px;
}

.conainer-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 20px;
  float: left;
  border-top: 1px solid #e0e0e0;
}

.paragraph-footer {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-footer.paragraph-footer-bold {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  float: left;
  color: #000;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}

.paragraph-footer.paragraph-footer-bold.paragraph-footer-bold-rtl {
  margin-right: 0px;
  margin-left: 32px;
}

.link-footer-temp {
  margin-right: 16px;
  margin-bottom: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #757575;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.link-footer-temp:hover {
  color: #424242;
}

.link-footer-temp.link-footer-temp-rtl {
  margin-right: 0px;
  margin-left: 16px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.logo-404 {
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 24px;
  color: #fff;
}

.logo-text {
  margin-top: 0px;
  margin-right: 16px;
  margin-left: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.logo-text.logo-text-dark {
  color: #000;
}

.logo-container {
  position: relative;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo {
  width: 48px;
  height: 48px;
}

.slide-nav {
  display: none;
  width: 100%;
  opacity: 0;
}

.arrow-slider {
  z-index: 1000;
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 150px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 27px;
}

.arrow-slider:hover {
  color: #fa811a;
}

.arrow-right {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin-top: -385px;
  float: right;
}

.arrow-right.arrow-right-rtl {
  margin-left: 50px;
  float: left;
}

.carousel-slider {
  margin-right: 16px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.carousel-slider.carousel-slider-rtl {
  margin-right: 0px;
  margin-left: 16px;
}

.arrow-left {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  margin-top: -385px;
  margin-right: 50px;
  float: right;
}

.arrow-left.arrow-left-rtl {
  margin-right: 0px;
  float: left;
}

.carousel-mask {
  overflow: visible;
  max-width: 200px;
  margin-left: 0px;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 16px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-thumb {
  width: 100%;
  max-height: 186px;
  max-width: 464px;
  min-height: 186px;
  min-width: 464px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.spacer-sitemap {
  width: 100%;
  height: 64px;
}

.list {
  margin-top: 24px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-gallery {
  max-width: 1060px;
  margin-top: 0px;
  margin-bottom: 8px;
}

.imagefeauresdesktop {
  display: block;
  width: 499px;
  height: 590px;
}

.imagefeauresmobile {
  display: none;
}

.div-block-5 {
  padding-bottom: 18px;
}

.imagethumbmarketing {
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.imagethumbmarketing:hover {
  opacity: 1;
  -webkit-filter: brightness(82%);
  filter: brightness(82%);
}

.imagethumbmarketing.imagethumbmarketingfullwidth {
  width: 100%;
  margin-bottom: 16px;
}

.imagethumbmarketing.imagethumbmarketingfullwidth:hover {
  -webkit-filter: none;
  filter: none;
}

.imagethumbmarketing.imagethumbmarketingnohover:hover {
  -webkit-filter: none;
  filter: none;
}

.appstorebadge {
  min-width: 91px;
}

.image-gallery-mobile {
  display: none;
  max-width: 1060px;
  margin-top: 0px;
  margin-bottom: 8px;
}

.h3link {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.linkexplore {
  display: block;
  margin-top: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3061e7;
  font-weight: 500;
  text-decoration: none;
}

.linkexplore:hover {
  color: #173588;
}

.linkexlorearrow {
  margin-left: 8px;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.linkh1 {
  color: #3061e7;
  text-decoration: none;
}

.linkh2 {
  color: #3061e7;
  text-decoration: none;
}

.linkh3 {
  color: #3061e7;
  text-decoration: none;
}

.linkparagraph {
  color: #3061e7;
  text-decoration: none;
}

.imagegalletylarge {
  width: 100%;
  max-width: 1150px;
  margin-top: 10px;
  margin-bottom: -96px;
}

.imagegalletylarge.imagegalletylargebottommargin {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.herolinkscontainer {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herospacer {
  width: 100%;
  height: 24px;
}

.containerdark {
  width: 100%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  background-color: #f7f7f7;
}

.containerdark.containerdarkwhitebody {
  overflow: hidden;
}

.imagevideochat {
  width: 100%;
  max-width: 1150px;
  margin-top: 0px;
  margin-bottom: -80px;
}

.imagevideochat.imagevideochatbottommargin {
  margin-bottom: 16px;
}

.imagegirlwhitebody {
  display: block;
  max-height: 514px;
  min-height: 514px;
  min-width: 125%;
  margin-top: 10px;
  margin-right: -15px;
  margin-left: -33px;
}

.imagegirlwhitebody.imagegirlwhitebodyrtl {
  margin-right: -51px;
}

.imagegirlblackbody {
  max-height: 650px;
  max-width: 90%;
  min-height: 650px;
  min-width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.containerlinkslanding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 10px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 10px;
  background-color: #fc8600;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #eb7d00;
}

.imageprivate {
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: -80px;
}

.imagegirlreddress {
  display: block;
  max-height: 606px;
  max-width: 500px;
  min-height: 606px;
  min-width: 500px;
  margin-top: 10px;
  float: right;
}

.imagewomandarkbody {
  max-height: 636px;
  max-width: 400px;
  min-height: 636px;
  min-width: 400px;
  margin-top: 10px;
  float: right;
  -webkit-filter: saturate(80%);
  filter: saturate(80%);
}

.imagewomandarkbody.imagegirlblackbodyrtl {
  margin-right: 46px;
}

.imagechat {
  width: 100%;
  max-width: 1150px;
}

.containerlocalisation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  min-height: 720px;
  min-width: 1024px;
  margin: -96px auto;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #f6f6f6;
  background-image: url('../images/partner-girl.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.containerlocalisation.containerlocalisationrtl {
  background-image: url('../images/partner-girl-rtl.webp');
}

.containergreybg {
  display: block;
  width: 100%;
  max-width: 1240px;
  min-height: 720px;
  min-width: 1024px;
  margin: -96px auto;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #f6f6f6;
}

.app {
  overflow: hidden;
  width: 100%;
  height: 87vh;
  max-width: 1600px;
  min-height: 560px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  background-color: transparent;
}

.app.appfullwidth {
  position: relative;
  z-index: 10;
  height: 89vh;
  max-width: 100%;
  margin-bottom: 0px;
  border-top-style: none;
  border-top-width: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-left-style: none;
  border-left-width: 0px;
}

.buttoncontainertop {
  margin-bottom: -80px;
  padding-right: 30px;
  padding-left: 30px;
}

.buttonexpand {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: -28px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 20px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
  border-color: #d5d5d5;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-radius: 10px;
  background-color: #2e88ed;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.buttonexpand:hover {
  background-color: #2f2d33;
}

.buttonexpand.buttonexpandinline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 3px 5px 3px 10px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px solid #2f2d33;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.buttonexpand.buttonexpandinline:hover {
  border-style: solid;
  border-color: #e4e4e4;
  background-color: #e4e4e4;
}

.buttonexpand.buttonexpandinline.buttonexpandinlinertl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 5px;
  float: left;
}

.buttonexpand.buttonexpandinline.buttonexpandinlinertl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 5px;
  float: left;
}

.icon-expand {
  max-width: 16px;
  min-width: 16px;
  opacity: 0.5;
}

.textepand {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.textepand.textepanddark {
  padding-right: 5px;
  padding-left: 5px;
  opacity: 0.5;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.imagepayop {
  margin-left: -20px;
}

.imagepayop.imagepayoprtl {
  margin-right: -20px;
  margin-left: 0px;
}

.containersocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -6px 6px;
}

.containersocialicon {
  margin-right: 6px;
  margin-left: 6px;
}

.iconsocial {
  width: 28px;
  height: 28px;
  opacity: 0.75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.iconsocial:hover {
  opacity: 0.9;
}

.container-footer-flex-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.imagesmartphonesingle {
  max-height: 703px;
  min-height: 703px;
  margin-right: auto;
  margin-left: auto;
}

.imagesmartphonesinglemobile {
  display: none;
}

.containercarousel {
  width: 100%;
  max-width: 1008px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.features-container {
  margin-top: 6px;
}

.postphototemplate {
  display: inline-block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #000;
  text-decoration: none;
}

.post-image-container {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: -6px;
  border-radius: 8px;
  background-color: #000;
}

.feature-text {
  float: left;
  color: #696868;
  font-size: 14px;
  line-height: 20px;
}

.feature-text.feature-text-rtl {
  text-align: right;
}

.card-body {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 10px 0px 0px;
}

.feature-icon {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  float: left;
  opacity: 0.6;
}

.feature-icon.feature-icon-rtl {
  margin-right: 0px;
  margin-left: 2px;
}

.postimage {
  width: 100%;
  min-width: 227px;
  clear: both;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.postimage:hover {
  opacity: 0.8;
}

.headlining-post {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #131314;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: none;
}

.feature {
  height: 28px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 4px 8px;
  float: left;
  border-radius: 4px;
  background-color: #f6f6f6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature:hover {
  background-color: #e4e4e4;
}

.feature.feature-static:hover {
  background-color: #f6f6f6;
}

.feature.feature-static.feature-static-rtl {
  float: right;
}

.postvideotemplate {
  display: inline-block;
  width: 100%;
  color: #000;
  text-decoration: none;
}

.containergrid {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-column-count: 4;
  column-count: 4;
}

.carousel-mask-2 {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-bottom: 24px;
  float: left;
}

.columnfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link {
  margin-bottom: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #595959;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
}

.buttoncontainertopapp {
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.spacer-caroucel-page {
  width: 100%;
  height: 32px;
}

.allpostscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.labelonline {
  position: absolute;
  left: 10px;
  top: 10px;
  overflow: hidden;
  height: 20px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 10px;
  background-color: #35c24d;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.linkexplore-2 {
  display: block;
  margin-top: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3061e7;
  font-weight: 500;
  text-decoration: none;
}

.linkexplore-2:hover {
  color: #173588;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-section {
    max-height: 560px;
    padding-bottom: 48px;
  }

  .hero-section.hero-section-sitemap {
    padding-top: 144px;
    padding-bottom: 32px;
  }

  .row.row-flex-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column.columntopbottompadding {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .column.columntopbottompaddingallstate {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  .h1.h1large.h1largecenter {
    font-size: 56px;
    line-height: 56px;
  }

  .container.containerfooterpayop {
    margin-top: 10px;
  }

  .button-tooltip-container {
    display: block;
  }

  .qr-code {
    display: none;
  }

  .hero-links-container {
    margin-top: 24px;
  }

  .apps-container {
    margin-right: 5px;
    margin-left: 5px;
  }

  .button {
    height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .buttonapp {
    height: 48px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .buttonapp.button-app-appstore {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 9px;
    padding-left: 11px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-subtitle.herosubtitlecenter {
    line-height: 26px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.sectionhalftopmargin {
    padding-top: 24px;
  }

  .imagefullwidth-ontainer {
    width: 100%;
    min-height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .h3 {
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .h3.h3-link {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph {
    margin-top: 8px;
    line-height: 21px;
  }

  .h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
  }

  .link {
    display: block;
  }

  .link.linktopmargin {
    margin-top: 16px;
  }

  .link-footer {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .all-lang-container {
    padding-top: 8px;
  }

  .title-footer {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .vertical-spacer {
    height: 24px;
  }

  .feature-container.feature-container-top-bottom-margin {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .columns-browsers {
    margin-bottom: 8px;
  }

  .browser-container {
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .browser-logo {
    width: 20px;
    height: 20px;
  }

  .link-browser {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
  }

  .column-localisation {
    margin-bottom: 0px;
  }

  .link-localisation {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-footer.paragraph-footer-bold {
    margin-right: 24px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .link-footer-temp {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .arrow-right {
    display: block;
    margin-top: -378px;
    opacity: 1;
  }

  .arrow-left {
    display: block;
    margin-top: -378px;
    margin-right: 50px;
    margin-left: -4vw;
    opacity: 1;
  }

  .arrow-left.arrow-left-rtl {
    margin-left: 0vw;
  }

  .carousel.is_contained {
    overflow: visible;
  }

  .image-thumb {
    max-height: 179px;
    max-width: 448px;
    min-height: 135px;
    min-width: 336px;
    margin-bottom: 12px;
  }

  .spacer-sitemap {
    height: 40px;
  }

  .list {
    margin-top: 24px;
  }

  .image-gallery {
    max-width: 106%;
    margin: 0px 3% 16px;
  }

  .imagefeauresdesktop {
    width: auto;
    height: auto;
  }

  .image-gallery-mobile {
    max-width: 106%;
    margin: 0px 3% 16px;
  }

  .h3link {
    font-size: 21px;
  }

  .h5 {
    font-size: 16px;
  }

  .imagegalletylarge {
    max-width: 104%;
    margin: 16px 3% -48px;
  }

  .herolinkscontainer {
    margin-top: 24px;
  }

  .herospacer {
    margin-top: 32px;
  }

  .containerdark {
    border-radius: 0px;
  }

  .imagevideochat {
    max-width: 106%;
    margin: 0px 3% -88px;
  }

  .imagegirlwhitebody {
    max-height: 620px;
    max-width: 600px;
    min-height: 420px;
    min-width: 155%;
    margin-right: auto;
    margin-left: -49px;
    float: left;
  }

  .imagegirlblackbody {
    max-height: 610px;
    max-width: 390px;
    min-height: 470px;
    min-width: 300px;
    margin-top: 10px;
    margin-right: 0px;
    float: left;
  }

  .button-2 {
    height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .imageprivate {
    max-width: 106%;
    margin: 0px 3% -88px;
  }

  .imagegirlreddress {
    max-height: 484px;
    max-width: 400px;
    min-height: 484px;
    min-width: 400px;
    margin-top: -43px;
    margin-right: -82px;
    float: left;
  }

  .imagewomandarkbody {
    max-height: 514px;
    max-width: 322px;
    min-height: 514px;
    min-width: 322px;
    margin-right: 0px;
    margin-left: 40px;
    float: left;
  }

  .imagechat {
    max-width: 104%;
    margin-top: 0px;
    margin-right: 3%;
    margin-left: 3%;
  }

  .containerlocalisation {
    max-width: 100%;
    min-height: 640px;
    min-width: 100%;
    margin-top: -48px;
    margin-bottom: -48px;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 0px;
    background-position: 61% 100%;
    background-size: auto 94%;
  }

  .containerlocalisation.containerlocalisationrtl {
    min-height: 640px;
    margin-top: -48px;
    margin-bottom: -48px;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 0px;
    background-position: 40% 100%;
  }

  .containergreybg {
    max-width: 100%;
    min-width: 100%;
    margin-top: -48px;
    margin-bottom: -48px;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 0px;
    background-image: none;
  }

  .app.appfullwidth {
    height: 93vh;
  }

  .buttoncontainertop {
    margin-bottom: -50px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .buttonexpand.buttonexpandinline {
    height: 26px;
    margin-top: 0px;
    padding: 0px 3px 0px 8px;
    border-radius: 5px;
  }

  .icon-expand {
    max-width: 14px;
    min-width: 14px;
  }

  .textepand.textepanddark {
    font-size: 13px;
  }

  .containersocial {
    margin-top: 16px;
  }

  .imagesmartphonesingle {
    max-height: 703px;
    min-height: 551px;
  }

  .containercarousel {
    margin-top: 20px;
  }

  .post-image-container {
    margin-bottom: -3px;
  }

  .postimage {
    min-width: 164px;
  }

  .footer-link {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .buttoncontainertopapp {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .spacer-caroucel-page {
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .row {
    max-width: 480px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .row.rowflexcemter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .row.row-flex-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .row.row-flex-vertical.row-flex-vertical-localisation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row.rowflexbottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row.rowflexbottom.rowflexbottominnerpages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.rowrtl {
    display: block;
  }

  .column {
    overflow: hidden;
  }

  .column.columnbottommargin {
    margin-bottom: 24px;
  }

  .column.columnfullherght.columnfullheightbottommargin {
    margin-bottom: 32px;
  }

  .column.columntopbottompadding {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .column.columflexbottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .column.columntopbottompaddingallstate {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .h1 {
    margin-bottom: 8px;
  }

  .h1.h1large.h1largecenter {
    font-size: 48px;
    line-height: 48px;
  }

  .container {
    max-width: 480px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.containerfooterpayop {
    margin-top: 0px;
  }

  .container.containerlanding {
    margin-bottom: 24px;
  }

  .hero-links-container {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .apk-badge {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .apps-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    width: 100%;
    height: 48px;
    max-width: 432px;
    margin-bottom: 6px;
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
    text-align: center;
  }

  .buttonapp {
    width: auto;
    height: 48px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .buttonapp.button-app-appstore {
    margin-right: 5px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .hero-subtitle {
    padding-right: 0px;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.sectionbottommargin {
    padding-bottom: 40px;
  }

  .section.section-hero-alternative {
    position: relative;
    min-width: 100%;
    margin-top: -28px;
  }

  .section.setionheroapp {
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .imagefullwidth-ontainer {
    max-width: 480px;
    min-width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .h2 {
    margin-bottom: 8px;
    line-height: 28px;
  }

  .link {
    display: block;
  }

  .link-footer {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 150%;
  }

  .all-lang-container {
    padding-top: 4px;
  }

  .title-footer {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 16px;
  }

  .feature-container {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .feature-container.feature-container-top-bottom-margin {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .image-langiage-mobile {
    position: relative;
    z-index: 100;
    display: block;
    margin-top: -48px;
  }

  .image-windows {
    max-width: 100%;
  }

  .row-localise {
    margin-bottom: 0px;
  }

  .column-localisation {
    padding-bottom: 4px;
  }

  .link-localisation {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 150%;
  }

  .container-footer-code {
    max-width: 480px;
  }

  .container-footer-code.container-footer {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .conainer-footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-footer.paragraph-footer-bold {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .link-footer-temp {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 150%;
  }

  .logo-text {
    margin-top: 6px;
    font-size: 20px;
  }

  .logo-text.logo-text-dark {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .logo {
    width: 40px;
    height: 40px;
  }

  .arrow-right {
    display: block;
    margin-top: -372px;
    opacity: 1;
  }

  .arrow-left {
    display: block;
    margin-top: -359px;
    margin-left: 0vw;
    opacity: 1;
  }

  .carousel-mask {
    width: 60%;
    margin-left: 0px;
  }

  .carousel.is_contained {
    overflow: auto;
  }

  .image-thumb {
    max-height: 138px;
    max-width: 343px;
    min-height: 86px;
    min-width: 217px;
    margin-bottom: 12px;
  }

  .spacer-sitemap {
    height: 0px;
  }

  .spacer-sitemap.spacersitemaptext {
    height: 30px;
  }

  .list {
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .image-gallery {
    margin-top: 0px;
  }

  .imagefeauresdesktop {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .imagethumbmarketing {
    margin-bottom: 15px;
    border-radius: 10px;
  }

  .imagethumbmarketing.imagethumbmarketingfullwidth {
    border-radius: 10px;
  }

  .image-gallery-mobile {
    margin-top: 0px;
  }

  .h3link {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .linkexplore {
    margin-top: 12px;
  }

  .imagegalletylarge {
    margin-top: 10px;
    margin-bottom: -32px;
  }

  .herolinkscontainer {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .containerdark.containerdarkwhitebody {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .containerdark.containerdarkwhitebody.containerdarkwhitebodyrtl {
    background-image: none;
    background-position: 0px 0px;
  }

  .containerdark.containerdarkblackbody {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .containerdark.containerdarkblackbody.containerdarkblackbodyrtl {
    background-image: none;
  }

  .imagevideochat {
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .imagevideochat.imagevideochatbottommargin {
    margin-bottom: 8px;
  }

  .imagegirlwhitebody {
    display: none;
  }

  .imagegirlblackbody {
    display: none;
  }

  .button-2 {
    height: 48px;
    padding-top: 17px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
    text-align: center;
  }

  .imageprivate {
    margin-top: 0px;
    margin-bottom: -40px;
  }

  .imagegirlreddress {
    display: none;
  }

  .imagewomandarkbody {
    display: none;
  }

  .imagechat {
    margin-top: 0px;
  }

  .containerlocalisation {
    min-height: auto;
    margin-top: -32px;
    margin-bottom: -32px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .containerlocalisation.containerlocalisationrtl {
    min-height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .containergreybg {
    min-height: 600px;
    margin-top: -32px;
    margin-bottom: -32px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 0px;
  }

  .app {
    min-height: auto;
  }

  .app.appfullwidth {
    height: 93vh;
  }

  .buttoncontainertop {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .buttonexpand.buttonexpandinline {
    margin-top: 10px;
    margin-bottom: -8px;
  }

  .buttonexpand.buttonexpandinline.buttonexpandinlinertl {
    margin-top: 0px;
  }

  .containersocial {
    margin-bottom: 9px;
  }

  .imagesmartphonesingle {
    display: none;
  }

  .imagesmartphonesinglemobile {
    display: block;
    width: 100%;
    max-height: 579px;
    min-height: 579px;
    margin-bottom: 20px;
  }

  .card-body {
    padding-top: 8px;
  }

  .postimage {
    min-width: 100%;
  }

  .headlining-post {
    font-size: 14px;
  }

  .containergrid {
    max-width: 480px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .carousel-mask-2 {
    margin-left: 0px;
  }

  .buttoncontainertopapp {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 10px;
    padding-top: 0px;
  }

  .linkexplore-2 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-bottom: 32px;
  }

  .hero-section.hero-section-sitemap {
    padding-top: 128px;
  }

  .row {
    display: block;
  }

  .row.rowflexcemter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.row-flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.rowfullheight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.rowflexbottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    display: block;
    margin-bottom: 0px;
  }

  .column.columnbottommargin {
    margin-bottom: 24px;
  }

  .column.columntopbottompadding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column.columnmarketingtop {
    padding-top: 10px;
  }

  .column.columntopbottompaddingallstate {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1 {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .h1.h1large.h1largecenter {
    font-size: 40px;
    line-height: 40px;
  }

  .h1.h1smalluppercase {
    text-align: left;
  }

  .container.containernavbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container.containergrid {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .container.containergrid {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .hero-links-container {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .apk-badge {
    padding-right: 6px;
    padding-left: 6px;
  }

  .apps-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .apps-container.appscontainernomargin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .buttonapp {
    width: auto;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .buttonapp.button-app-appstore {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .button-spacer {
    display: block;
    width: 5px;
    height: 100%;
    min-height: 38px;
    min-width: 5px;
    margin-top: 8px;
    padding-right: 3px;
    padding-bottom: 48px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .hero-subtitle.herosubtitlecenter {
    font-size: 18px;
    line-height: 24px;
  }

  .section {
    min-width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.section-hero-alternative {
    margin-top: -135px;
    padding-top: 20px;
  }

  .imagefullwidth-ontainer {
    max-height: 410px;
    min-height: 150px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .h3 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
  }

  .h3.h3-link {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph.paragraphcenter {
    text-align: center;
  }

  .h2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
  }

  .link {
    display: block;
  }

  .link.linkmargintop {
    width: 100%;
    margin-top: 10px;
  }

  .column-language.column-language-flex-height {
    margin-bottom: 20px;
  }

  .row-language.row-language-flex-height {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-language.row-language-flex-height.row-language-flex-heightertl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .link-footer {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .footer-column-container {
    margin-bottom: 0px;
  }

  .all-lang-container {
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .title-footer {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .vertical-spacer {
    height: 18px;
  }

  .center-container {
    margin-bottom: 0px;
    padding-top: 16px;
  }

  .feature-container {
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .image-langiage-mobile {
    display: block;
    max-height: 406px;
    max-width: 478px;
    min-height: 203px;
    min-width: 240px;
    margin-top: -32px;
  }

  .columns-browsers {
    margin-bottom: 8px;
  }

  .image-ios {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  .column-localisation {
    padding-bottom: 6px;
  }

  .link-localisation {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .link-footer-temp {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .navbar {
    margin-top: 10px;
  }

  .logo-text {
    margin-top: 0px;
    font-size: 18px;
  }

  .logo-text.logo-text-dark {
    margin-top: 2px;
  }

  .logo {
    width: 40px;
    height: 40px;
  }

  .arrow-right {
    display: block;
    margin-top: -305px;
    margin-right: -24px;
  }

  .carousel-slider {
    margin-right: 12px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .arrow-left {
    display: block;
    margin-top: -305px;
    margin-right: 24px;
  }

  .carousel-mask {
    width: 100%;
    max-width: 140px;
  }

  .carousel.is_contained {
    overflow: auto;
    margin-top: 12px;
    padding-bottom: 0px;
  }

  .image-thumb {
    max-height: 172px;
    max-width: 431px;
    min-height: 76px;
    min-width: 192px;
    margin-bottom: 8px;
  }

  .spacer-sitemap {
    height: 0px;
  }

  .list {
    margin-top: 16px;
  }

  .image-gallery {
    display: none;
    margin-top: 16px;
    background-color: #383838;
  }

  .imagefeauresdesktop {
    display: none;
    max-width: 150%;
    margin-top: -16px;
    margin-left: -20%;
    padding-right: 0px;
    padding-left: 27px;
  }

  .imagefeauresmobile {
    display: block;
    width: 104%;
    max-height: 542px;
    max-width: 442px;
    min-height: 260px;
    min-width: 212px;
    margin-top: 0px;
    margin-bottom: 24px;
    margin-left: -2%;
  }

  .imagethumbmarketing.imagethumbmarketingfullwidth {
    border-radius: 10px;
  }

  .image-gallery-mobile {
    display: block;
    margin-top: 16px;
    background-color: #383838;
  }

  .linkexplore {
    margin-top: 8px;
  }

  .h5.h5center {
    text-align: center;
  }

  .imagegalletylarge {
    display: block;
    margin-top: 16px;
    background-color: #383838;
  }

  .imagegalletylarge.imagegalletylargebottommargin {
    margin-bottom: 8px;
  }

  .herolinkscontainer {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .herospacer {
    height: 10px;
  }

  .containerdark.containerdarkwhitebody {
    margin-top: -32px;
    padding-top: 32px;
    background-image: none;
  }

  .containerdark.containerdarkwhitebody.containerdarkwhitebodyrtl {
    background-image: none;
  }

  .containerdark.containerdarkblackbody {
    padding-top: 32px;
    background-image: none;
  }

  .containerdark.containerdarkinnerpages {
    margin-top: -32px;
    padding-top: 32px;
  }

  .imagevideochat {
    display: block;
    margin-top: 16px;
    background-color: #383838;
  }

  .imagevideochat.imagevideochathideonmobile {
    display: none;
  }

  .imagevideochat.imagevideochatbottommargin {
    margin-bottom: 16px;
  }

  .imagegirlwhitebody {
    display: block;
    width: 100%;
    max-height: 382px;
    max-width: 431px;
    min-height: 170px;
    min-width: 192px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }

  .imagegirlblackbody {
    display: block;
    width: 100%;
    max-height: 669px;
    max-width: 431px;
    min-height: 298px;
    min-width: 192px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }

  .containerlinkslanding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-2 {
    width: 100%;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .imageprivate {
    display: block;
    margin-top: 16px;
    background-color: #383838;
  }

  .imagegirlreddress {
    display: block;
    max-height: 521px;
    max-width: 100%;
    min-height: 232px;
    min-width: 192px;
    margin-top: 32px;
    margin-right: 0px;
  }

  .imagewomandarkbody {
    display: block;
    max-height: 638px;
    max-width: 400px;
    min-height: 306px;
    min-width: 192px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }

  .imagewomandarkbody.imagegirlblackbodyrtl {
    margin-right: auto;
  }

  .imagechat {
    display: block;
    margin-top: 0px;
    margin-bottom: 16px;
    background-color: #383838;
  }

  .containerlocalisation {
    min-height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .containerlocalisation.containerlocalisationrtl {
    min-height: auto;
    margin-top: -32px;
    margin-bottom: -32px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .containergreybg {
    min-height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .app {
    height: 70vh;
  }

  .app.appfullwidth {
    height: 82vh;
  }

  .buttoncontainertop {
    margin-top: 10px;
    margin-bottom: -68px;
    padding-left: 10px;
    float: right;
  }

  .buttoncontainertop.buttoncontainertoprtl {
    float: left;
  }

  .buttonexpand {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .buttonexpand.buttonexpandinline {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px;
  }

  .buttonexpand.buttonexpandinline.buttonexpandinlinertl {
    padding-right: 5px;
  }

  .buttonexpand.buttonexpandinline.buttonexpandinlinertl {
    padding-right: 5px;
  }

  .icon-expand {
    max-width: 15px;
    min-width: 15px;
  }

  .textepand.textepanddark {
    display: none;
  }

  .imagepayop {
    margin-left: -16px;
  }

  .imagepayop.imagepayoprtl {
    margin-right: -16px;
  }

  .containersocial {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .imagesmartphonesinglemobile {
    max-height: 573px;
    min-height: 258px;
  }

  .post-image-container {
    margin-bottom: -6px;
  }

  .feature-text {
    font-size: 12px;
    line-height: 17px;
  }

  .card-body {
    padding: 12px 8px 0px 0px;
  }

  .feature-icon {
    width: 17px;
    height: 17px;
    margin-right: 2px;
  }

  .headlining-post {
    line-height: 18px;
  }

  .feature {
    height: 25px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .carousel-mask-2 {
    width: 100%;
  }

  .buttoncontainertopapp {
    margin-top: 10px;
    padding-left: 10px;
    float: right;
  }

  .linkexplore-2 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b86b67c8-f6b2-532f-749d-2e548e51129a-4d280ae4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6e2d32c7-c038-2c2c-48e1-b7dc64dc9c1e-72280ae5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_63438e1a-fa9d-1b8a-0900-5797a415e941-a6280ae6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-fb280998 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bc2a22ff-a1a9-474a-d530-8e4b28553fb9-0f2809d6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2fe8176f-2281-2629-a3ff-28e1b9d13d08-0f2809d6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bc2a22ff-a1a9-474a-d530-8e4b28553fb9-432809d7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2fe8176f-2281-2629-a3ff-28e1b9d13d08-432809d7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_191f75eb-91a9-35cc-69d6-ad24728817a8-b82809dc {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_191f75eb-91a9-35cc-69d6-ad24728817a8-2f2809dd {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_70a14716-c0f3-44c4-7c34-c664fef11059-0c280a15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_70a14716-c0f3-44c4-7c34-c664fef11059-49280a16 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b3cef1f9-afb8-98be-97c2-a77c7863a13c-d4280a18 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2a3b45c5-746e-d521-5557-e7cb4b50f019-75280a1a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-14280a1f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-94280a20 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-dc280a21 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-4b280a22 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-11280a23 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-fe280a24 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-d9280a2c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-d9280a2d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-97280a2e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-cb280a34 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-b2280a35 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7e5e3ae2-ef14-b2be-202a-95dbb4fd9db6-e1280a36 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2c63e4c5-0c5c-f6e4-4745-144a51802423-e1280a36 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7e5e3ae2-ef14-b2be-202a-95dbb4fd9db6-5b280a37 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2c63e4c5-0c5c-f6e4-4745-144a51802423-5b280a37 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5b5d9493-cce0-3671-f572-32e4f7bfa762-d8280a39 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5b5d9493-cce0-3671-f572-32e4f7bfa762-1c280a3a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c31e0d44-1d50-c81e-9d73-90b602ff4232-d3280a41 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c31e0d44-1d50-c81e-9d73-90b602ff4232-89280a59 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c31e0d44-1d50-c81e-9d73-90b602ff4232-c7280a6a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c31e0d44-1d50-c81e-9d73-90b602ff4232-17280a9d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-efc4579d-1697-c84a-2c96-15cc148e4efc-72280ae8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-efc4579d-1697-c84a-2c96-15cc148e4efc-4d280ae9 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-da280aec {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d1d50c82-dd65-c26c-9755-fb755c8386bd-7e280aed {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

