
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700italic,300,300italic,700|Roboto:300,400,700");

@import url("https://px.animaapp.com/6543cb904bd797a7d42ad6e6.6543cb944bd797a7d42ad6e9.XKzY9eD.hcp.png");

@font-face {
font-family: "Myriad Pro-Bold";
font-style: normal;
font-weight: 700;
src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
}


#html_custom_template .screen a {
display: contents;
text-decoration: none;
}

#html_custom_template .container-center-horizontal {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
width: 100%;
}

#html_custom_template .container-center-horizontal > * {
flex-shrink: 0;
pointer-events: auto;
}

#html_custom_template .align-self-flex-end {
align-self: flex-end;
}

#html_custom_template .valign-text-middle {
display: flex;
flex-direction: column;
justify-content: center;
}

#html_custom_template .valign-text-bottom {
display: flex;
flex-direction: column;
justify-content: flex-end;
}

#html_custom_template .hidden,
#html_custom_template .hidden * {
pointer-events: none;
visibility: hidden;
}

#html_custom_template * {
box-sizing: border-box;
}
