  	.modal-holder{
	max-width: 480px;
    z-index: 1000000;
    position: fixed;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -500vh);
	transition: transform 1.6s ease-out;
  }
 
  .full-width {
    width: 100% !important;
}

	.lock .modal-holder{
		transform: translate(-50%, -50%);
		transition: transform 0.3s ease 0.15s;
	}
	.overlay{
		background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.32), #ffffff 57%);
		transition: opacity 0.4s ease 0.1s;
		opacity: 0;
	}

	.lock .overlay{
	position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.85;
    z-index: 999999;
	}

	.contact-form-holder {
		margin-bottom: 0;
		position: relative;
}

.newsletter-form > strong {
    font-size: 28px !important;
    font-weight: 400;
    color: #05006d;
}
.privacy-desc {
	display: none;
}
.privacy-desc-inside{
    display: block !important;
}

.closeIcon{
	position: absolute;
    top: 10px;
    right: 19px;
    transform: scaleX(1.15);
    opacity: 0.6;
	font-size: 15px;
	cursor: pointer;
}

@media screen and (max-width: 500px) {
	.modal-holder{
		padding: 1rem;
		width: 100%;
	}

	.newsletter-form > strong {
    font-size: 26px !important;
}
}

.split-6040{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.split-6040 > div:nth-child(1){
  flex: 0 1 57%;
}

.split-6040 > div:nth-child(2){
  flex: 0 1 35%;
}

.Webinar .split-6040.intro > div{
  flex: 0 1 50%;
}
.intro{
  line-height: 1.8;
  margin-top: 30px;
  position: relative;
  align-items: center;
}
.order1{
  order: 1;
}

.heading{
    font-size: 40px;
    line-height:60px; 
}

.download-desc{
    font-size: 36px;
    color: var(--deep-blue);
    line-height: 54px;
}

.description{
  font-size: 16px;
}
.btn-container{
  margin-top: 40px;
}

.top-block{
  min-height: 55vh;
  align-items: center;
}

@media (min-width: 960px){

  .main-container-resource{
  padding-top: 2rem;
}

.section-gap.hide-in-mobile{
margin-bottom: 5rem;
}
.image-holder{
  padding: 0 40px;
}
.webinar.lock{
    position: fixed;
    width: 100%;
}
.Webinar .image-holder{
  padding: 0;
}

.download-desc:after {
    background: var(--deep-blue);
    height: 2px;
    width: 55px;
    content: '';
    display: block;
    position: absolute;
    top: 2rem;
    right: -3.5rem;
}
.description{
  margin-right: 4rem;
}
.download-desc{
  width: 80%;
  position: relative;
}
}
.image-holder{
  position: relative;
}
.Webinar .image-holder{
  position: static;
}
.bg{
  position: absolute;
    min-width: 700px;
    left: -50%;
    top: -10%;
    z-index: -1;
}

.Webinar .bg {
  left: 44%;
  top: -7%;
}

.video{
    position: absolute;
    max-width: 800px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-14%, -50%) scale(0.65);
    transition: transform 1s ease, box-shadow 0.5s ease;
    box-shadow: 0 30px 55px 0 rgba(255, 255, 255, 1);
}

.section-gap {
    height: 1px;
}

.lock .video{
    
  transform: translate(-50%, -50%);
    z-index: 1000000;
}

.image-holder img:not(.bg){
  box-shadow: 0 30px 55px 0 rgba(97, 115, 166, 0.78);
}

.default-container.default-container--extended{
  background: transparent;
}

@media (max-width: 960px){
  .intro{
  margin-top: 10rem;
  margin-bottom: 3rem;
}
.heading {
  line-height: 45px;;
}

.back-link{
  position: absolute;
    left: 0.7rem;
    top: 112px;
    z-index: 98;
}

.download-desc{
  font-size: 28px;
}
}

@media (max-width: 500px){
  .image-holder{
  margin: 3rem;
}

.bg{
  display: none;
}

.intro {
    margin-top: 9rem;
}

.Webinar .image-holder{
  margin: 0;
}

.next{
  display: none;
}

.split-6040 > div{
  flex: 1 1 100% !important;
}

.split-6040{
  flex-wrap: wrap;
}

.default-container.default-container--extended {
    padding: 0 1rem;
}

.heading{
  line-height: 45px;
}

.resourcetype, .heading, .btn-container{
  text-align: center;
}
}

.content h1{
  display: none;
}

.resourcetype{
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}

.download-btn, .watch-btn{
font-size: 14px;
}

.split-6040.intro > .next {
    position: absolute;
    bottom: -75px;
    right: 50%;
    font-size: 14px;
    color: #626476;
    transform: translateX(-50%) rotate(90deg) scaleY(3);
    animation: moveupdown 0.7s ease-in 3s;
    cursor: pointer;
}

@keyframes moveupdown {
  50%{
    bottom: -95px;
  }
  100%{
    bottom: -75px;
  }
}

@media screen and (max-width: 1024px){
  .video{
    transform: translate(-20%, -50%) scale(0.55);
  }
}

@media screen and (max-width: 960px){
  .video{
    transform: none;
    margin-top: 3rem;
    position: static;
  }

  .Webinar{
    margin-top: 7rem;
  }

  .Webinar .btn-container{
    display: none;
  }

  .Webinar .intro.split-6040{
    display: block;
  }
  .video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.next{
display: none;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
} 
}
.text-holder, .tag-holder {
    padding: 0.8rem;
}

.back-link .icon-arrow-large-right{
  transform: rotateY(180deg) translateY(-2px);
    display: inline-block;
    font-size: 7px;
}

.back-link{
  font-size: 14px;
}

.overview .next{
  display: none;
}

.learn-more{
  display: none;
}

.overview .learn-more{
  display: block;
}

.overview .btn.blue {
  width: 190px;
  height: 41px;
  padding: 11px 28px;
}
/* Hover style for cards */
.resources .items{
  box-shadow: none;
  padding: 2.5rem;
  padding-top: 0;
}

.resources .items:hover {
    box-shadow: none !important;
}

.resources .items .img-holder{
  box-shadow: 0 0 6px 0 rgb(220, 224, 238);
  transition: box-shadow 0.4s ease-in;
}
.resources .items .href-container:hover .img-holder{
box-shadow: 0 0 55px 4px rgb(220, 224, 238) !important;
}

.grid .items .text-holder, .grid .items .tag-holder {
  padding-left: 0;
}

.tag-holder {
  bottom: 3.5rem;
}

.grid .items .text-holder, .grid .items .tag-holder {
  left: 2.5rem;
}

.items:nth-child(8) .tag-holder, .items:nth-child(9) .tag-holder, .items:nth-child(10) .tag-holder{
  bottom: 3.5rem;
}

.grid a{
  font-weight: 600;
}

.grid {
  margin: 0 -2.5rem;
}

.resources .text-holder{
  font-size: 16px;
}
@media (min-width: 500px) and (max-width: 960px){
  .resources .items {
  padding: 1rem;
}
.grid .items .tag-holder {
  left: 1rem;
  bottom: 0;
}
.grid {
  margin: 0 -1.5rem;
}
}