*{
    box-sizing: border-box;
    font-family: "Open Sans", Arial!important;
}

img{
    max-width: 100%;
    max-height: 100%;
}
a, a:visited, a:hover{
    color: var(--trq-blue);
    text-decoration: none;
}

h1,.h1{font-size: 35px; font-weight: 700; margin-bottom: 30px}
h2,.h2{font-size: 28px; font-weight: 700}
h3,.h3{font-size: 24px; font-weight: 700}
h4,.h4{font-size: 22px; font-weight: 400}
h5,.h5{font-size: 18px; font-weight: 700}
h6,.h6{font-size: 18px; font-weight: 400}

.btn:hover, .btn:visited{
    background-color: var(--trq-blue);
    color: white;
}

b{font-weight: bold}

p{margin-bottom: 20px}

input, select{
    width: 100%;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--trq-blue);
    color: var(--deep-grey);
}

textarea{
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--trq-blue);
    color: var(--deep-grey);
}

.d-none{display: none!important;}

.link{
    color: var(--trq-blue);
    background: none;
    border: 0;
    padding: 0;
}