.acc_with_image_wrap.style1 {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #fcfcfc;
}

.acc_with_image_wrap.style1 .container {
}

.acc_with_image_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}




.acc_with_image_inner .contentTitle h2{
  font-size:48px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .acc_with_image_inner .contentTitle h2{
    font-size:36px;
    line-height: 1.3;
  }
}


.acc_with_image_wrap.style1 .content_col {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 620px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.acc_with_image_wrap.style1 .image_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 2rem;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0px;
}

.acc_with_image_wrap.style1 .content_col > h2 {
  font-size: 1.75rem;
  line-height: 1.3;
  color: #1d152f;
  margin-bottom: 0.5rem;
}

.acc_with_image_wrap.style1 .content_col h2>span {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
}

.acc_with_image_wrap.style1 .content_col h2>span img {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.acc_with_image_wrap.style1 .acc_items .acc_item {
  border-top: 1px solid #ececec;
  overflow-anchor: none;
}

.acc_with_image_wrap.style1 .acc_items .acc_item:first-of-type {
  border-top: none;
}

.acc_with_image_wrap.style1 .acc_items .acc_item:last-of-type {
  border-bottom: none;
}

.acc_with_image_wrap.style1 .acc_items .acc_item .acc_toggler_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  outline: 2px solid transparent;
  font-size: 1.125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.acc_with_image_wrap.style1 .acc_items .acc_item .acc_collapse {
  display: none;
  color: #3d3749;
  padding: 0 0 1.5rem;
}

.acc_with_image_wrap.style1 .acc_items .acc_item .acc_toggler_container .acc_toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}


