.app-wrapper {
    @include clearfix;
    position: relative;
    height: 100%;
    width: 100%;

    &.mobile.openSidebar {
      position: fixed;
      top: 0;
    }
  }

  .drawer-bg {
    background: #000;
    opacity: 0.3;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 999;
  }

  .fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: calc(100% - #{$base-sidebar-width});
    transition: width 0.28s;
  }

  .hideSidebar .fixed-header {
    width: calc(100% - 54px);
  }

  .sidebarHide .fixed-header {
    width: 100%;
  }

  .mobile .fixed-header {
    width: 100%;
  }
  #footer-global {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 12px;
    box-shadow: -1px 0 12px 0 var(--gray-5);
    transition: all .28s;
    background-color: white;
    z-index: 100;
  }
  .layout {
    position: relative;
    
    .main-container {
      margin-left: 0px;
      padding: 0 0 0 0px;
      height: auto;
      overflow: hidden;
      transition: all .38s;
    }
    .main-container-active {
      margin-left: 120px;
    }
  }
  .menu-header {
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100%;
      height:80px;
      transition: all .38s;
    }
    .menu-header-active {
      width: 120px;
    }
  .home-header {
    display: flex;
    justify-content: space-between;
    .el-select {
      width: 80px;
      margin: 10px 0;
      height: 30px;
      ::v-deep(.el-select__wrapper) {
        box-shadow: unset;
        padding: 0;
      }
      ::v-deep(.el-select__caret) {
        color: #000;
      }
    }
    .el-button {
      color: #000;
    }
  }
$dialog-create-trip-margin-left: 280px;
.el-dialog__title {
    font-weight: bold !important;
    font-size: 1.4rem !important;
  }

  .el-dialog__body {
    margin-left:0px;
    margin-bottom: 40px;
    padding: 0 20px 20px 20px;
  }
  .el-dialog__header{
    margin-left:0px;
    margin-bottom: 30px;
    padding: 30px 20px 0px 20px;
    text-align: center;
  }
  .el-overlay{
    background-color: rgba(255,255, 255, 0) !important;
  }
  .el-overlay-dialog{
    top: 10% !important;
  }
