  	.modal-holder{
	min-width: 400px;
    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;
}
}
.library-tag {
  background-color: #c7d6ff;
  height: 25px;
  padding: 2px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #060e2b;
  border-radius: 25px;
}
ul.checklist {
  line-height: 34px;
  list-style-image: url('../images/resources/ic-bullet-dots.svg');
  padding-left: 20px;
}
ul.checklist li {
  padding-left: 10px;
}


.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: 28px;
    color: #060e2b;
    font-weight: bold;
    line-height: 54px;
    margin-bottom: 30px;
}

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

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

@media screen and  (min-width: 960px){
  .download-desc {
    text-align: center;
  }
  .split-4060{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .split-4060 > div:nth-child(1){
    flex: 0 1 53%;
  }
  
  .split-4060 > div:nth-child(2){
    flex: 0 1 47%;
  }

  .main-container-resource{
  padding-top: 2rem;
}
.home-page.resources #header nav {
  background: #f6f8fe;
}
.home-page.resources {
  position: relative;
  /* background: url(../images/resources/hero-section-bg.svg) no-repeat; */
  background: url(/assets/images/contacto/contacto-page-hero-unit-bg.svg) no-repeat;

  background-size: 100% 660px;
}
.home-page.resources .content {
  max-width: 700px;
  margin: 0 auto;
}

/* .section-gap.hide-in-mobile{
margin-bottom: 5rem;
} */
.image-holder{
  padding: 0 0 0 40px;
  margin-right: -25px;
}
.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{
  position: relative;
}
}
.image-holder{
  position: relative;
}
.Webinar .image-holder{
  position: static;
}
.bg{
  position: absolute;
  width: 540px;
  left: 2%;
  top: 8%;
  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: 6rem;
  margin-bottom: 3rem;
}
.image-holder.asset {
  margin-top: 2rem;
}

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

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

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

.bg{
  display: none;
}

.intro {
    margin-top: 1rem;
}

.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, .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;
padding: 9px 28px;
}

.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;
    vertical-align: middle;
}

.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;
}
.resources .grid {
  grid-gap: 40px;
  grid-row-gap: 40px;
  margin: 0;
}
/* Hover style for cards */
.resources .grid-column{
  box-shadow: none;
  /* padding: 2.5rem; */
  padding-top: 0;
  border: solid 1px #e2e8fb;
  border-radius: 10px;
  transition: all .3s;
  position: relative;
}
.resources .grid-column:after {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 0 0 10px 10px;
  background: #0040e4;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;

}

.resources .grid-column:hover {
    /* box-shadow: none !important; */
    box-shadow: 0 0 19px 7px rgba(33, 66, 134, 0.19);
}
.resources .grid-column:hover:after {
  display: block;
}

.resources .grid-column .text-holder, .resources .grid-column .tag-holder {
  padding: 2rem;
}
.resources .grid-column .text-holder {
  padding-top: 0;
}

 .resources .grid-column .img-holder img{
  border-radius: 10px 10px 0 0;
  min-width: 100%;
}
/*
.resources .grid-column .href-container:hover .img-holder{
box-shadow: 0 0 55px 4px rgb(220, 224, 238) !important;
} */

/* .grid .grid-column .text-holder, .grid .grid-column .tag-holder {
  padding-left: 0;
} */

.tag-holder {
  bottom: 3.5rem;
}

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

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

.grid a, .mid-hero-resource .text-holder a {
  font-weight: 600;
      color: #060e2b;
}

.grid {
  margin: 0 -2.5rem;
}

.resources .text-holder{
  font-size: 18px;
}

.mid-hero-resource .text-holder a {
  font-size: 30px;
}

.mid-hero-resource .img-holder img {
  max-height: 600px;
  width: 100%;
}
.mid-hero-resource .bg-holder {
  background: url(/assets/images/resources/resource-page-section3-bg.svg) no-repeat;
  background-size: cover;
  padding: 0rem 3rem;
  display: flex;
  align-items: center;
}
.mid-hero-resource .split-4060 {
  align-items: stretch;
}

.mid-hero-resource .bg-holder div {
  align-items: center;
}
.mid-hero-resource .creation-date {
  display:none;
}
.resources  .creation-date {
  font-size: 14px;
  color: #494a5b;
  margin-top: 10px;
}
@media (min-width: 500px) and (max-width: 960px){
  .resources .grid-column {
  padding: 1rem;
}
.grid .grid-column .tag-holder {
  left: 1rem;
  bottom: 0;
}
.grid {
  margin: 0 -1.5rem;
}
}
button[type="submit"]{
  width: 100%;
}
.request-demo-holder {
  border-radius: 4px;
  background: #f6f8fe;
  background-size: cover;
  color: #51566b;
  padding: 30px;
}
.request-demo-holder h3 {
  font-weight: bold;
  color: #060e2b;
  margin-bottom: 20px;
}
.resources.overview .main-container-resource .left-col-intro {
  margin-top: 85px;
  position: relative;

}
@media (min-width: 768px) { 
  .request-demo-holder {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 40px 90px 50px 90px;
    color: #51566b;
    height: 169px;
    border-radius: 4px;
    background: url(/assets/images/resources/Interested-in-Contacto-bg.svg) no-repeat;
    background-size: cover;
  }
  .request-demo-holder.pricing{
    height: 204px;
    color: #fff;
    background: url(/assets/images/pricing/Banner-BG.svg) no-repeat;
    align-items: center;
  }
  .request-demo-holder.pricing h3{
    margin-bottom: 0;
  }
  .request-demo-holder.pricing .btn:hover{
    background-color: #fff;
    color: #0040e4 !important;
  }
}
@media (min-width: 1024px) {
  .resources.overview .main-container-resource .left-col-intro:after {
    content: "";
    position: absolute;
    top: -35px;
    left: -30px;
    min-width: 120%;
    height: 120%;
    z-index: -1;
    border-radius: 10px;
    background-color: #f6f8fe;
  }
}
@media (max-width: 767px) {
  .download-btn {
    margin-bottom: 20px;
  }
  .request-demo-holder .btn__primary--hero {
    margin-top: 20px;
    display: block;
  }
  .mid-hero-resource .bg-holder {
    padding: 3rem 1rem;
  }
}