.acc_with_image_wrap.style1 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_inner {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acc_with_image_wrap.style1 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_inner h2 {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #1d152f;
  text-align: left;
  margin: 0;
}

.acc_with_image_wrap.style1 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_icon {
  height: 38px;
  position: relative;
  width: 38px;
  cursor: pointer;
}

.acc_with_image_wrap.style1 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_icon .hor {
  background-color: #6222ee;
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_with_image_wrap.style1 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_icon .ver {
  background-color: #6222ee;
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}



.acc_with_image_wrap.style1 .acc_items .acc_item .acc_collapse p {
  margin: 0;
}

.acc_with_image_wrap.style1 .acc_items .acc_item.active .acc_toggler_container .acc_toggler {
  border-bottom: 1px solid #fff;
}

.acc_with_image_wrap.style1 .acc_items .acc_item.active .acc_toggler_container .acc_toggler .acc_toggler_icon .hor {
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 17px;
  transition: transform 0.3s ease 0s;
  width: 12px;
  transform: rotate(-180deg);
}

.acc_with_image_wrap.style1 .acc_items .acc_item.active .acc_toggler_container .acc_toggler .acc_toggler_icon .ver {
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_with_image_wrap.style1 .acc_items .acc_item.active .acc_toggler_container {
  padding-bottom: 1rem;
}

/*============ style2 ============*/

.acc_with_image_wrap.style2 {
  padding-bottom: 8rem;
  padding-top: 8rem;
  background-color: #4E1BBE;
}

.acc_with_image_wrap.style2 .acc_with_image_inner {
  display: grid;
  grid-row-gap: 2.5rem;
  grid-column-gap: 0px;
  grid-template-columns: repeat(12, 1fr);
}

.acc_with_image_wrap.style2 .acc_with_image_inner .content_col {  	
  grid-column: span 12/span 12;
  grid-row: 1;
  grid-column-start: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3rem;
}

.acc_with_image_wrap.style2 .acc_with_image_inner .image_col {
  grid-column: span 12/span 12;
  grid-row: 2;
  grid-column-start: 1;
}

.acc_with_image_wrap.style2 .acc_with_image_inner .content_col h2 {
  color: #fff;
  margin: 0;
}

.acc_with_image_wrap.style2 .acc_with_image_inner .content_col>h2 {
  margin-top: 8rem;
  line-height: 1.3;
}

.acc_with_image_wrap.style2 .acc_items .acc_item {
  border-top: 1px solid rgba(255,255,255,.15);
  overflow-anchor: none;
}

.acc_with_image_wrap.style2 .acc_items .acc_item:first-of-type {
  border-top: none;
}

.acc_with_image_wrap.style2 .acc_items .acc_item:last-of-type {
  border-bottom: none;
}

.acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: Graphik Web,sans-serif;
}

.acc_with_image_wrap.style2 .acc_items .acc_item .acc_collapse {
  display: none;
  color: #FFFFFF;
  padding: 1rem 0;
}

.acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container .acc_toggler {
  padding: 0;
  line-height: inherit;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-duration: 200ms;
  font-size: 1.125rem;
  -webkit-padding-start: 1rem;
  padding-inline-start: 1rem;
  -webkit-padding-end: 1rem;
  padding-inline-end: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 16px;
  cursor: pointer;
}

.acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container .acc_toggler:hover {
  background: rgba(0, 0, 0, 0.04);
}

.acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_inner {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_inner h2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  text-align: left;
}

.acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_icon {
  height: 38px;
  position: relative;
  width: 38px;
}

.acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_icon .hor {
  background-color: #FFFFFF;
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_icon .ver {
  background-color: #FFFFFF;
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acc_with_image_wrap.style2 .acc_with_image_inner .content_col>a {
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 1px solid;
  color: white;
  outline-offset: 2px;
  outline-color: transparent;
  font-size: paragraph;
  line-height: paragraph;
  letter-spacing: 0.1px;
  font-size: 16px;
}

.acc_with_image_wrap.style2 .acc_with_image_inner .content_col>a:hover {
  text-decoration: underline;
}


.acc_with_image_wrap.style2 .acc_items .acc_item .acc_collapse p {
  margin: 0;
}

.acc_with_image_wrap.style2 .acc_items .acc_item.active .acc_toggler_container .acc_toggler {
  border-bottom: 1px solid #fff;
}

.acc_with_image_wrap.style2 .acc_items .acc_item.active .acc_toggler_container .acc_toggler .acc_toggler_icon .hor {
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 17px;
  transition: transform 0.3s ease 0s;
  width: 12px;
  transform: rotate(-180deg);
}

.acc_with_image_wrap.style2 .acc_items .acc_item.active .acc_toggler_container .acc_toggler .acc_toggler_icon .ver {
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_with_image_wrap.style1 .image_col img {
  height: fit-content;
}

@media (min-width: 768px) {
  .acc_with_image_wrap.style2 .acc_with_image_inner {
    grid-row-gap: 0px;
    grid-column-gap: 2.5rem;
  }

  .acc_with_image_wrap.style2 .acc_with_image_inner .content_col {
    grid-column: span 5/span 5;
    grid-row: 1;
    grid-column-start: 8;
  }

  .acc_with_image_wrap.style2 .acc_with_image_inner .image_col {
    grid-column: span 6/span 6;
    grid-row: 1;
    grid-column-start: 1;
  }

  .acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container {
    font-size: 2.25rem;
    line-height: 1.44444;
  }

  .acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_inner h2 {
    font-size: 0.8125rem;
    line-height: 1.38376;
    font-weight: 400;
  }
  .acc_with_image_wrap.style1{
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .acc_with_image_wrap.style1 .content_col{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .acc_with_image_wrap.style1 .image_col{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 542px;
    margin-bottom: 0px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 2rem;
  }

  .acc_with_image_wrap.style1 .content_col > h2{
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }

  .acc_with_image_wrap.style1 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_inner h2{
    font-size: 1.125rem;
  }
}

@media (min-width: 1040px) {
  .acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container {
    font-size: 3rem;
    line-height: 1.33333;
  }

  .acc_with_image_wrap.style2 .acc_items .acc_item .acc_toggler_container .acc_toggler .acc_toggler_inner h2 {
    font-size: 1.125rem;
    line-height: 1.73;
  }
  .acc_with_image_wrap.style1{
    padding-bottom: 150px;
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .acc_with_image_wrap.style1 .container{
    padding-left: 45px;
    padding-right: 45px;
  }
}

.acc_items h2{
  font-size:15px;
  line-height: 1.2
}

.acc_with_image_inner .content_col{
  padding-top:128px;
}

