<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .icons_wrapper

.main_title{
  margin-top:40px;
  margin-bottom:30px;
  font-size:26px;
  line-height:28px;
  font-family:'lato';
  letter-spacing:0px;
  color:black;
  font-weight:900;
}


.icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media(max-width:991.8px){
  .icon_wrapper_grid .col-12{
    padding-left:23px;
    padding-right:23px;
  }
}


@media(min-width:992px){

  .icons_wrapper img{
    width: 220px;
    height: 160px;
    margin-right: 94px;
    margin-bottom: 30px;
  }

  .main_title{
    margin-top:70px;
    margin-bottom:55px;
    font-size:47px;
    line-height:56px;
    font-weight:900;
  }

  .icons_wrapper{
    margin-bottom:70px;
    margin-right:-150px;
  }

  .icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
} */


.iconAndLinkWrapper{
  padding: 40px 0;
}
.iconAndLinkWrapper h2{
  margin-bottom: 34px;
}

.iconAndLinkWrapper img{
  width: 140px;
  height: 100px;
  object-fit: contain;
}

.iconAndLinkWrapper .icon-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.iconAndLinkWrapper .icon-inner .item{
  width: 50%;
  margin-bottom: 42px;
}
.iconAndLinkWrapper .icon-inner .item:only-child {
	width: 100% !important;
}

.iconAndLinkWrapper .iconAndLinkItem {
  position: relative;
  z-index: 0;
}

.iconAndLinkWrapper .iconAndLinkItem .icon &gt; div {
  display: flex;
  justify-content: center;
}

.iconAndLinkWrapper .iconAndLinkItem .internalLink,
.iconAndLinkWrapper .iconAndLinkItem .externallink{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

@media(min-width:580px) and (max-width:991.98px){
  .iconAndLinkWrapper .icon-inner .item{
    width: 25%;
    margin-bottom: 30px;
  }
}

@media(min-width:992px){
  .iconAndLinkWrapper{
    padding: 70px 0 40px;
  }
  .iconAndLinkWrapper h2{
    margin-bottom: 55px;
  }
  .iconAndLinkWrapper img{
    width: 220px;
    height: 160px;
  }
  .iconAndLinkWrapper .icon-inner .item{
    width: 25%;
    margin-bottom: 30px;
  }


}
</pre></body></html>