<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hbspt-form *,
form *,
hs-form * {
  -webkit-font-smoothing: anti-aliased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-family: "Poppins";
}
.hbspt-form .hs-form input[type="text"]:focus,
.hbspt-form .hs-form input[type="text"]:focus,
.hbspt-form .hs-form input[type="password"]:focus,
.hbspt-form .hs-form input[type="datetime"]:focus,
.hbspt-form .hs-form input[type="datetime-local"]:focus,
.hbspt-form .hs-form input[type="date"]:focus,
.hbspt-form .hs-form input[type="month"]:focus,
.hbspt-form .hs-form input[type="time"]:focus,
.hbspt-form .hs-form input[type="week"]:focus,
.hbspt-form .hs-form input[type="number"]:focus,
.hbspt-form .hs-form input[type="email"]:focus,
.hbspt-form .hs-form input[type="url"]:focus,
.hbspt-form .hs-form input[type="search"]:focus,
.hbspt-form .hs-form input[type="tel"]:focus,
.hbspt-form .hs-form input[type="color"]:focus,
.hbspt-form .hs-form input[type="file"]:focus,
.hbspt-form .hs-form textarea:focus,
.hbspt-form .hs-form select:focus,
.hbspt-form .hs-form select.hs-input:focus,
.hbspt-form .hs-form input.hs-input[type="file"]:focus {
  outline: none;
  outline-style: none !important;
}
.hbspt-form .hs-form input[type="text"],
.hbspt-form .hs-form input[type="text"],
.hbspt-form .hs-form input[type="password"],
.hbspt-form .hs-form input[type="datetime"],
.hbspt-form .hs-form input[type="datetime-local"],
.hbspt-form .hs-form input[type="date"],
.hbspt-form .hs-form input[type="month"],
.hbspt-form .hs-form input[type="time"],
.hbspt-form .hs-form input[type="week"],
.hbspt-form .hs-form input[type="number"],
.hbspt-form .hs-form input[type="email"],
.hbspt-form .hs-form input[type="url"],
.hbspt-form .hs-form input[type="search"],
.hbspt-form .hs-form input[type="tel"],
.hbspt-form .hs-form input[type="color"],
.hbspt-form .hs-form input[type="file"],
.hbspt-form .hs-form textarea,
.hbspt-form .hs-form select,
.hbspt-form .hs-form select.hs-input,
.hbspt-form .hs-form input.hs-input[type="file"] {
  width: 100%;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
  height: 30px;
  background-color: #f3f3f3;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #3e485b;
  font-size: 15px;
  margin-bottom: 0;
  -webkit-appearance: none;
}
.hubspot-form-container .hbspt-form {
  border: none;
  box-shadow: none;
  padding: 50px 0;
}
.hubspot-form-container .hbspt-form .hs-form {
  width: 100%;
}
.hbspt-form {
  width: 100%;
  max-width: 650px;
}
.hubspot-form-container .hbspt-form .hs-form .input {
  margin-right: 0;
}
.hubspot-form-container .hs-form-field {
  width: 48% !important;
  margin-right: 20px;
}
.hubspot-form-container .hs-form-field:last-child {
  margin-right: 0;
}
.hubspot-form-container .hbspt-form .hs-form .input .hs-input,
.hubspot-form-container .hbspt-form .hs-form.stacked .hs-form-field label {
  text-align: left;
  font-weight: 400;
}
.hubspot-form-container .hbspt-form .hs-form p,
.hubspot-form-container .hbspt-form .hs-form label,
.hubspot-form-container .hbspt-form .hs-form span {
  color: #a3afc7;
  font-weight: 400;
}
.hubspot-form-container .hbspt-form .hs-form .input .hs-input {
  padding: 15px !important;
  font-size: 14px;
  height: 40px;
  color: #3e485b !important;
}
.hbspt-form .hs-form input[type="checkbox"] {
  height: auto !important;
}
.hubspot-form-container .hs-input[type="text"],
.hubspot-form-container .hs-input[type="email"],
.hubspot-form-container .hs-input[type="tel"],
.hbspt-form .hs-form textarea {
  width: 100% !important;
  border: 1px solid #a3afc7 !important;
  background: transparent !important;
  border-radius: 6px !important;
}
.hubspot-form-container select.hs-input,
.hubspot-form-container .hbspt-form .hs-form .input select.hs-input {
  border: 1px solid #a3afc7 !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  padding: 0 0 0 15px !important;
  font-size: 14px !important;
  width: 100%;
}
.hubspot-form-container .hbspt-form .hs-form select {
  background-image: linear-gradient(45deg, transparent 50%, #a3afc7 50%),
    linear-gradient(135deg, #a3afc7 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  background-color: transparent;
}
.hubspot-form-container .hs-fieldtype-booleancheckbox {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.hubspot-form-container .hs-fieldtype-booleancheckbox .hs-error-msgs {
  margin-left: 45px;
}
.hubspot-form-container input[type="checkbox"] {
  position: absolute;
  opacity: 1;
}
.hubspot-form-container input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #a3afc7;
  position: absolute;
  left: -4px;
  top: -2px;
}
.hubspot-form-container input[type="checkbox"]:checked:before {
  background: #1f67f3;
  border: 1px solid #1f67f3;
}
.hubspot-form-container input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 #fff;
  transform: rotate(45deg);
}
.legal-consent-container .hs-form-booleancheckbox-display span {
  display: inline-block;
  margin-left: 0;
}
.hubspot-form-container input[type="checkbox"] + span {
  margin-left: 40px;
  line-height: 27px;
  display: flex !important;
}
.hubspot-form-container input[type="checkbox"] + span p,
.hubspot-form-container input[type="checkbox"] + span span {
  width: auto !important;
}
.hbspt-form .hs-form fieldset {
  max-width: 100%;
  width: 100%;
}
.hbspt-form .hs-form *,
.hbspt-form .hs-form p,
.hbspt-form .hs-form label,
.hbspt-form .hs-form span {
  font-family: "Poppins";
}
.hbspt-form .hs-form .input .hs-input {
  max-width: 100%;
}
.hbspt-form .hs-form .input .hs-input .form-columns-2 {
  margin: 0;
}
.hbspt-form .hs-form .input .hs-input,
.hbspt-form .hs-form.stacked .hs-form-field label {
  text-align: center;
}
.hbspt-form .hs-form.stacked.hs-form-private select.hs-input {
  padding: 0;
}
.hbspt-form .hs-form .hs-button.primary.large {
  text-transform: uppercase;
}
.legal-consent-container .hs-dependent-field .inputs-list input[type="radio"],
.legal-consent-container
  .hs-dependent-field
  .inputs-list
  input[type="checkbox"],
.hs-form-booleancheckbox-display span {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.legal-consent-container .hs-dependent-field .inputs-list input[type="radio"],
.legal-consent-container
  .hs-dependent-field
  .inputs-list
  input[type="checkbox"] {
  margin-right: 10px;
}
.hs_error_rollup .hs-error-msgs.inputs-list label {
  text-align: center;
  font-size: 14px !important;
  color: #6f7c95 !important;
}
.hbspt-form .hs-form input[type="submit"]:hover,
.hbspt-form .hs-form input[type="submit"]:active {
  font-family: "Poppins" !important;
}
.hbspt-form .hs-submit {
  margin: 50px auto 0 !important;
  text-align: center;
}
.hbspt-form .submitted-message,
.hbspt-form .submitted-message p {
  text-align: center;
}
.hbspt-form .hs-form.stacked .field {
  position: relative;
  margin-bottom: 28px;
}
.hbspt-form .hs-form p.errors {
  background: #f3f3f3 !important;
  color: #ff3b31 !important;
  text-align: center;
}
.hbspt-form .hs-form p.error.no-label {
  display: none;
}
.hbspt-form .hs-form p.error.no-label.pd-radio {
  display: block;
}
.hbspt-form .hs-form p.error.no-label.pd-radio input {
  outline: 1px solid #ff3b31;
  outline-offset: 3px;
}
.hbspt-form .hs-form p.error.no-label.pd-radio input:checked {
  outline: none;
}
.hbspt-form .hs-form p.form-field.error input,
.hbspt-form .hs-form p.form-field.error select,
.hbspt-form .hs-form p.form-field.error textarea {
  border: 1px solid #ff3b31;
}
.hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs {
  padding-top: 6px;
}
.hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs label {
  width: 100%;
  font-size: 11px !important;
  margin: 0;
  line-height: 1;
  width: 100%;
  color: #ff3b31 !important;
}
.hbspt-form .hs-form .hs-button.primary.large {
  font-size: 12px;
  font-weight: 400;
  padding: 14px 20px;
  background: #1f67f3;
  box-shadow: none;
  border-color: #1f67f3;
  text-transform: uppercase;
  border-radius: 22px;
}
.hbspt-form .hs-form .actions {
  margin-top: 0;
  padding-top: 0;
}
.hbspt-form .hs-form .legal-consent-container p {
  -webkit-font-smoothing: anti-aliased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-family: "Poppins" !important;
}
@media (max-width: 767px) {
  .hubspot-form-container .hbspt-form {
    padding: 50px 0 30px;
  }
  .hubspot-form-container .hs-form-field {
    width: 100% !important;
    margin-right: 0;
  }
  .hubspot-form-container input[type="checkbox"] + span {
    line-height: 14px;
  }
  .hubspot-form-container .legal-consent-container .hs-dependent-field span {
    margin-top: 0;
    font-size: 12px !important;
    line-height: 18px;
  }
  .hubspot-form-container .hbspt-form .hs-submit {
    margin: 0 auto !important;
  }
  .hubspot-form-container .hs-submit input[type="submit"] {
    float: left;
  }
  .hbspt-form {
    max-width: 100%;
    padding-top: 20px;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .legal-consent-container .hs-dependent-field span,
  .hbspt-form .hs-form .legal-consent-container p {
    white-space: normal;
    margin-top: -2px;
    min-width: 250px;
  }
  .legal-consent-container .hs-dependent-field span.hs-form-required {
    min-width: auto;
  }
  .hubspot-form-container .hbspt-form .hs-form p,
  .hubspot-form-container .hbspt-form .hs-form label,
  .hubspot-form-container .hbspt-form .hs-form span {
    font-size: 14px;
  }
  .hbspt-form .hs-form.stacked.hs-form-private select.hs-input {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hubspot-form-container .hbspt-form {
    max-width: 100%;
  }
}
.prelative {
  position: relative;
}
.tile1 {
  margin-top: 80px;
  position: relative;
  height: 75vh;
}

.tile1 .img-wrap {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.tile1-content-wrap {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  top: -100%;
  left: 0;
}
.tile1 .content {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  z-index: 4;
}
.tile1 .content .tile-heading {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.18px;
  margin: 0 auto 20px;
}
.tile1 .content .para {
  color: #383838;
  font-size: 18px;
  max-width: 600px;
  margin-bottom: 50px;
}
.tile1 .content .btn {
  max-width: 160px;
}
.tile02,
.alt-tile,
.tile6 {
  margin-top: 120px;
}
.tile05 {
  margin-top: 100px;
}
.tile02 h2,
.alt-tile h2,
.tile11 h2,
.tile6 h2 {
  font-size: 26px;
  margin: 0 auto 70px;
  text-align: center;
  color: #000;
}
.tile04 h2 {
  margin-bottom: 0;
}
.tile02 .tile02-content-wrap,
.tile04 .tile04-content-wrap,
.tile05 .tile05-content-wrap,
.tile06 .tile06-content-wrap,
.tile07 .tile07-content-wrap,
.tile08 .tile08-content-wrap,
.tile09 .tile09-content-wrap,
.tile010 .tile010-content-wrap,
.tile011 .tile011-content-wrap,
.tile10 .tile10-content-wrap,
.tile11 .tile11-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tile02 h2,
.alt-tile h2 {
  font-size: 30px;
}
.alt-tile h2 {
  margin-bottom: 30px;
}
.tile02 .content {
  width: 30%;
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background: #f4f7ff;
  border-radius: 4px;
}
.tile02 img {
  height: 55px;
  width: auto;
  margin-bottom: 30px;
}
.tile02 h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tile02 p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #3e485b;
  margin-bottom: 0;
}
.tile06 .tile06-content-wrap,
.tile08 .tile08-content-wrap,
.tile010 .tile010-content-wrap,
.tile10 .tile10-content-wrap {
  flex-direction: row-reverse;
  align-items: center;
}
.tile05 .tile05-content-wrap,
.tile07 .tile07-content-wrap,
.tile09 .tile09-content-wrap,
.tile011 .tile011-content-wrap {
  flex-direction: row;
  align-items: center;
}
.tile04 .card-blk {
  width: 23%;
  text-align: center;
  background: #fbfbfb;
  padding: 40px 40px 20px;
  border-radius: 4px;
}
.tile04 .card-blk img {
  max-width: 100px;
  margin-bottom: 35px;
  height: 120px;
}
.tile04 .card-blk h3 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #20242d;
  height: 55px;
}
.tile04 .card-blk p {
  text-align: center;
  color: #707070;
}

.zigzag-tileheading {
  margin: 80px auto 0px;
  text-align: center;
}

.alt-tile p.para {
  text-align: center;
  max-width: 90%;
  color: #1f242e;
}
.tile04.alt-tile p {
  margin: 0 auto 50px;
}
.alt-tile .img-wrap {
  width: 660px;
  display: flex;
  justify-content: center;
}
.alt-tile .video-details.landscape-mode {
  background: url(https://web.inmobicdn.net/website/website/6.0.1/ui/v6/img/retail-media/laptop_bg.png)
    center top no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
  width: 660px;
  height: 401px;
  overflow: hidden;
}
.alt-tile video.landscape-mode {
  width: 75%;
  height: 75%;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 1;
}
.alt-tile .video-details.portrait-mode {
  width: 360px;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  overflow: hidden;
}
.alt-tile video.portrait-mode {
  width: 360px;
  height: 500px;
}
.alt-tile .img-wrap img {
  display: block;
  margin: 0 auto;
  box-shadow: 0 30px 60px 0 #1c0000;
}
.alt-tile .img-wrap.illustration-img img {
  max-width: 465px;
  box-shadow: none;
}
.alt-tile .content-wrap {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.alt-tile .caption {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin-bottom: 42px;
}
.alt-tile h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.33;
  color: #3e485b;
  margin-bottom: 16px;
}
.alt-tile p {
  font-size: 16px;
  margin-bottom: 20px;
}
.alt-tile .detail-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.alt-tile .icon-wrap {
  margin-right: 22px;
}
.alt-tile .icon-wrap img {
  width: 45px;
  height: auto;
}
.tile04 .img-wrap img:nth-child(2),
.tile04 .img-wrap img:last-child {
  display: none;
}
.bottom-blurb {
  margin-top: 100px;
  text-align: center;
}

.bottom-blurb .tile-heading {
  text-align: center;
}

.bottom-blurb p.para {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #20242d;
  max-width: 70%;
  margin: 0 auto 100px;
}

.ai-solutions,
.offsite-solutions {
  margin-bottom: 100px;
}

.ai-solutions .width50,
.offsite-solutions .width50 {
  text-align: left;
}

.ai-solutions .tile-heading,
.offsite-solutions .tile-heading{
  margin-bottom: 70px;
}

.ai-solutions h3,
.offsite-solutions h3 {
  text-align: left;
  margin-bottom: 30px;
}

.ai-solutions .dis-flex,
.offsite-solutions .dis-flex {
  display: flex;
  flex-direction: row;
}
.ai-solutions .dis-flex img,
.offsite-solutions .dis-flex img {
  padding-top: 10px;
  width: 60px;
}
.ai-solutions .content,
.offsite-solutions .content {
  padding: 0 40px;
}

.ai-solutions .content ul,
.offsite-solutions .content ul {
  list-style: none;
}

.ai-solutions .content ul li:before,
.offsite-solutions .content ul li:before {
  content: '';
  position: absolute;
  border-right:2px solid black;
  border-bottom:2px solid black;
  width:10px;
  height:10px;
  top: calc(50% - 14px);
  left: -20px;
  transform: translateY(-50%) rotate(-45deg);
}

.offsite-solutions .content ul li:before {
  top: 50%;
}

.ai-solutions .content ul li,
.offsite-solutions .content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.ai-solutions .content p,
.ai-solutions .content ul,
.ai-solutions .content li,
.offsite-solutions .content p,
.offsite-solutions .content ul,
.offsite-solutions .content li {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #20242d;
}

.ai-solutions .tile-big-img,
.offsite-solutions  .tile-big-img {
  max-width: 630px;
}

.tile11 .retail-media-logo {
  max-width: 62px;
  margin: 25px auto 30px;
  display: flex;
}

.retail-media-mediation .content-wrap {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #20242d;
  margin-bottom: 70px;
}

.retail-media-mediation video {
  width: 85%;
  margin: 0 auto 50px;
  display: flex;
}

.tile11 {
  margin-top: 130px;
  padding: 100px 0;
  background: #f4f7ff;
}
.tile11 .full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.tile11 .blog-section {
  position: relative;
  border: solid 1px #e2e9f8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tile11 .blog-primary {
  height: auto;
  flex-basis: 70%;
}
.tile11 .cs-image-container {
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  background: #e2e9f8;
  height: 293px;
}
.tile11 .cs-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tile11 .blog-sec {
  flex-basis: 27%;
}
.tile11 .cs-content-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 20px;
  background: #fff;
}
.tile11 h3 {
  display: block;
  display: -webkit-box;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  height: 3em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile11 .blog-sec h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tile11 p.para {
  display: block;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 300;
  color: #3e485b;
  height: 3em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.tile11 .cs-action-blk {
  font-size: 12px;
  font-weight: 600;
  color: #1f67f3;
}

.tile11 .tile-heading {
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: normal;
  text-align: center;
  color: #20242d;
  margin-bottom: 50px;
}

.tile6 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 50px;
}
.tile6 h2 {
  margin-bottom: 0;
}
.legal-consent-container div {
  color: #a3afc7;
  font-size: 14px;
}
.hbspt-form .hs-form .hs-button.primary.large {
  color: #fff;
  border: none;
}
.hbspt-form .hs-form .legal-consent-container p {
  font-size: 14px;
}
.hubspot-form-container .form-columns-1 .hs-form-field {
  max-width: 100% !important;
  width: 99% !important;
}
.idfa-banner {
  position: absolute;
  background: #eff4ff;
  width: 560px;
  height: 100px;
  left: 50%;
  margin-left: -280px;
  bottom: -50px;
  border: 1px solid #a2c1f8;
  border-radius: 5px;
  box-shadow: 0 1.5px 3px 0 rgba(31, 104, 243, 0.2);
  padding: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.idfa-banner h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1043a4;
  margin-bottom: 10px;
}
.idfa-banner p {
  font-size: 14px;
  font-weight: 400;
  color: #1f68f3;
  margin-bottom: 0;
}
.relative {
  position: relative;
}
.video-btn-overlay span,
.full-link span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.desktop-hidden,
.video-btn-hidden {
  display: none !important;
}
@media (max-width: 1399px) {
  .tile1 .content {
    max-width: 600px;
  }
  .tile1 .content .para {
    max-width: 520px;
  }
}
@media (max-width: 1300px) {
  .d-hero img {
    object-position: 70% !important;
  }
}
@media (max-width: 1200px) {
  .tile1 .content {
    padding-left: 40px;
  }
  .tile02,
  .alt-tile,
  .tile6 {
    padding: 0 40px;
  }
  .tile11 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .alt-tile .img-wrap {
    width: 550px;
  }
  .alt-tile .video-details.landscape-mode {
    width: 550px;
    height: 334px;
  }
}
@media (max-width: 1150px) {
  .tile1 .content .para {
    max-width: 450px;
  }
}
@media (max-width: 1024px) {
  .tab-show {
    display: block !important;
  }
  .d-hero img {
    object-position: right !important;
  }
  .tile1 .content .tile-heading,
  .tile1 .content .para {
    color: #fff;
  }
  .tile02 h3 {
    font-size: 18px;
  }
  .tile02 p {
    font-size: 14px;
  }
  .tile04 .card-blk {
    padding: 20px 20px 0;
  }
  .alt-tile .content-wrap {
    width: 42%;
  }
  .alt-tile .img-wrap {
    width: 450px;
  }
  .alt-tile .video-details.landscape-mode {
    width: 450px;
    height: 273px;
  }
  .alt-tile .video-details.portrait-mode {
    width: 288px;
  }
  .alt-tile video.portrait-mode {
    width: 288px;
    height: 400px;
  }
  .tile11 .cs-image-container {
    height: 200px;
  }
}
@media (max-width: 880px) {
  .alt-tile .img-wrap {
    width: 350px;
  }
  .alt-tile .video-details.landscape-mode {
    width: 350px;
    height: 213px;
  }
  .alt-tile h3 {
    font-size: 18px;
  }
  .alt-tile p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
  .desktop-hidden {
    display: block !important;
  }
  .tile02,
  .alt-tile,
  .tile6 {
    margin-top: 70px;
    padding: 0 20px;
  }
  .tile11 {
    margin-top: 70px;
    padding: 70px 20px;
  }
  .tile02 h2,
  .tile11 h2 {
    margin: 0 auto 30px;
  }
  .tile1 {
    height: 690px;
    margin-top: 60px;
  }
  .commerce-cloud .tile1 .img-wrap{
    overflow: hidden;
  }
  .commerce-cloud .tile1 .img-wrap img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: calc(50% - 400px);
  }
  .commerce-cloud .tile1 .img-wrap:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    content: "";
    z-index: 3;
    position: absolute;
  }
  .tile1 .content {
    padding: 0 20px;
    max-width: 100%;
  }
  .tile1 .content .tile-heading {
    font-size: 32px;
    text-align: center;
  }
  .tile1 .content .para {
    font-size: 14px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .tile1 .content .btn {
    margin: 0 auto;
  }
  .tile02 .tile02-content-wrap,
  .tile04 .tile04-content-wrap,
  .tile06 .tile06-content-wrap,
  .tile05 .tile05-content-wrap,
  .tile07 .tile07-content-wrap,
  .tile08 .tile08-content-wrap,
  .tile09 .tile09-content-wrap,
  .tile010 .tile010-content-wrap,
  .tile011 .tile011-content-wrap,
  .tile10 .tile10-content-wrap,
  .tile11 .tile11-content-wrap {
    flex-direction: column;
  }
  .tile02 .tile02-content-wrap {
    width: 100%;
  }
  .tile02 .content {
    width: 100%;
    margin-bottom: 20px;
  }
  .tile02 .content:last-child {
    margin-bottom: 0;
  }
  .tile04.alt-tile p.para {
    margin: 0 auto 50px;
  }
  .tile04 .card-blk {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .tile04 .card-blk:last-child {
    margin-bottom: 0;
  }
  .tile04 .card-blk h3 {
    font-size: 40px;
  }
  .alt-tile .img-wrap,
  .alt-tile .content-wrap {
    width: 100%;
  }
  .alt-tile .video-details.landscape-mode {
    width: 300px;
    height: 182px;
  }
  .alt-tile video.landscape-mode {
    height: 99%;
  }
  .alt-tile .img-wrap {
    margin-bottom: 20px;
  }
  .alt-tile .caption {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .alt-tile h3 {
    font-size: 26px;
  }
  .alt-tile .icon-wrap img {
    width: 35px;
  }
  .alt-tile p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .alt-tile p:last-child {
    margin-bottom: 0;
  }
  .tile11 .tile11-content-wrap {
    width: auto;
    flex-direction: column;
    align-items: center;
  }
  .tile11 .cs-content-container {
    padding: 20px;
    bottom: 0;
  }
  .tile11 .blog-primary h3,
  .tile11 .blog-sec h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .tile11 p.para {
    font-size: 14px;
  }
  .blog-section {
    margin-bottom: 20px;
  }
  .blog-section:last-child {
    margin-bottom: 0;
  }
  .idfa-banner {
    width: 90%;
    left: 50%;
    margin-left: -45%;
    flex-direction: column;
  }
  .idfa-banner h3,
  .idfa-banner p {
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    position: relative;
  }
  .idfa-banner p {
    font-size: 14px;
    margin-left: 0;
  }
  .idfa-banner p::after {
    content: "\27F6";
    position: absolute;
    top: 32px;
    width: 25px;
    height: 1px;
    left: calc(50% - 22px);
  }
  .idfa-banner .cta-button {
    display: none;
  }
  .idfa-banner .mobile-link {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
  }
  .hubspot-form-container .hbspt-form {
    padding: 50px 0 70px;
  }
  .hubspot-form-container .hs-submit input[type="submit"] {
    float: none;
    margin-top: 30px;
  }
  .tile04 .card-blk img{
    max-width: 70px;
    margin-bottom: 35px;
    height: 100px;
  }
  .tile04 .card-blk h3 {
    font-size: 18px;
  }
  .zigzag-tileheading {
    padding: 0 20px;
  }
  .alt-tile .caption {
    text-align: center;
  }
  .alt-tile p {
    text-align: center;
  }
  .alt-tile .detail-content {
    flex-direction: column;
  }
  .alt-tile .icon-wrap {
    text-align: center;
  }
  .bottom-blurb p.para {
    max-width: 100%;
    padding: 0 20px;
  }
  .ai-solutions .tile-heading, 
  .offsite-solutions .tile-heading {
    margin-bottom: 50px;
  }
  .ai-solutions .width50,
  .offsite-solutions .width50 {
    width: 100%;
    max-width: 100%;
  }
  .ai-solutions h3, .offsite-solutions h3 {
    text-align: center;
    padding: 0 20px;
  }
  .ai-solutions .dis-flex, .offsite-solutions .dis-flex {
    flex-direction: column;
  }
  .ai-solutions .sml-logo,
  .offsite-solutions .sml-logo {
    max-width: 50px;
    margin: 0 auto 30px;
  }
  .ai-solutions .tile-big-img, .offsite-solutions .tile-big-img {
    max-width: 100%;
    margin-bottom: 30px;
  } 
  .tile11 .tile-heading {
    line-height: 1;
    font-size: 24px;
  }
}
</pre></body></html>