.dialog-create-trip {
  border-radius: 15px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 500px;
  position: relative;
  
  .trip-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 240px;
    height: auto;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
    font-size: 14px;
    .t-name {
      font-size: 20px;
    }
    .t-time {
      font-size: 14px;
    }
    .t-members {
      font-size: 14px;
    }
    .t-budget {
      color: #fff;
    }
  }
  .checkbox-group {
    margin-top: 110px;
    margin-bottom: 130px;
  }
  .tip-title {
    text-align: center;
    padding-right: 32px;
    margin-top: -15px;
  }
  .el-select__wrapper, .el-date-editor, .el-input-number, .el-input__wrapper {
    border-radius: 15px;
  }
  .el-input-number__decrease {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .el-input-number__increase {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .dialog-footer button {
    border-radius: 15px;
    background-color: #bababa;
    border: none;
    width: 100%;
    margin-top: 10px;
  }
  
  .el-checkbox-group {
    gap: 10px;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 0;
  }
  .el-checkbox-group label>span {
    font-weight: bold;
    border-radius: 15px !important;
    box-sizing: border-box;
    border-left: 1px solid rgb(220, 223, 230) !important;
    height: 32px;
  }
  .el-checkbox-group .is-checked>span {
    color: var(--el-button-text-color,var(--el-text-color-regular));
    background-color: #fff;
    border: 3px solid #333 !important;
    box-shadow: unset;
    line-height: 10px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .el-checkbox-group .el-checkbox-button.is-focus .el-checkbox-button__inner {
    border: 1px solid rgb(220, 223, 230);
  }
}
.setup1 .dialog-footer button {
  background-color: #000;
}
.setup1 {
  background-image: url('@/assets/images/trip-bg1.jpg') !important;
}
.setup2 .dialog-footer button {
  background-color: #000;
}

.ta-hero {
    width: 100%;
    margin-top: 0rem;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    position: relative;
    display: flex;
    overflow: hidden;
}
@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
}
.object-fit-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media (min-width: 1200px) {
    .ta-hero-image {
        height: 100%;
        -o-object-fit: contains;
        font-size: 5rem;
        line-height: 5rem;
    }
}
.ta-hero-image {
    width: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .ta-hero .overlay-image-btn-wrapper-custom {
        height: 100%;
        width: 100%;
        max-width: 90rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}
@media (min-width: 768px) {
    .ta-hero .overlay-image-btn-wrapper-custom .overlay-image-btn-wrapper-container-custom {
        width: 100%;
        position: relative;
        height: 100%;
    }
}
@media (min-width: 1200px) {
    .ta-hero-inside-wrapper-align-custom, .ta-hero-inside-wrapper-align-customImageOverlayDesktopPos, .ta-hero-inside-wrapper-align-customLockupOverlayDesktopPos {
        position: absolute;
        top: var(--desktopPositionTop);
        left: var(--desktopPositionLeft);
        width: var(--desktopWidth);
        display: block;
        margin: 0;
    }
}
.ta-hero-inside-wrapper {
    height: auto;
    padding: 5% 0;
    right: 0;
}
@media (min-width: 768px) {
    .align-items-md-start {
        align-items: flex-start !important;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .ta-hero .align-items-md-start .ta-hero-title {
        text-align: left !important;
    }
}
@media (min-width: 1360px) {
    .ta-hero-title {
        font-size: 4rem;
        line-height: 4rem;
        font-family: TAPhilausophy, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 2rem;
    }
}
.ta-hero-title {
    text-shadow: 0 0 1.875rem rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%;
}
.visually-hidden {
    position: fixed;
    height: .0625rem;
    margin: -.0625rem;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
}
@media (min-width: 1200px) {
    .ta-hero-inside-wrapper-align-custom .ta-hero-title-wrapper, .ta-hero-inside-wrapper-align-custom.col-10, .ta-hero-inside-wrapper-align-custom.col-6, .ta-hero-inside-wrapper-align-custom.col-8, .ta-hero-inside-wrapper-align-customImageOverlayDesktopPos .ta-hero-title-wrapper, .ta-hero-inside-wrapper-align-customLockupOverlayDesktopPos .ta-hero-title-wrapper, .ta-hero-inside-wrapper-align-customLockupOverlayDesktopPos.col-10, .ta-hero-inside-wrapper-align-customLockupOverlayDesktopPos.col-6, .ta-hero-inside-wrapper-align-customLockupOverlayDesktopPos.col-8 {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .ta-hero .align-items-md-start .ta-hero-title {
        text-align: left !important;
    }
}
.ta-hero-title-wrapper img {
    margin-bottom: 2rem !important;
}
@media (min-width: 1360px) {
    .ta-hero-title {
        font-size: 4rem;
        line-height: 4rem;
        font-family: TAPhilausophy, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 2rem;
    }
}
.ta-hero-title {
    text-shadow: 0 0 1.875rem rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%;
}
@media (min-width: 1200px) {
    .ta-hero-inside-wrapper-align-custom .hero-banner-buttons, .ta-hero-inside-wrapper-align-customImageOverlayDesktopPos .hero-banner-buttons, .ta-hero-inside-wrapper-align-customLockupOverlayDesktopPos .hero-banner-buttons {
        display: flex;
        justify-content: center;
    }
}
.ta-hero-inside-wrapper .hero-banner-buttons {
    position: relative;
    height: auto;
    flex-direction: row;
}
.ta-hero-inside-wrapper .hero-banner-buttons .ta-hero-cta.btn-primary, .ta-hero-inside-wrapper .hero-banner-buttons .ta-hero-cta.btn-secondary {
    background:linear-gradient(135deg, #C95AFF 0%, #9D7AFF 100%);
    border-radius:.5rem;
    text-align: center;
    color: #F7F5FF;
    padding: 1rem 4rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: TABanjo-Bold;
    line-height: 1;
}
.ta-hero-inside-wrapper .hero-banner-buttons a:first-child {
    margin-left: 0 !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.combinedSiteSearch a, .cta-button, .cta-button:hover, .ta-article-card a:hover {
    text-decoration: none;
}
.cta-button {
    display: inline-block;
    letter-spacing: normal;
    min-height: 0rem;
    min-width: 5.3125rem;
    position: relative;
}
.btn-primary {
    border-color: #fbc834;
}
.btn {
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.r-header-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 35px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      height: 120px;
      box-sizing: border-box;
      .r-header-content-title {
        h2 {
          font-size: 24px;
          font-weight: bold;
          color: #fff;
        }
      }
      .r-header-content-play {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
        img {
          width: 100%;
          height: 100%;
          opacity: 0.8;
        }
      }
}

    .header-title{
      font-size: 24px;
      font-weight: bold;
      text-align:center;
    }
    .header-title h2{
      color: #fffbf0;
    }
    .header-subtitle{
      font-size: 1.1rem;
      font-weight: normal;
      text-align:center;
      color:#fff;
      margin-top:60px;
      line-height:2rem;
    }


.page {
  display: flex;
  justify-content: space-between;
  height: calc(100vh - 50px);
  >div {
    width: 50%;
  }
}
.page-left {
  position: relative;
  padding: 30px 50px 0 30px;
  box-sizing: border-box;
  h1 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 50px;
  }
  .chat-list {
    .chat-item {
      display: flex;
      margin-top: 20px;
      .chat-item-avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #000;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .chat-item-content {
        flex: 1;
        margin-left: 10px;
        .chat-item-content-desc {
          font-size: 14px;
          color: #999;
          word-break: break-all;
          line-height: 2;
        }
      }
    }
  }
  .chat-area {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 30px 50px 0 30px;
    box-sizing: border-box;
    width: 100%;
    .editor-wrapper {
      border: 1px solid #ccc;
      border-radius: 15px;
      padding: 10px;
      ::v-deep(textarea) {
        box-shadow: unset;
        resize: none;
      }
      .editor-footer {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        .editor-footer-left,
        .editor-footer-right {
          display: flex;
          gap: 10px;
        }
      }
    }
  }
}
.page-right {
  display: grid;
  grid-template-rows: 65% 35%;
  .r-header {
    position: relative;
    .r-header-image {
      width: 100%;
      height: 100%;
      overflow: hidden;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
      }
    }
    .r-header-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 35px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      height: 120px;
      box-sizing: border-box;
      .r-header-content-title {
        h2 {
          font-size: 24px;
          font-weight: bold;
          color: #fff;
        }
      }
      .r-header-content-play {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
        img {
          width: 100%;
          height: 100%;
          opacity: 0.8;
        }
      }
    }
  }
  .r-footer {
    display: grid;
    padding: 10px 20px 20px 20px;
    grid-template-rows: 50px calc(100% - 50px);
    .r-footer-title {
      line-height: 40px;
      align-items: end;
      display: flex;
      h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
      }
    }
    .r-footer-list {
      display: flex;
      justify-content: space-between;
      .r-footer-list-item { 
        border-radius: 5px;
        width: 32%;
        overflow: hidden;
        position: relative;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        h4 {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 15px;
          box-sizing: border-box;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          text-align: left;
          margin: 0;
        }
      }
    }
  }
}


@media (min-width: 1441px) {
    body.homepage .ta-outer-container {
        padding-top: 5rem;
    }
}
@media (min-width: 768px) {
    :not(.fullwidth) .ta-outer-container, :not(.fullwidth) .ta-outer-container.no-top-pdg, :not(.fullwidth) .ta-outer-container.ta-no-img {
        padding-bottom: 0;
    }
}
.ta-main .ta-outer-container, .ta-main .ta-outer-container.no-top-pdg, .ta-main .ta-outer-container.ta-no-img {
    margin-top: 0;
}
@media (min-width: 1440px) {
    .ta-outer-container {
        width: 80rem;
        transform: translateY(1rem);
    }
}
.ta-outer-container {
    max-width: 80rem;
    margin: 0 auto;
    background: #fff;
    border-radius: .75rem;
    margin-top:2rem;
}
@media (min-width: 768px) {
    .ta-inner-container.ta-inner-responsive {
        flex-direction: row;
        justify-content: space-between;
    }
}
.ta-inner-container.ta-inner-responsive {
    display: flex;
}
@media (min-width: 768px) {
    .ta-inner-container {
        max-width: 80rem;
        padding: 0 .9375rem;
        flex-wrap: wrap;
    }
}
.ta-inner-container {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .ta-articles-by-three .ta-article-card {
        max-width: 31.625%;
        min-width: 31.625%;
    }
}
@media (min-width: 768px) {
    .quick-links {
        padding-top: 0;
        padding-bottom: 4rem;
    }
}
.quick-links {
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .ta-article-card {
        width: auto;
    }
}
.ta-article-card {
    position: relative;
}
.quick-links-image {
    position: relative;
}
.ta-article-card a, .ta-carousel .ta-carousel-item * {
    color: inherit;
}
.ta-image {
    position: relative;
}
.ta-image .ta-image-landscape {
    background-color: #eee;
    height: 0;
    padding-bottom: 66.666%;
    width: 100%;
    position: relative;
    border-radius: .75rem;
}
.offersSearch .offersSearch__roadtrip .ta-image .ta-image-landscape, .offersSearch .offersSearch__roadtrip .ta-image .ta-image-landscape img, .quick-links-image .ta-image img {
    border-radius: .75remx;
}
.ta-image .ta-image-landscape img, .ta-image .ta-image-portrait img, .ta-image .ta-image-square img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}
img {
    border-style: none;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
}
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}
.fa {
    display: inline-block;
    font: 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.ta-article-card-image .ta-image-landscape img, .ta-article-card-link {
    border-radius: .75rem; 
}
.custom-checkbox .custom-control-label::before, .ta-inner-container img {
    border-radius:.75rem;
}
@media (min-width: 1200px) {
    .ta-banner {
        min-height: 32.875rem;
    }
}
@media (min-width: 992px) {
    .ta-banner {
        padding-bottom: 5rem !important;
    }
}
.ta-banner {
    position: relative;
    color: #fff;
    box-sizing: unset;
}
@media (min-width: 768px) {
    .ta-inner-container {
        max-width: 80rem;
    }
}
.ta-inner-container {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.p-0 {
    padding: 0 !important;
}
@media (min-width: 1200px) {
    .ta-banner__content {
        height: 32.875rem;
    }
}
.ta-banner__content {
    position: relative;
    padding: 0 .9375rem;
}
.object-fit-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ta-banner {
    position: relative;
    min-height: 33.125rem;
    color: #fff;
    padding-bottom: 3.5rem !important;
    box-sizing: unset;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.ta-banner .ta-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    -webkit-border-radius: .75rem;
    background-color: #eee;
}
@media (min-width: 768px) {
    .ta-banner__text.bottom {
        align-items: flex-end;
    }
}
.ta-banner__text.bottom
 {
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .688893) 96.67%);
}
.ta-banner__text-svg, .ta-banner__text.bottom {
    background-blend-mode: multiply;
    justify-content: flex-end;
}
@media (min-width: 768px) {
    .ta-banner__text-desktop {
        display: flex !important;
    }
}
@media (min-width: 768px) {
    .ta-banner__text {
        flex-direction: unset;
        padding: 2.5rem;
        position: absolute;
        width: calc(100% - 1.875rem);
    }
}
.ta-banner__text {
    border-radius: .75rem;
}
@media (min-width: 768px) {
    .ta-banner__title-content {
        text-align: left;
    }
}
.ta-banner__title-content {
    width: inherit;
}
@media (min-width: 992px) {
    .ta-banner__title {
        font-size: 2rem;
        line-height: 2rem;
    }
}
.ta-banner__title {
    margin: 0;
    font-family: TAPhilausophy, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    color: #fff;
    font-weight: 700;
}
h2 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
@media (min-width: 768px) {
    .ta-banner__actions {
        margin-left: auto;
        padding-left: 1rem;
    }
}
.ta-banner__actions {
    display: flex;
    margin-top: 1.25rem;
}
@media (min-width: 768px) {
    .ta-banner__actions a.banner-cta.btn.cta-button {
        padding: 1rem 1.25rem;
        font-size: 1rem;
        line-height: 1rem;
    }
}
.ta-banner__actions a.banner-cta.btn.cta-button {
    font-weight: 700;
    letter-spacing: .01rem;
}
.ta-banner__actions .banner-cta:last-child {
    margin-right: 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.ta-banner__actions .cta-color-yellow {
    background-color: #ff2342;
    border-radius: .5rem;
    text-align: center;
    color: #111;
    color:#fff;
}
.ta-banner__actions .banner-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    min-width: auto;
    white-space: nowrap;
    z-index: 12;
}
.combinedSiteSearch a, .cta-button, .cta-button:hover, .ta-article-card a:hover {
    text-decoration: none;
}
.cta-button {
    min-height: 3rem;
    position: relative;
}
.btn {
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.carousel, .carousel-inner {
    position: relative;
}
.color-ta-original-white, .ta-footer b, .ta-footer strong {
    color: #fff;
}
.no-scroll-bar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media (min-width: 768px) {
    .ta-inner-container {
        max-width: 80rem;
        padding: 0 .9375rem;
        flex-wrap: wrap;
    }
}
.ta-inner-container {
    width: 100%;
    padding: 0 1.25rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.row {
    display: flex;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 576px) {
    .ta-inner-container h2.carousel-header.ta-section-header {
        font-size: 1.8rem;
        line-height: 2rem;
        font-family: TAPhilausophy, Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 0;
    }
}
.ta-inner-container h2.carousel-header.ta-section-header {
    margin: 0;
    padding-bottom: 1.5rem;
}
.ta-inner-container .ta-section-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
}
.resource-list__text-title b, .ta-article-text h3, .ta-section-header, .tab {
    color: #9D7AFF;
}
.pt-0, .py-0 {
    padding-top: 0 !important;
}
@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
}
.color-ta-original-white, .ta-footer b, .ta-footer strong {
    color: #fff;
}
.ta-carousel-container {
    position: relative;
    margin-top: .5rem;
}
.pb-7, .py-7 {
    padding-bottom: 5rem !important;
}
.ta-carousel-container .carousel-btn {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 1261px) {
    .ta-carousel-container .carousel-btn .carousel-left {
        left: calc((100% - 77.5rem) / 2 - -.9375rem);
    }
}
.ta-carousel-container .carousel-btn .carousel-left {
    position: absolute;
    top: 45%;
    z-index: 999;
    transform: translateY(-50%);
}
.ta-carousel-container .carousel-btn button {
    display: none;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    border: 0;
    outline: 0;
    filter: drop-shadow(0 .0625rem .25rem rgba(17, 17, 17, .12));
    box-shadow: 0 .0625rem .25rem rgba(17, 17, 17, .12);
    background: #fff;
}
.ta-carousel-container .ta-carousel {
    margin-right: 0;
    padding-left: calc((100% - 75rem) / 2 - -.9375rem);
    scroll-padding-left: calc((100% - 75rem) / 2 - -.9375rem);
}
.ta-carousel {
    width: 100%;
    display: flex;
    padding: 0 .9375rem;
}
.ta-carousel .ta-carousel-item {
    position: relative;
    z-index: 1;
    color: #fff;
    min-width:18.5rem;
    max-width:18.5rem;
    border-radius: .75rem;
    background-color: #eee;
    margin-top: .25rem;
    margin-bottom: .25rem;
}
@media (min-width: 768px) {
    .ta-carousel>div {
        margin-right: 1.875rem;
        max-width: none;
    }
}
.ta-carousel>div {
    margin-right: 1.25rem;
    scroll-snap-align: start;
    scroll-snap-coordinate: 0;
    -webkit-scroll-snap-coordinate: 0;
}
.ta-carousel .ta-carousel-item a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: .75rem;
}
.ta-carousel .ta-carousel-item>a {
    max-width: 75vw;
}
.ta-article-card a, .ta-carousel .ta-carousel-item * {
    color: inherit;
}
@media (min-width: 992px) {
    .ta-image.ta-image-large-portrait {
        width: 18.5rem;
        height: 24.2rem;
    }
}
.ta-carousel .ta-carousel-item img {
    position: relative;
    z-index: -1;
}
.ta-article-card a, .ta-carousel .ta-carousel-item * {
    color: inherit;
}
.ta-image.ta-image-large-portrait {
    object-fit: cover;
}
@media (min-width: 992px) {
    .ta-carousel .ta-carousel-item .item-text-wrapper.large {
        bottom: 2.5rem;
    }
}
.ta-carousel .ta-carousel-item .item-text-wrapper {
    position: absolute;
    width: 100%;
}
.ta-article-card a, .ta-carousel .ta-carousel-item * {
    color: inherit;
}

