body,
html {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  /* background-color: #a8a8a8; */
}

h1, .h1, h2, .h2, h3, .h3, h5, .h5 {
  text-transform: none;
}

@media (min-width: 576px) {
  body {
    overflow-x: visible;
    background: linear-gradient(0deg, #F8F8FB 0%, #F8F8FB 100%), linear-gradient(0deg, #EEE 0%, #EEE 100%), #FFF;
  }
}

.moa-header-sec h1,
.moa-header-sec h2,
.moa-header-sec h3,
.moa-header-sec h4,
.moa-header-sec h5,
.moa-header-sec p {
  font-family: "Roboto", sans-serif;
}

.moa-header-sec {
  position: relative;
  background: url(../images/ai-banner.jpg) no-repeat center center / cover;
}

.moa-header-sec::before {
  content: '';
  position: absolute;
  opacity: 0.5;
  background: var(--Base-Black, #000);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.moa-main .btn-light-grey {
  color: #279EFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  background: #EEF7FF;
}

.moa-main .btn-green {
  border-radius: 3px;
  background: #00A469;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 10px 5px;
  text-decoration: none !important;
}

.moa-main .btn-green i {
  font-size: 11px !important;
  padding-right: 2px;
}

.moa-main .btn-outline {
  border-radius: 40px;
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 160px;
  padding: 12px;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
}

.moa-main .btn-outline:hover {
  background-color: #00A469;
  border-color: #00A469;
  color: #fff;
}

.moa-header-sec .moa-left-col,
.moa-header-sec .moa-right-col {
  position: relative;
}

.moa-header-sec .moa-left-col {
  padding-top: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.moa-header-sec .moa-left-col .moa-center-col {
  padding-bottom: 114px;
}

.moa-header-sec .moa-left-col h1 {
  color: #FFF;
  font-size: 7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  padding-top: 16px;
  max-width: 590px;
}

.moa-header-sec .moa-left-col h2 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.moa-header-sec .moa-left-col .moa-bottom-col {
  gap: 14px;
}

.moa-main .moa-bottom-col .btn-green {
  padding: 10px 15px 10px 5px;
}

.moa-main .moa-header-sec .btn-green:hover {
  background: #fff;
  color: #00A469;
}

.moa-header-sec .moa-left-col .moa-bottom-col .box-shadow-border {
  background-color: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(16px);
  padding: 15px;
  display: flex;
  width: calc(100% / 2 - 20px);
  border-left: 4px solid #00A469;
}

.moa-header-sec .moa-left-col .moa-bottom-col .hed-img img {
  border-radius: 8px;
  width: 100%;
}

.moa-header-sec .moa-left-col .moa-bottom-col .hed-text {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.moa-header-sec .moa-right-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  color: #fff;
  padding-top: 60px;
}

.moa-header-sec .moa-right-inner .box-shadow-col {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(16px);
  padding: 24px 44px 15px 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.moa-header-sec .moa-right-inner h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.moa-header-sec .moa-right-inner ul {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
}

.moa-header-sec .moa-right-inner ul li {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
  padding-bottom: 5px;
  padding-right: 50px;
}

.moa-header-sec .moa-right-inner .box-shadow-col ul li a {
  margin-bottom: 10px;
  display: block;
}

.moa-header-sec .moa-right-inner ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.moa-header-sec .moa-right-inner ul li span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: block;
  color: #E6E6E6;
}

.moa-header-sec a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.moa-header-sec a:hover {
  text-decoration: underline;
}

.ai-com-sec a {
  color: #2E2E2E;
  text-decoration: none;
}

.ai-com-sec a:hover {
  color: #00A469;
  transition: 0.3s ease;
}

.ai-com-sec h2 {
  color: #2E2E2E;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
}

.ai-com-sec h3 {
  color: #2E2E2E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 6px 0 10px 0;
}

.ai-com-sec .pay-date {
  display: flex;
  gap: 16px;
}

.ai-com-sec .pay-date p {
  margin: 0;
}

.ai-com-sec .pay-date .payment {
  text-transform: uppercase;
}

.ai-com-sec .row .col-md-4 {
  display: flex;
  flex-direction: column;
}

.ai-com-sec .cont-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ai-com-sec .cont-col a {
  display: flex;
  position: relative;
  z-index: 99;
}

.card-wrapper:hover .cont-col h3 a {
  color: #00A469 !important;
  transition: .3s linear;
}

.ai-com-sec .post-cat-col {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.ai-com-sec .link {
  display: block;
  color: #2E2E2E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.post-cat-col p {
  margin: 0;
}

.post-cat-col .cat {
  border-radius: 8px;
  border: 1px solid #000;
  padding: 8px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-wrapper>a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card-wrapper .sub {
  position: relative;
  z-index: 99;
}

.card-wrapper .post-img-col {
  position: relative;
}

.card-wrapper .post-img-col::after {
  content: '';
  background: rgba(0, 164, 105, 0.5);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 16px;
  opacity: 0;
  pointer-events: none;
  transition: .3s linear;
}

.card-wrapper:hover .post-img-col::after {
  opacity: 1;
  transition: .3s linear;
}

.latest-ai-sec {
  position: relative;
  background: url(../images/latest-bg.png) no-repeat center center / cover;
  padding-top: 64px;
  padding-bottom: 40px;
}

.moa-main .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
  cursor: pointer;
}

.video-wrapper {
  border-radius: 16px;
}

.video-wrapper img {
  border-radius: 16px;
}

.moa-main .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.moa-main #popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}

.moa-main .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.moa-main .play-overlay .play-btn {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.moa-main .play-overlay .play-btn::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #000;
}

.moa-main .modal-content {
  background: transparent;
  border: none;
}

.moa-main .modal-body {
  padding: 0;
}

.moa-main .modal-header {
  padding: 0;
  border: none;
}

.moa-main .modal .btn-close {
  background: transparent;
  opacity: 1;
  font-size: 30px;
  display: block;
  padding: 0px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: end;
  font-size: 30px;
}

.moa-main .modal .btn-close:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.moa-main .modal .btn-close i:before {
  color: #fff;
}

.also-ai-sec {
  position: relative;
  background: #F8F8FB;
  padding-top: 30px;
  padding-bottom: 36px;
}

.also-ai-sec.ai-com-sec h3 {
  margin: 6px 0 30px 0;
}

.pymnts-data-sec {
  position: relative;
  padding-top: 42px;
  padding-bottom: 61px;
}

.ai-com-sec .report-editions {
  padding-top: 15px;
  border-top: 2px solid #E3E3E3;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ai-com-sec .report-editions p {
  margin: 0;
}

.ai-com-sec .report-editions .view-report a {
  color: #111827;
  font-size: 16px;
  text-decoration: underline;
  display: inline;
  font-family: 'Roboto', sans-serif;
}

.ai-com-sec .report-editions .view-report a:hover {
  color: #00A469;
}

.ai-com-sec .report-editions .view-report {
  position: relative;
  z-index: 99;
  display: inline;
}

.pymnts-data-sec p {
  font-family: "Roboto", sans-serif;
}

.pymnts-data-sec .sub-title {
  margin-bottom: 0px;
}

.pymnts-data-sec .report-content {
  font-family: 'Roboto', sans-serif;
}

.pymnts-data-sec .data-info {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}

.data-info a {
  text-decoration: underline;
}

.pymnts-data-sec .other-editions a {
  border-radius: 8px;
  border: 1px solid #000;
  padding: 8px;
  color: #111827;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}


.other-edition .dropdown-toggle {
  border-radius: 8px;
  border: 1px solid #000;
  padding: 8px 24px;
  color: #111827;
  font-size: 14px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  background: transparent;
}

.other-edition .dropdown-toggle.show {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: .3s ease;
}

.other-edition .dropdown-toggle:hover {
  color: #00A469;
  border: 1px solid #00A469;
}

.dropdown-toggle::after {
  /* position: relative;
  top: 3px;
  font-size: 20px;
  border-radius: 3px; */
}

.other-edition .dropdown-toggle:active {
  background: transparent;
  border: 1px solid #000;
  color: #111827;
}

.other-edition .dropdown-menu {
  border: 1px solid #000;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: -3px !important;
  display: block;
  min-width: 100% !important;
  opacity: 0;
  content-visibility: hidden;
  -webkit-content-visibility: hidden;
}

.other-edition .dropdown-menu li a {
  color: #111827;
  font-weight: 700;
}

.other-edition .dropdown-menu li a:hover {
  color: #00A469;
  background-color: transparent;
}

.other-edition .dropdown-menu {
  pointer-events: none;
}
.other-edition .dropdown-menu.show {
  pointer-events: all;
  flex-wrap: wrap;
  opacity: 1;
  transition: opacity .5s ease-in;
  content-visibility: visible;
  -webkit-content-visibility: visible;
}

/* Study html */

.contnet-wrapper .container {
  display: flex;
  justify-content: center;
}

.contnet-wrapper .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.left-banner,
.sidebar {
  width: 100%;
  max-width: 29%;
  margin: 0;
  position: relative;
}

.right-banner,
.right-content {
  width: 100%;
  max-width: 71%;
  margin: 0;
}

.left-wrapper {
  background-color: #08A56E;
  color: #fff;
  border-radius: 8px;
  padding: 15px;
  height: 100%;
  align-content: center;
}

.left-wrapper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.left-wrapper h2 span {
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}

.left-wrapper p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.left-wrapper a.free-signup-btn {
  border-radius: 5px;
  border: 2px solid #08A56E;
  background: #FFF;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-wrapper a.free-signup-btn:hover,
.left-wrapper a.free-signup-btn:active {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

.right-wrapper {
  background: url('../images/right-banner-bg.jpg'), linear-gradient(to right, rgba(23, 23, 23, 1) 0%, rgba(18, 17, 17, 0.1) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 10px 70px 40px;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 16px;
}

.right-wrapper h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  margin-bottom: 16px;
}

.right-wrapper p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.sidebar-wraper {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 5px 3px 16px 0px rgba(198, 198, 198, 0.31);
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .sidebar-wraper {
    position: sticky;
    top: 0;
  }
}


.sidebar-wraper .search-form input,
.sidebar-wraper .input-group-text {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  border-radius: 8px;
  border: 1px solid #CED4DA;
  background: #EEE;
}

.sidebar-wraper .input-group-text {
  padding: .375rem 1rem;
  font-size: 16px;
}

.sidebar-wraper .input-group-text {
  cursor: pointer;
}

.sidebar-wraper .search-form input {
  border-left: 0;
  padding: 18px;
}

.sidebar-wraper .search-form input:focus {
  box-shadow: none;
}

.sidebar-wraper i {
  color: #C4C4C4;
}

.sidebar-wraper .search-form i {
  position: absolute;
  top: 15px;
  left: 12px;
}


/* for sidebar accordian */
.sidebar .btn-link {
  color: #326AC2;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.sidebar .small {
  font-size: 16px;
  color: #666666;
}

.sidebar .column-item .question h4 {
  margin: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sidebar .column-item .question:hover h4 {
  color: #00A469;
  transition: .3s ease;
}

.sidebar .column-item .question:hover img {
  filter: invert(40%) sepia(37%) saturate(5326%) hue-rotate(138deg) brightness(96%) contrast(101%);
  transition: .3s ease;
}

.sidebar h4.title {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 18px;
  border-top: 1px solid #E3E3E3;
  margin-bottom: 0;
}

.sidebar .column-item .question h4 span {
  font-weight: 400;
}

.sidebar .question {
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-top: 1.2rem;
  /* border-top: 1px solid #E3E3E3; */
  /* padding-bottom: 5px; */
}

.column-item.border-top{
  border-color: #E3E3E3 !important;
}

.sidebar .question .arrow-down {
  display: none;
}

.sidebar .column-item.jquery-accordion-active .arrow-down {
  display: block;
}

.sidebar .column-item.jquery-accordion-active .arrow-up {
  display: none;
}

.sidebar .column-item.jquery-accordion-active .question h4 {
  opacity: 1;
}

.sidebar .column-item .content {
  /* display: none; */
  padding-top: 0;
  width: 100%;
  text-transform: capitalize;
}

.sidebar .column-item.jquery-accordion-active h4 {
  margin-bottom: 5px;
}

.sidebar .column-item.jquery-accordion-active .content {
  padding-bottom: 0;
  height: 286px;
  overflow-y: auto;
}

.sidebar .column-item {
  background: #fff;
  /* margin: 18px 0; */
}

.sidebar .column-item p {
  margin: 0;
  font-size: 16px;
}

.sidebar .column-item li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 0;
}

.sidebar .column-item p.small {
  font-size: 12px;
  font-weight: 400;
}

.sidebar .banner {
  border-radius: 6px;
  border: 1px solid #D1D1D1;
  border-bottom: 20px solid #a7a9ac;
  overflow: hidden;
  padding: 25px 50px 0 40px;
}

.sidebar .banner img {
  width: 100%;
}

.sidebar .banner p.small {
  font-size: 14px;
  line-height: 20px;
  color: #333333 !important;
  margin-bottom: 25px;
}

.sidebar .banner p.heading {
  color: #000 !important;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.sidebar .form-check {
  margin-top: 12px;
  margin-bottom: 12px;
  /* display: flex;
  align-items: baseline; */
}

.sidebar .form-check label {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sidebar .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
  width: 14px;
  height: 14px;
  /* margin-top: 0.4em; */
  box-shadow: none;
  margin-right: 10px;
}

.form-check-input:checked {
  background-color: #00A469;
  border-color: #00A469;
}

.question_accordion form {
  padding-right: 100px;
}

/* right side content*/
.right-content .content-wrapper {
  border-radius: 8px;
  background: #FFF;
  padding: 12px;
  position: relative;
  margin-bottom: 3rem;
}

.content-wrapper .text-container a.report-link{
  font-size: 1.1rem !important;
}

.right-content .img-container {
  border-radius: 8px;
  background: #EEE;
}

.img-container img{
  object-fit: cover;
}

.image-wrapper {
  padding: 10px;
  width: 19rem;
}


.right-content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.right-content h3 a {
  color: #000;
  text-decoration: none;
}

.right-content h3 a:hover {
  color: #00A469;
  transition: .3s ease;
}

.right-content p.label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  color: #fff;
  /* padding: 5px 10px; */
  margin-bottom: 12px;
}

.right-content p.label a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}

.right-content p.tags {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.right-content p.tags a {
  color: #000;
  text-decoration: none;
}

.right-content p.tags a:hover {
  color: #00A469;
  transition: .3s ease;
  ;
}

.right-content img {
  width: 100%;
}

p.label.green {
  background: #00A469;
  display: inline-block;
}

p.label.red {
  background: #C50606;
  display: inline-block;
}

p.label.dark-blue {
  background: #2B2CBB;
  display: inline-block;
}

p.label.pink {
  background: #CB0C9F;
  display: inline-block;
}

p.label.blue {
  background: #2684FF;
  display: inline-block;
}

.right-content .text-container {
  padding: 10px 8px;
  width: 100%;
  align-self: normal
}

.right-content .desc-cont {
  margin-top: 5px;
  margin-bottom: 5px;
}

.right-content .desc-cont ul {
  margin-top: 10px;
  margin-left: -8px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
}

a.dropdown-item {
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.cta-wrapper-inline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #bcbcbc; */
  position: absolute;
  bottom: 0;
  align-items: center;
}

.cta-wrapper-inline .other-edition {
  top: 0;
}

.cta-wrapper {
  display: block;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #bcbcbc; */
}

.cta-wrapper-inline .read-more-link,
.cta-wrapper .read-more-link {
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  text-decoration-line: underline;
  position: relative;
  z-index: 99;
}

.cta-wrapper-inline .read-more-link:hover,
.cta-wrapper .read-more-link:hover {
  color: #00A469;
  transition: .3s ease;
}

.cta-wrapper-inline button.btn-secondary {
  border-radius: 6px !important;
  border: 1px solid var(--primary, #0655AB) !important;
  background-color: #fff;
  color: #111827;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.footnote-wraper {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.footnote-wraper p {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.masonry {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.masonry-brick {
  flex: auto;
  width: 48%;
  margin: 0 16px 0 0;
}

@media (min-width: 1400px) {
  .masonry-brick {
    max-width: 48%;
  }
}

.masonry-brick--b {
  margin-right: 0;
}

.masonry-brick--c {
  margin-top: -5px;
}

.masonry-brick--d {
  margin-top: 22px;
  margin-right: 0;
}

.masonry-brick--e {
  margin-top: -30px;
}

.masonry-brick--f {
  margin-top: 20px;
  margin-right: 0;
}

.masonry-brick--g {
  margin-top: 0px;
  margin-right: 16px;
}

.masonry-brick--h {
  margin-top: 20px;
  margin-right: 0;
}

.tracker-grid .masonry-brick--e {
  margin-top: -10px;
}

.search-form .input-group {
  position: relative;
}

p.placeholder_text {
  position: absolute;
  top: 12px;
  left: 50px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  color: #000;
}

.search_field:focus p.placeholder_text {
  display: none;
}

.search_field::placeholder {
  font-size: 12px;
  color: #000;
}

.container_text {
  margin-bottom: 5px;
}

.tracker-banner .right-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.right-wrapper p{
  max-width: 480px !important;
}

.right-content.tracker-grid .tags {
  font-weight: 400;
}

.right-content.tracker-grid .tags a {
  font-weight: 700;
}

.right-content.tracker-grid .img-container {
  padding: 5px;
}

.right-content.tracker-grid h3 {
  font-size: 14px;
}

.right-content.tracker-grid .cta-wrapper-inline {
  border: none;
  padding: 0px;
}

.right-content.tracker-grid .cta-wrapper {
  border: none;
  padding: 0px;
}

.right-content.tracker-grid .mobile-tags {
  display: none;
}

.right-content.tracker-grid .sub {
  display: none;
}

@media (max-width: 1399px) {
  .moa-header-sec .moa-right-inner .box-shadow-col {
    padding: 24px 20px 5px 20px;
  }

  .moa-main .btn-green {
    padding-left: 3px;
    padding-right: 3px;
  }

  .right-wrapper {
    padding: 60px 30px;
    margin-right: 0;
  }

  .question_accordion form {
    padding-right: 50px;
  }

  .masonry-brick {
    width: 100%;
    margin: 0;
  }

  .masonry-brick--a,
  .masonry-brick--b,
  .masonry-brick--c,
  .masonry-brick--d,
  .masonry-brick--e,
  .masonry-brick--f {
    margin-top: 0;
    margin-bottom: 20px;
  }

}

@media (max-width: 1199px) {
  .moa-header-sec .moa-left-col h1 {
    font-size: 6rem;
  }

  .moa-header-sec .moa-left-col .moa-bottom-col .box-shadow-border {
    padding: 8px;
    width: calc(100% / 2 - 7px);
  }

  .moa-header-sec .moa-right-inner {
    padding-top: 30px;
  }

  .other-edition .dropdown-menu.show {
    justify-content: flex-start;
  }

  .pymnts-data-sec .row .mb-5 {
    margin-bottom: 4rem !important;
  }

  .ai-com-sec .post-cat-col {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .left-banner,
  .sidebar {
    max-width: 35%;
    margin: 0;
  }

  .right-banner,
  .right-content {
    max-width: 65%;
    margin: 0;
  }

  /* .right-content {
    margin-top: 30px;
  } */
}

@media (max-width: 991px) {
  .moa-header-sec .moa-left-col h1 {
    font-size: 5rem;
  }

  .moa-header-sec .moa-left-col {
    padding-top: 0px;
  }

  .moa-header-sec {
    padding-top: 70px;
  }

  .moa-header-sec .moa-left-col .moa-center-col {
    padding-bottom: 60px;
  }

  .moa-header-sec .moa-left-col .moa-bottom-col .box-shadow-border {
    width: calc(100% / 2 - 7px);
  }

  .ai-com-sec h2 {
    font-size: 38px;
  }

  .ai-com-sec h3 {
    font-size: 20px;
  }

  .tracker-banner .right-wrapper,
  .right-wrapper {
    padding: 40px 30px;
    justify-content: center;
  }

  .left-banner,
  .sidebar {
    max-width: 45%;
    margin: 0;
  }

  .right-banner,
  .right-content {
    max-width: 55%;
    margin: 0;
  }

  .masonry-brick--a {
    margin-top: -5px;
    margin-bottom: 20px;
  }

  .masonry-brick--b {
    margin-bottom: 20px;
  }

  .masonry-brick--c {
    margin-bottom: 20px;
  }

  .masonry-brick--d {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .masonry-brick--e {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .masonry-brick--f {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .tracker-grid .masonry-brick--e {
    margin-top: 0px;
  }

  .right-content p.label {
    font-size: 12px;
  }

  .right-wrapper p br {
    display: none;
  }

  .left-wrapper h2,
  .left-wrapper h2 span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .moa-header-sec .moa-left-col h1 {
    font-size: 5rem;
    margin-bottom: 2rem;
  }

  .moa-header-sec .moa-left-col {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .moa-header-sec .moa-left-col .moa-center-col {
    padding-bottom: 20px;
  }

  .moa-header-sec .moa-left-col .moa-bottom-col .hed-text {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .moa-header-sec .moa-left-col h2 {
    margin: 10px 0;
  }

  .latest-ai-sec {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .moa-header-sec .moa-left-col .moa-bottom-col .box-shadow-border .row {
    align-items: center;
  }

  .left-banner,
  .sidebar {
    max-width: 100%;
    margin: 0;
  }

  .right-banner,
  .right-content {
    max-width: 100%;
    margin: 0;
  }

  .sidebar {
    margin-bottom: 30px;
  }

  .left-wrapper h2,
  .left-wrapper span {
    font-size: 24px;
  }

  .sidebar h4.title {
    display: none;
  }

  .sidebar .column-item {
    margin: 0;
  }

  .masonry-brick {
    width: 100%;
  }

  .sidebar .question {
    padding-bottom: 8px;
  }

  .right-content p.label {
    font-size: 12px;
  }

  .right-content.tracker-grid .img-container {
    background: transparent;
  }

  .right-content.tracker-grid .text-container h3 {
    display: none;
  }

  .right-content.tracker-grid .label {
    display: none;
  }

  .right-content.tracker-grid .container_text {
    font-weight: 700;
  }

  .right-content.tracker-grid .tags {
    display: none;
  }

  .right-content.tracker-grid .mobile-tags {
    display: block;
  }

  .right-content.tracker-grid .mobile-tags {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .right-content.tracker-grid .mobile-tags a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    text-decoration: underline;
  }

  .right-content.tracker-grid .mobile-tags a:hover {
    color: #00A469;
  }

  .right-content.tracker-grid .sub {
    display: block;
  }

  .right-content.tracker-grid .sub a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  /* .right-content .desc-cont {
    border-bottom: 1px solid #E3E3E3;
  } */

  .cta-wrapper-inline {
    padding-top: 10px !important;
  }

  .moa-main .video {
    border-radius: 16px;
  }
}

@media(max-width: 576px) {
  body {
    background: linear-gradient(0deg, #F8F8FB 0%, #F8F8FB 100%), linear-gradient(0deg, #EEE 0%, #EEE 100%), #FFF;
  }
}


@media (max-width: 480px) {
  .moa-header-sec .moa-left-col h1 {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 2rem;
  }

  .moa-header-sec .moa-left-col .moa-bottom-col .box-shadow-border {
    padding: 10px 8px;
    width: 100%;
  }

  .moa-header-sec .moa-left-col h2 {
    font-size: 16px;
  }

  .moa-header-sec .moa-right-inner ul li {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
  }

  .ai-com-sec h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .hed-img {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .hed-text {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .hed-text h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .right-wrapper p br {
    display: none;
  }
}