@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 300;
  src: local('Trueno Light'), url('./TruenoLt.woff') format('woff');
}

@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 400;
  src: local('Trueno Regular'), url('./TruenoRg.woff') format('woff');
}

@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 500;
  src: local('Trueno SemiBold'), url('./TruenoSBd.woff') format('woff');
}

@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 600;
  src: local('Trueno Bold'), url('./TruenoBd.woff') format('woff');
}

@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 700;
  src: local('Trueno Bold'), url('./TruenoExBd.woff') format('woff');
}

.section-items.card-migration {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  transition: all .3s;
}

.section-items.card-migration>.overlay-gradients {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}


.section-items.card-migration>.overlay-gradients>div {
  flex: 2;
  height: 100%;
}

.section-items.card-migration>.main-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  z-index: 1;
}

.section-items.card-migration>.main-wrapper>.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 16px;
  height: 100%;
}

.section-items.card-migration>.main-wrapper>.wrapper>.image-wrapper {
  position: relative;
  margin-right: 12px;
  margin-bottom: 4px;
}

.block {
  display: block;
}

.section-items.card-migration>.main-wrapper>.wrapper>.image-wrapper>img {
  width: 18px;
  height: 18px;
}

.section-items.card-migration>.main-wrapper>.wrapper>.content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
  height: 100%;
}

.section-items.card-migration>.main-wrapper>.wrapper>.content-wrapper>.label {
  display: flex;
  flex: 1;
  align-items: center;
}

.section-items.card-migration>.main-wrapper>.wrapper>.content-wrapper>.label>h4 {
  color: #000000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.055px;
  margin: 0;
}

.section-items.card-migration>.main-wrapper>.wrapper>.content-wrapper>.info {
  display: flex;
}

.section-items.card-migration>.main-wrapper>.wrapper>.content-wrapper>.info>a {
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-decoration: underline;
}

.section-items.card-migration>.main-wrapper>.wrapper>.close-icon-migration {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.section-items.card-migration>.main-wrapper>.wrapper>.close-icon-migration>i {
  color: #000000;
}

.icon-sf-sticky-banner {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  color: #000000;
}

.icon-sf-sticky-banner-00166_01_close_outline:before {
  content: '\e8b6';
}

.icon-sf-sticky-banner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "mysf_icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
  .section-items.card-migration>.main-wrapper {
    height: 50px;
    max-height: 50px;
  }

  .section-items.card-migration>.main-wrapper>.wrapper {
    flex-direction: row;
    align-items: center;
    padding: 0 16px;
  }

  .section-items.card-migration>.main-wrapper>.wrapper>.image-wrapper {
    margin-bottom: 0;
  }

  .section-items.card-migration>.main-wrapper>.wrapper>.content-wrapper {
    gap: 12px;
    align-items: center;
  }

  .section-items.card-migration>.main-wrapper>.wrapper>.content-wrapper>.label>h4 {
    font-family: Trueno;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }

  .section-items.card-migration>.main-wrapper>.wrapper>.content-wrapper>.info>a {
    font-family: Trueno;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.028px;
  }

  .section-items.card-migration>.main-wrapper>.wrapper>.close-icon-migration {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}