<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('//fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i');
@import url('//fonts.googleapis.com/css?family=Dosis:400,500,600,700,800');

body.widget-snippet {
    padding: 40px;
    background-color: #230D56;
    max-width: initial;
}
body.widget-snippet .header-phone-mail {
    padding: 0;
}
body.widget-snippet .email {
    display: inline-flex;
}
.header-phone-mail {
    padding: 8px 0;
    text-align: left;
}
.header-phone-mail .phone{
    margin-right: 40px;
}
.header-phone-mail span a {
    color: #fff;
    font-size: 14px;
    font-family: 'Nunito';
    font-weight: 700;
    line-height: 19px;
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    vertical-align: middle;
}
.header-phone-mail span:hover a{
    color: #2EA3F2;
    text-decoration: none;
}
.header-phone-mail .phone .label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/template/c212acef/images/snippet-images/phone.svg);
    width: 20px;
    height: 19px;
}
.header-phone-mail .email .label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: url(/template/c212acef/images/snippet-images/email.svg);
  width: 20px;
  height: 16px;
}
.widget.widget-snippet .header-phone-mail span a:focus {
    outline: none;
}

@media (max-width: 991px) {
 
  .header-phone-mail .phone {
    margin-right: 15px;
}
  .header-phone-mail span a {
   padding-left: 25px;
}
}

@media (max-width: 767px) {
  .header-phone-mail .email {
  display: none;
}
 .header-phone-mail .phone {
  margin-right: 0px;
}
}
</pre></body></html>