/* ------------------------------------- */
/* Sharetribe Migration Services */
/* ------------------------------------- */

.migration-services.sharetribe.main>.wp-block-column {
  justify-content: flex-start !important;
}

.migration-services.sharetribe .migration-services-intro .develop-title {
  margin-bottom: 0;
}

.migration-services.sharetribe .develop-main-title {
  align-items: start;
}

.migration-services.sharetribe .develop-main-title h1 {
  font-size: 24px;
}

@media screen and (min-width: 360px) {
  .migration-services.sharetribe .develop-main-title h1 {
    font-size: 44px;
  }
}

@media screen and (min-width: 1600px) {
  .migration-services.sharetribe .develop-main-title h1 {
    font-size: 64px;
  }
}

@media screen and (min-width: 1800px) {
  .migration-services.sharetribe .develop-main-title h1 {
    font-size: 80px;
  }
}

.migration-services .migration-services-intro>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1280px) {
  .migration-services .migration-services-intro>div {
    flex-direction: row;
    gap: 40px;
  }
}

.migration-services .migration-services-intro-description {
  max-width: 836px;
}

.migration-services .migration-services-subtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 1600px) {
  .migration-services .migration-services-subtitle {
    font-size: 20px;
  }
}

.migration-services .migration-services-subtitle-big {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 1600px) {
  .migration-services .migration-services-subtitle-big {
    font-size: 30px;
  }
}

.migration-services .migration-services-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 1600px) {
  .migration-services .migration-services-title {
    font-size: 36px;
  }
}

.migration-services .migration-services-title-colored {
  color: var(--lightYellow);
}

body:not(.dark-theme) .migration-services .migration-services-title-colored {
  color: var(--yellow);
}

.migration-services .sharetribe-intro-btn-title {
  margin-bottom: 20px;
}

.migration-services .migration-services-intro,
.migration-services .migration-services-intro>div {
  height: 100%;
}

.migration-services .migration-services-intro .wp-block-image {
  margin: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .migration-services .migration-services-intro .wp-block-image img {
    width: 100%;
  }
}

.migration-services .development-services {
  margin-top: 20px;
}

.migration-services .development-services,
.migration-services .development-services>div {
  height: 100%;
}

.migration-services .development-services-headings>div {
  border-right: 1px solid #b0b0b0;
  height: 100%;
}

.migration-services .development-services-headings .wp-block-heading {
  padding-right: 20px;
}

.migration-services .development-services-headings h3.active::after {
  right: 20px;
}

.migration-services .development-services-lists>div>.wp-block-group {
  display: none;
}

.migration-services .development-services-lists>div>.wp-block-group.active,
.migration-services .development-services-lists>div>.wp-block-group .wp-block-list {
  display: block;
}

.migration-services .development-services-lists .wp-block-list li::before {
  width: 14px;
  height: 14px;
  transform: translateY(4px);
}

.migration-services .development-services-lists .wp-block-group p,
.migration-services .development-services-lists .wp-block-group h2 {
  margin-bottom: 20px;
}

.migration-services .development-services-button {
  margin-top: 20px;
}

.migration-services .development-services-button>div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1280px) {
  .migration-services .development-services-button>div {
    flex-direction: row;
    gap: 40px;
  }
}

.migration-services .development-services-button p {
  margin-bottom: 0 !important;
}

.migration-services .development-services-button p:not(.development-services-button-title) {
  min-width: 210px;
}

.migration-services .development-services-button .development-services-button-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.migration-services .development-services-mobile h2 {
  text-transform: uppercase;
  color: var(--white) !important;
  font-weight: 600;
}

body:not(.dark-theme) .migration-services .development-services-mobile h2 {
  color: #1D173D !important;
}

.migration-services .development-services-mobile .sharetribe-intro-btn a {
  color: #171B1B !important;
}

body:not(.dark-theme) .migration-services .development-services-mobile .sharetribe-intro-btn a {
  color: var(--white) !important;
}

