/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
strong {
  font-weight: 700;
}

*{
  box-sizing: border-box;
}

.body-container-wrapper{
  background: none;
  background-color: #ffffff;
}

.group1_container{
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
}

.group1_wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1114px;
  padding: 20px;
}

.group1_wrapper_element{
  width: 50%;
  display: flex;
}

.group1_wrapper_info{
  flex-direction: column;
  padding-right: 5%;
}

.group1_wrapper_info > h3{
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  font-family: "Mulish";
  color: #ffffff;
  text-decoration: none;
  margin: 20px 0 10px 0;
}

.group1_wrapper_info > p{
  margin: 15px 0 25px 0;  
  color: #ffffff;
  font-weight: 100;
  font-size: 18px;
  font-family: 'Muli Light';
  text-align: left;
}

.group1_wrapper_buttons{
  display: flex;
}

.group1_wrapper_img{  
  align-items: center;
  justify-content: center;
  height:80%;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
}

.group1_wrapper_img > img{
  height:100%;
  object-fit: contain;
}  

.btnwrapper {
  width: fit-content;
}
    
.button-cta {
  position: relative;
  margin: 0 auto;
  width: fit-content;
} 
    
.cta-content {  
  width: fit-content;
  z-index: 1;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
    
.shadow-dt-cta {
  width: 100%;
  /*top: 45%;*/
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
    
.shadow-dt-cta img {
  /*width: 250px;*/
}
    
.btn {
  width: fit-content;
  display: block;
  text-align: center;
  padding: 9px 20px;
  border-radius: 25px;
  color: #153B79;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.btn:hover {

}
    
.btntext {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0px 25px 0 0;
  letter-spacing: 2px;
}

p.btntext {
}
    
.icon {
  transition: all 0.25s ease;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #153B79;
  margin-left: 15px;
}
    
.icon.arrow {
  transition: all 0.25s ease;
  width: 1.2rem;
  height: .0525rem;
  background: none;
  background-color: #153B79;
}
    
.arrow::before {
  transition: all 0.25s ease;
  position: absolute;
  content: '';
  top: -0.24rem;
  right: 0.0525rem;
  width: 0.525rem;
  height: 0.525rem;
  border-top: .0525rem solid;
  border-right: .0525rem solid;
  border-color: initial;
  transform: rotate(45deg);
}
    
.cta-content:hover .icon.arrow {
  transform: translate(-0.1rem, 0);
  width: 0.9rem;
}

.group1.btnwrapper > .button-cta > .cta-content {
  left: 0;
  transform: translateX(0);
}

.group1.btnwrapper > .button-cta > .cta-content:hover {
  transform: translateX(5px);
}

.group1.btnwrapper > .button-cta > .cta-content > .btn {
  background-color: transparent;
  border: 1px solid #fff;
}

.group1.btnwrapper > .button-cta > .cta-content > .btn > .btntext {
  color: #fff;
}

.group1 .icon.arrow {
  background-color: #fff;
}
    
.group1 .arrow::before {
  border-color: #fff;
}

.newsletter-articles_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
}

.newsletter-articles_container_wrapper{
  max-width: 1114px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  flex-direction: column;
  padding: 50px 20px;
}

.newsletter-articles_elements_wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.newsletter-articles_header_wrapper{  
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*border-bottom: 1px solid #255893;*/
  margin-bottom: 50px;
}

.newsletter-articles_header_left{
  border-radius: 2px;
  /*border-bottom: 2.5px solid #255893;*/
  text-align: left;
  font: normal normal bold 36px "Mulish";
  /*letter-spacing: 1.92px;*/
  color: #000;
  opacity: 1;
  margin: 0;
}

.newsletter-articles_header_right{
  text-align: left;
  font: normal normal bold 16px "Mulish";
  letter-spacing: 1.92px;
  color: #255893 !important;
  text-transform: capitalize;
  text-decoration: none;
  opacity: 1;
  margin: 0;
  display: flex;
  align-items: center;
}

.newsletter-articles_content_wrapper{
  border-radius: 20px;
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
  background-color: white;
  flex-direction: column;
  /*margin: 10px;*/
  box-shadow: 2px 1px 14px 1px rgb(205 216 228);
  display: none;
}

.newsletter-articles_content_info_wrapper{
  background: linear-gradient(to left,#193055,#289cc9) no-repeat;
  background-position: bottom;
  background-size: 100% 7px;
  width: 100%;
  height: 60%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  padding: 10px;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsletter-articles_image_wrapper{
  background-color: grey;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40%;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  order: 0;
}

.newsletter-articles_text_wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.newsletter-articles_header_text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.newsletter-articles_header_date{
  text-align: left;
  font: normal normal 600 16px "Mulish";
  letter-spacing: 0px;
  color: #6B7883;
  opacity: 0.8;
}

.newsletter-articles_header_tag{
  text-align: left;
  letter-spacing: 1.4px;
  color: #255893;
  opacity: 1;
  font: normal normal 14px "Mulish";
  text-transform: uppercase;
}

.newsletter-articles_title{
  margin: 15px 0;
  text-align: left;
  font: normal normal 900 24px "Mulish";
  letter-spacing: 0px;
  color: #303030;
  opacity: 0.8;
}

.newsletter-articles_header_description{
  font: normal normal 500 16px "Mulish";
  letter-spacing: 0px;
  color: #303030;
  opacity: 0.8;
}

.newsletter-articles_button_wrapper{
  padding: 20px;
}

.newsletter-articles_button{
  width: fit-content;
  text-decoration: none;
  text-align: left;
  font: normal normal bold 14px "Mulish";
  letter-spacing: 1.92px;
  color: #255893 !important;
  opacity: 1;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.newsletter-articles_button:hover{
  transform: translateY(-2px);
  color: #255893 !important;
  transition: all 0.2s ease;
}

.icon {
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    margin: auto;
    background: #255893;
    position: relative;
    margin-left: 15px;
}

.icon.arrow {
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    width: 1.2rem;
    height: 2px;
    background: none;
    background-color: #255893;
}

.arrow::before {
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: absolute;
    content: '';
    top: -0.19rem;
    right: 0.025rem;
    width: 0.525rem;
    height: 0.525rem;
    border-top: 0.15rem solid #255893;
    border-right: 0.15rem solid #255893;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.newsletter-articles_button:hover .icon.arrow {
    background: #255893;
    -webkit-transform: translate(-0.1rem, 0);
    -ms-transform: translate(-0.1rem, 0);
    transform: translate(-0.1rem, 0);
    width: 0.9rem;
}

.newsletter-articles_header_right:hover .icon.arrow {
    background: #255893;
    -webkit-transform: translate(-0.1rem, 0);
    -ms-transform: translate(-0.1rem, 0);
    transform: translate(-0.1rem, 0);
    width: 0.9rem;
}

.newsletter-articles_header_right:hover {
  color: #255893 !important;
  transition: all 0.2s ease;
}

.newsletter-articles_wrapper_button{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 50px 0 40px 0;
  width: 100%;
}

.newsletter-articles.btnwrapper > .button-cta > .cta-content > .btn {
  background-color: #00599B;
}

.newsletter-articles.btnwrapper > .button-cta > .cta-content > .btn > .btntext{
  color: #fff!important;
}

.newsletter-articles.btnwrapper > .button-cta > .cta-content > .btn > .icon{
  background-color: #fff;
  transform: rotate(90deg);
  width: 0.9rem;
}

.newsletter-articles.btnwrapper > .button-cta > .cta-content > .btn > .icon:before{
  border-color: #fff;
}

@media (min-width: 768px) {
  .newsletter-articles_content_wrapper:last-child {
    margin-right: 0px;
  }

  .newsletter-articles_content_wrapper:first-child {
    margin-left: 0px;
  }
}


@media(max-width:768px) {
  
  .group1_container{
    height: unset;
  }
  
  .group1_wrapper{
    flex-direction: column;
  }
  
  .group1_wrapper_element{
    width: 100%;
  }
  
  .group1_wrapper_img{
    height: fit-content;
    order: 0;
    margin-bottom: 25px;
  }
  
  .group1_wrapper_info{
    padding: 0;
    order: 1;
    text-align: left;
    justify-content: left;
  }
  
  .group1_wrapper_info > h3{
    font-size: 35px;
  }
  
  .content_wrapper {
    order: 0;
    margin-right: 0px;
    min-height: 60px;
    margin-top: 5px;
  }
  
  .group1_wrapper_buttons{
    margin-bottom: 40px;
  }

  .order0{
    order: 0;
  }
  
  .order1{
    order: 1;
  }

  .newsletter-articles_elements_wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
    
  .newsletter-articles_text_wrapper, .newsletter-articles_button_wrapper {
    padding: 10px;
  }
  
  .newsletter-articles_content_wrapper {
    height: 450px;
  }
  
  .newsletter-articles_header_description{
    font-size: 14px;  
  } 
  
}


.slide-left {
    animation: slide-left 0.5s forwards;
    -webkit-animation: slide-left 0.8s forwards;
}
    
@keyframes slide-left {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-left {
    0% { -webkit-transform: translateX(-100%); }
    100% { -webkit-transform: translateX(0%); }
}



.slide-right {
    animation: slide-right 0.5s forwards;
    -webkit-animation: slide-right 0.8s forwards;
}
    
@keyframes slide-right {
    0% { transform: translateX(100%); opacity: 0; }
    100% { transform: translateX(0%); opacity: 1; }
}

@-webkit-keyframes slide-right {
    0% { -webkit-transform: translateX(100%); opacity: 0; }
    100% { -webkit-transform: translateX(0%); opacity: 1; }
}


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url('//cdnjs.cloudflare.com/ajax/libs/file-uploader/3.7.0/processing.gif') no-repeat center center;
}