.two-col-with-lightbox-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0 50px !important;
}

.two-col-with-lightbox-wrapper .content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.two-col-with-lightbox-wrapper .lightbox-left-section {
  width: 50%;
  padding-left: 0px;
  flex-direction: column;
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  flex-wrap: nowrap;
}

.two-col-with-lightbox-wrapper .lightbox-left-sticky {
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  position: sticky;
  top: 155px;
  flex-wrap: nowrap;
}

.two-col-with-lightbox-wrapper .lightbox-right-section {
  width: 50%;
  flex-direction: column;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
  padding-bottom: 18px;
  padding-top: 20px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.two-col-with-lightbox-wrapper .lightbox-left-frame {
  max-height: 500px;
  margin-bottom: 50px;
  box-shadow: 0px 6px 20px 10px rgb(119 119 119 / 29%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.two-col-with-lightbox-wrapper .lightbox-left-frame > img {
  z-index: 99;
  left: 0px;
  position: relative;
  top: 0px;
}

.two-col-with-lightbox-wrapper .lightbox-left-banner {
  column-count: 1;
  column-gap: 0px;
  display: block;
  overflow: auto;
  position: sticky;
  top: 155px;
  width: 100%;
}

.two-col-with-lightbox-wrapper .lightbox-left-banner a {
  break-inside: avoid;
  display: block;
  line-height: 0;
  position: relative;
}

.two-col-with-lightbox-wrapper .lightbox-left-banner figure {
  margin: 0;
  display: block;
}

.two-col-with-lightbox-wrapper .lightbox-left-banner figure img {
  max-width: 100%;
}

.two-col-with-lightbox-wrapper .lightbox-link-button .btn--accent.btn--fill{
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.two-col-with-lightbox-wrapper .lightbox-right-block {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 21px;
  padding-left: 20px;
  padding-right: 20px;
}

.two-col-with-lightbox-wrapper .lightbox-right-block h2 {
  margin-bottom: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.two-col-with-lightbox-wrapper .lightbox-right-block p {
  margin-bottom: 2rem;
  margin-top: 7px;
}

.two-col-with-lightbox-wrapper .lightbox-lower-section {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}

.two-col-with-lightbox-wrapper .lower-block {
  width: 50%;
  padding-top: 0px;
  margin-top: 0px;
  position: relative;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

.two-col-with-lightbox-wrapper .lower-left-block {
  width: 50%;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  flex-wrap: nowrap;
}

.two-col-with-lightbox-wrapper .left-block {
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-align: right;
  font-weight: 900;
  flex-wrap: nowrap;
}

.two-col-with-lightbox-wrapper .text-link-blue a {
  color: #004976;
}

.two-col-with-lightbox-wrapper .btn {
  overflow: visible;
}

.two-col-with-lightbox-wrapper a.left-link.animated-arrow-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  color: #09476f;
}

.two-col-with-lightbox-wrapper a.left-link.animated-arrow-btn > div {
  color: #09476f;
  display: inline-flex;
  border-radius: 50%;
  transition-duration: .3s;
  margin-right: 15px;
}

.two-col-with-lightbox-wrapper a.left-link.animated-arrow-btn > div svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
}

.two-col-with-lightbox-wrapper .lower-right-block {
  width: 50%;
  text-align: center;
}

.two-col-with-lightbox-wrapper .right-block.animated-arrow-btn {
  color: #ffffff;
  flex-direction: row;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}

.two-col-with-lightbox-wrapper .right-block.text-link-green {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  color: #ed8b00;
  font-weight: 900;
  margin:0 auto;
}

.two-col-with-lightbox-wrapper .right-icon.arrow-btn {
  color: #ed8b00;
  display: inline-flex;
  border-radius: 50%;
  margin-left: 15px;
  transition-duration: .3s;
}
.two-col-with-lightbox-wrapper .right-icon.arrow-btn a {
  color: #ed8b00;
}
.two-col-with-lightbox-wrapper .right-icon.arrow-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.two-col-with-lightbox-wrapper .right-block.text-link-green .btn {
  flex-direction: row;
  display: flex;
  align-items: center;
  color: #ed8b00;
}
{#
.two-col-with-lightbox-wrapper .right-block .btn:hover .arrow-btn {
  transform: translateX(10px);
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
} #}

.two-col-with-lightbox-wrapper .left-block.text-link-blue svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.two-col-with-lightbox-wrapper .left-block.text-link-blue svg .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.two-col-with-lightbox-wrapper .left-block.text-link-blue .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #09476f;
}

.two-col-with-lightbox-wrapper .left-block.text-link-blue .left-icon {
  display: inline-flex;
  border-radius: 50%;
  transition-duration: .3s;
  margin-right: 15px;
}

.two-col-with-lightbox-wrapper .left-block.text-link-blue .btn:hover .left-icon {
  transform: translateX(-10px);
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
}

.two-col-with-lightbox-wrapper .lightbox-right-block h1 {
  margin-bottom: 17px;
}

.two-col-with-lightbox-wrapper .author-sec {
  text-align: center;
  width: 100%;
}

.two-col-with-lightbox-wrapper .author-img {
  width: 75px;
  height: 75px;
  margin: 7px auto;
  border: 1px solid #09476f;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.two-col-with-lightbox-wrapper .author-sec h3 {
  font-weight: 400;
}

.two-col-with-lightbox-wrapper .author-content {
  font-weight: 400;
}
.two-col-with-lightbox-wrapper .lightbox-right-block h3 {
  margin-bottom: 0px;
}


.two-col-with-lightbox-wrapper .lightbox-right-block h3:not(:first-of-type) {
  margin-top: 16px;
}




::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .2);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.pswp__button {
  background-color: transparent !important;
}



@media(max-width:991px){
  .two-col-with-lightbox-wrapper {
    flex-direction: column-reverse;
  }

  .two-col-with-lightbox-wrapper .lightbox-right-section {
    width: 100%;
  }

  .two-col-with-lightbox-wrapper .lightbox-left-section {
    width: 100%;
    padding-right: 0px;
  }

  .two-col-with-lightbox-wrapper .content-wrapper {
    flex-direction: column-reverse;
  }

  .two-col-with-lightbox-wrapper .lightbox-left-frame {
    max-height: 100%;
    position: relative;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .two-col-with-lightbox-wrapper .lightbox-right-block {
    padding-left: 0;
    padding-right: 0;
  }  

  .two-col-with-lightbox-wrapper .lightbox-right-block p {
    margin-right: 0 !important;
  }
  .two-col-with-lightbox-wrapper .lightbox-lower-section {
    flex-direction: column;
    align-items: center;
  }
  .two-col-with-lightbox-wrapper .right-block.text-link-green {
    margin: 20px auto;
  }
  .two-col-with-lightbox-wrapper .lower-block {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .two-col-with-lightbox-wrapper .content-wrapper {
    padding-top: 0px;
  }
}


@media(max-width:350px){

  .two-col-with-lightbox-wrapper .left-block.text-link-blue {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .two-col-with-lightbox-wrapper .lower-right-block {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .two-col-with-lightbox-wrapper .right-block.animated-arrow-btn {
    width: auto;
  }

  .two-col-with-lightbox-wrapper .lower-block {
    flex-direction: column;
    justify-content: center;
  }

  .two-col-with-lightbox-wrapper .lower-left-block {
    width: 100%;
  }
}