.migration-services .trusted-guide {
  height: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 1600px) {
  .migration-services .trusted-guide {
    margin-top: 40px;
  }
}

.migration-services .trusted-guide>div {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

@media screen and (min-width: 1280px) {
  .migration-services .trusted-guide>div {
    flex-direction: row;
    gap: 80px;
  }
}

.migration-services .trusted-guide .wp-block-image {
  margin: 0;
}

.migration-services .trusted-guide>div>.wp-block-image img {
  min-height: 630px;
  object-fit: cover;
}

@media screen and (min-width: 1280px) {
  .migration-services .trusted-guide-text {
    max-width: 50vw;
  }
}

@media screen and (min-width: 1440px) {
  .migration-services .trusted-guide-text {
    max-width: 856px;
  }
}

.migration-services .trusted-guide-list-title {
  margin: 20px 0;
}

.migration-services .trusted-guide-list {
  margin: 0;
}

.migration-services .trusted-guide-list li {
  font-size: 16px;
  font-weight: 600;
}

.migration-services .trusted-guide-list li::before {
  width: 14px;
  height: 14px;
  transform: translateY(4px);
  margin: 0;
}

.migration-services.sharetribe .build-marketplaces-ceo {
  border-width: 1px;
}

.migration-services.sharetribe .build-marketplaces-ceo-info p {
  margin-top: 20px;
}

.migration-services .next-step {
  height: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 1600px) {
  .migration-services .next-step {
    margin-top: 40px;
  }
}

.migration-services .next-step>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1280px) {
  .migration-services .next-step>div {
    flex-direction: row;
  }
}

@media screen and (min-width: 1600px) {
  .migration-services .next-step>div {
    gap: 40px;
  }
}

.migration-services .next-step .wp-block-image {
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .migration-services .next-step-content {
    max-width: 50vw;
  }
}

@media screen and (min-width: 1440px) {
  .migration-services .next-step-content {
    max-width: 784px;
  }
}

.migration-services .next-step-button-title {
  margin-bottom: 20px;
}

.migration-services.sharetribe .wp-block-list.contact-us-list li {
  align-items: flex-start;
}

.migration-services.sharetribe .wp-block-list.contact-us-list li::before {
  width: 14px;
  height: 14px;
  transform: translateY(8px);
  margin: 0;
}

.migration-services .contact-us-form-info {
  display: flex !important;
}

@media (min-width: 1600px) and (max-width: 1800px) {

  .migration-services .hide-on-mid {
    display: none;
  }
}

@media screen and (min-width: 1921px) {

  .migration-services.sharetribe .develop-main-title h1 {
    font-size: 86px;
  }

  .migration-services .migration-services-title {
    font-size: 48px;
  }

  .migration-services .migration-services-subtitle-big,
  .migration-services .next-step-title.migration-services-subtitle,
  #content .migration-services .wpsm_panel-group .wpsm_panel .ac_title_class {
    font-size: 36px;
  }

  .migration-services .migration-services-subtitle,
  .migration-services .development-services-lists .wp-block-group p,
  .migration-services .development-services-button .development-services-button-title,
  .migration-services .trusted-guide-description,
  .migration-services .next-step-description,
  .migration-services .trusted-guide-list li {
    font-size: 30px;
  }

  .migration-services.sharetribe .development-services-lists .wp-block-list li {
    font-size: 24px;
  }

  #content .migration-services .wpsm_panel-group .wpsm_panel-body {
    font-size: 30px !important;
  }

  .migration-services.sharetribe .development-services-lists,
  .migration-services .trusted-guide .trusted-guide-text,
  .migration-services .next-step-content,
  .migration-services.sharetribe .development-services-headings {
    max-width: 50vw;
  }

  .migration-services .trusted-guide>div>.wp-block-image img,
  .migration-services .next-step .wp-block-image img {
    min-width: 50vw;
  }

  .migration-services .trusted-guide-list li::before {
    transform: translateY(16px);
  }
}