.ta-carousel .ta-carousel-item .item-text {
    width: 80%;
    margin: auto auto 0;
    margin-top: .5rem;
    letter-spacing: 0;
    text-align: center;
}
.ta-article-card a, .ta-carousel .ta-carousel-item * {
    color: inherit;
}
@media (min-width: 992px) {
    .atomicCard {
        padding-top: 0;
        padding-bottom: 5rem;
    }
}
.atomicCard {
    margin-top: 80px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .ta-inner-container {
        max-width: 80rem;
        padding: 0 .9375rem;
        flex-wrap: wrap;
    }
}
.ta-inner-container {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.atomicCard .ta-section-header {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left !important;
    padding-top: 0;
}
.ta-inner-container .ta-section-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
}
.resource-list__text-title b, .ta-article-text h3, .ta-section-header, .tab
 {
    color: #6760A3;
}
@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}
.col, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {
    .atomicCard .ta-atomic-cards.ta-article-card-container {
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 -1.25%;
    }
}
@media (min-width: 768px) {
    .atomicCard .ta-atomic-cards.ta-articles-by-three {
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    .ta-article-card-container.stacked-view {
        height: auto !important;
    }
}
@media (min-width: 768px) {
    .atomicCard .ta-atomic-cards.ta-article-card-container .md-featured-card {
        min-width: 50%;
        width: 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .atomicCard .ta-articles-by-three .ta-article-card {
        padding: 0;
        padding-left: .625rem;
        padding-right: .625rem;
    }
}
.atomicCard .ta-atomic-cards, .atomicCard .ta-atomic-cards .ta-article-card {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
    }
}
.atomicCard .ta-atomic-cards .ta-article-card .ta-article-card-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    font-weight: 600;
}
.ta-article-card-para h4.ta-article-card-title {
    font-size: 1.6rem;
    padding-top: 1.25rem;
    font-weight: 500;
    margin-top:0px;
    margin-bottom:0px;
}
h4 {
    line-height: 1.75rem;
}
@media (min-width: 992px) {
    .atomicCard .ta-atomic-cards .ta-article-card .ta-article-card-image .ta-image .ta-image-landscape, .atomicCard .ta-atomic-cards .ta-article-card .ta-article-card-image .ta-image .ta-image-portrait {
        padding-bottom: 24rem;
    }
}
.atomicCard .ta-atomic-cards .ta-article-card .ta-article-card-image .ta-image .ta-image-landscape, .atomicCard .ta-atomic-cards .ta-article-card .ta-article-card-image .ta-image .ta-image-portrait {
    display: block;
}
.ta-image .ta-image-landscape {
    background-color: #eee;
    height: 0;
    padding-bottom: 66.666%;
    width: 100%;
    position: relative;
    border-radius: .75rem;
}
.atomicCard .ta-atomic-cards .ta-article-card .ta-article-card-image .ta-image .ta-image-landscape img, .atomicCard .ta-atomic-cards .ta-article-card .ta-article-card-image .ta-image .ta-image-portrait img {
    border-radius: .75rem;
    max-height: 24rem;
}
.ta-image .ta-image-landscape img, .ta-image .ta-image-portrait img, .ta-image .ta-image-square img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
}

.black_overlay{ 
    display: none; 
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, .0); 
    z-index:1001; 
    -moz-opacity: 0.8; 
    opacity:.80; 
    filter: alpha(opacity=88); 
} 
.white_background { 
    display: none; 
    position: absolute; 
    top: 20%; 
    left: 27%; 
    width: 40rem; 
    height: auto; 
    padding: 1rem; 
    background-color: white; 
    z-index:1002; 
    overflow: auto; 
    border-radius: 0.5rem;
} 

.white_background .popuptitle {
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 2%;
    margin-top:0.5rem;
    width: 58%;
    display: flex;
    float:left;
}
.popupclose{
    width: 40%;
    float: right;
    text-align: right;
    margin-top: 0.85rem;
    display: block;
    padding-right: 0.8rem;
    font-weight: 400;
    color: #666;
}
.popup_img{
    width: 50%;
    margin-top: 0rem;
    display: block;
    float: left;
    padding: 1rem;
}
.popup_img img{
    width: 100%;
    border-radius: 20px;
}