@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); :root {
--primary-color: 50, 141, 231;
--secondary-color: 245, 53, 21;
--accent-color: 244, 223, 27;
}
* {
box-sizing: border-box;
}
a {
text-decoration: none;
color: inherit;
}
p {
margin: 0 0 16px;
line-height: 1.6;
}
.entry-content {
padding-bottom: 50px;
}
p:last-child {
margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 16px;
}
img {
max-width: 100%;
height: auto;
}
html, body {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
font-size: 14px;
}
.slick-dots {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 8px;
}
.slick-dots button {
width: 18px;
height: 18px;
border-radius: 50%;
background-color: #fff;
border: none;
font-size: 0;
cursor: pointer;
}
.slick-dots .slick-active button {
background-color: rgb(var(--primary-color));
}
.site-header {
position: sticky;
top: 0;
background-color: rgba(255, 255, 255, .9);
padding: 8px 0;
z-index: 1000;
}
.site-header--inner {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
-webkit-box-align: center;
}
.site-branding img {
display: block;
width: auto;
height: 64px;
}
.menu-toggle {
display: none;
}
.menu {
list-style: none;
padding: 0;
margin: 0;
}
.menu li {
display: inline-block;
padding: 0 1em;
}
.menu li a {
display: block;
padding: 1em 0;
text-decoration: none;
color: #333;
text-transform: uppercase;
font-weight: 500;
position: relative;
transition: all 0.3s ease;
}
.menu li a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
opacity: 0;
background-color: rgb(var(--primary-color));
transition: all 0.3s ease;
}
.menu li a:hover {
color: rgb(var(--primary-color));
}
.menu li a:hover::after {
opacity: 1;
}
.main-navigation {
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.site-languages {
list-style: none;
padding: 0;
margin: 0;
display: flex;
background-color: rgba(var(--primary-color), 0.1);
padding: 8px;
border-radius: 100px;
gap: 8px;
display: flex;
}
.site-languages li a {
display: block;
padding: 8px;
background-color: transparent;
border-radius: 100px;
}
.site-languages li a:hover,
.site-languages li.current-lang a {
background-color: rgba(var(--primary-color), 0.2);
}
.main-carousel .slick-arrow {
display: none !important;
}
.main-carousel {
position: relative;
overflow: hidden;
}
.main-carousel .main-carousel--item {
height: 500px;
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
}
.main-carousel .main-carousel--item::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.main-carousel .slick-dots {
position: absolute;
bottom: 50px;
right: 50px;
}
.hero-banner {
position: relative;
overflow: hidden;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 40px;
}
.hero-banner--inner {
position: relative;
}
.hero-banner--overlay {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
color: #fff;
}
.hero-banner--title {
font-size: 48px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 16px;
}
.hero-banner--title span {
color: rgb(var(--primary-color));
}
.hero-banner--description {
max-width: 350px;
line-height: 1.6;
}
.hero-banner--service-icon {
display: block;
max-width: 64px;
max-height: 64px;
}
.hero-banner--service {
display: flex;
align-items: center;
-webkit-align-items: center;
gap: 16px;
padding: 16px 40px;
position: relative;
}
.hero-banner--services .row div[class*="col-"]:not(:last-child) .hero-banner--service::after {
content: '';
position: absolute;
width: 1px;
height: 80%;
background-color: rgba(0, 0, 0, 0.1);
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
right: 0px;
}
.hero-banner--service-title {
margin: 0 0 8px;
}
.about-section {
margin-bottom: 40px;
}
.about-section--list {
background-color: rgb(246 247 249);
overflow: hidden;
border-radius: 8px;
padding: 20px;
position: relative;
}
.about-section--list-item {
padding: 16px;
display: flex;
align-items: center;
-webkit-align-items: center;
gap: 16px;
}
.about-section--list-item-icon {
display: block;
max-width: 64px;
max-height: 64px;
}
.about-section--list-item b {
display: block;
font-size: 36px;
font-weight: 500;
}
.section-title {
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
margin: 0 0 16px;
}
.about-section--list::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
width: calc(100% - 60px);
height: 1px;
background-color: rgba(0, 0, 0, 0.1);
pointer-events: none;
}
.about-section--list::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
width: 1px;
height: calc(100% - 60px);
background-color: rgba(0, 0, 0, 0.1);
pointer-events: none;
}
.activities-section {
margin-bottom: 40px;
background-color: rgb(246 247 249);
padding: 20px 0;
text-align: center;
}
.activity-item {
height: 150px;
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
padding: 16px;
margin: 0 0 16px;
}
.activity-item::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.activity-item h3 {
color: #fff;
font-weight: 500;
position: relative;
z-index: 1;
margin: 0;
}
.news-section {
margin-bottom: 40px;
text-align: center;
}
.news-section--item {
text-align: left;
position: relative;
margin-bottom: 30px;
}
.news-section--item-link {
display: block;
}
.news-section--item::before	{
content: '';
position: absolute;
top: -8px;
left: -8px;
right: -8px;
bottom: -8px;
background-color: rgba(var(--accent-color), 0.1);
pointer-events: none;
border-radius: 8px;
opacity: 0;
transition: all 0.3s ease;
}
.news-section--item:hover::before {
opacity: 1;
}
.news-section--item-date {
font-size: 12px;
color: #777;
padding: 8px 0;
}
.news-section--item-title {
font-size: 18px;
font-weight: 400;
margin: 0;
}
.news-section--actions {
margin-top: 10px;
}
.news-page {
padding: 40px 0;
}
.news-page .section-title {
text-align: center;
}
.news-page--pagination {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 10px;
}
.news-page--pagination .page-numbers {
display: inline-block;
padding: 10px 14px;
border-radius: 4px;
background-color: rgba(var(--primary-color), 0.1);
color: rgb(var(--primary-color));
}
.news-page--pagination .page-numbers.current,
.news-page--pagination .page-numbers:hover {
background-color: rgb(var(--primary-color));
color: #fff;
}
.site-footer {
background-color: rgb(23 30 38);
padding: 32px 0 16px;
color: rgba(255, 255, 255, 0.78);
}
.site-footer--columns {
margin-bottom: 24px;
}
.site-footer--column {
margin-bottom: 24px;
}
.site-footer--title {
color: #fff;
font-size: 18px;
font-weight: 500;
margin: 0 0 16px;
text-transform: uppercase;
}
.site-footer--menu,
.site-footer--contact,
.site-footer--social {
list-style: none;
padding: 0;
margin: 0;
}
.site-footer--menu li,
.site-footer--contact li,
.site-footer--social li {
display: block;
margin: 0 0 10px;
padding: 0;
}
.site-footer--menu a,
.site-footer--contact a,
.site-footer--social a,
.site-footer .site-info {
color: rgba(255, 255, 255, 0.78);
}
.site-footer--menu a:hover,
.site-footer--contact a:hover,
.site-footer--social a:hover {
color: #fff;
}
.site-footer--contact a,
.site-footer--social a {
display: flex;
align-items: center;
-webkit-align-items: center;
gap: 8px;
}
.site-footer--social {
display: flex;
gap: 12px;
}
.site-footer--social li {
margin-bottom: 0;
}
.site-footer--social a {
width: 24px;
height: 24px;
gap: 0;
}
.site-footer--contact-icon,
.site-footer--social-icon {
display: block;
width: 24px;
height: 24px;
flex: 0 0 24px;
}
.membership-section {
background-position: top right;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
padding: 40px 0;
}
.field {
display: block;
width: 100%;
margin: 0 0 34px;
max-width: 100%;
}
.field input, .field select, .field textarea {
outline: none;
padding: 12px 8px;
border: 1px solid #ccc;
border-radius: 4px;
width: 100%;
max-width: 100%;
font-size: 16px;
font-family: inherit;
}
.field > span {
display: block;
font-size: 16px;
font-weight: 500;
margin: 0 0 8px;
text-transform: uppercase;
}
.field.required > span::after {
content: ' *';
color: rgb(var(--secondary-color));
}
.field input:focus,
.field select:focus,
.field textarea:focus {
border-color: rgb(var(--primary-color));
}
.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
border-color: rgb(var(--secondary-color));
}
.checkbox.is-invalid .checkmark {
background-color: rgba(var(--secondary-color), 0.2);
box-shadow: inset 0 0 0 1px rgb(var(--secondary-color));
}
.field-error {
display: none !important;
margin-top: 6px;
color: rgb(var(--secondary-color));
font-size: 12px !important;
line-height: 1.4 !important;
text-align: left;
}
.custom-select {
display: none;
position: relative;
}
.domain-activities-field.is-enhanced > select {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.domain-activities-field.is-enhanced .custom-select {
display: block;
}
.custom-select--trigger {
display: flex;
align-items: center;
width: 100%;
min-height: 45px;
padding: 10px 42px 10px 12px;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23328de7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
color: inherit;
font: inherit;
text-align: left;
cursor: pointer;
}
.custom-select--trigger:focus,
.custom-select.is-open .custom-select--trigger {
outline: none;
border-color: rgb(var(--primary-color));
}
.field.is-invalid .custom-select--trigger {
border-color: rgb(var(--secondary-color));
}
.custom-select--value,
.custom-select--option {
display: flex;
align-items: center;
gap: 10px;
}
.custom-select--icon {
width: 24px;
height: 24px;
flex: 0 0 24px;
object-fit: contain;
}
.custom-select--options {
display: none;
position: absolute;
z-index: 20;
top: calc(100% + 6px);
right: 0;
left: 0;
max-height: 240px;
padding: 6px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
background: #fff;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.custom-select.is-open .custom-select--options {
display: block;
}
.custom-select--option {
width: 100%;
padding: 10px;
border: 0;
border-radius: 3px;
background: transparent;
color: inherit;
font: inherit;
text-align: left;
cursor: pointer;
}
.custom-select--option:hover,
.custom-select--option:focus,
.custom-select--option[aria-selected="true"] {
outline: none;
background-color: rgba(var(--primary-color), 0.12);
}
.btn-primary {
outline: none;
text-decoration: none;
display: inline-block;
padding: 14px 24px;
background-color: rgb(var(--primary-color));
color: #fff;
border: none;
border-radius: 4px;
font-size: 14px;
font-family: inherit;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
}
.btn-primary:hover {
background-color: rgb(var(--secondary-color), 1);
}
.membership-section--form {
background-color: rgba(255, 255, 255, 1);
padding: 50px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-left: 100px;
}
.membership-section--form-description {
margin: 0 0 50px;
}
.membership-section--form .btn-primary {
width: 100%;
}
.membership-section--form .btn-primary:disabled {
opacity: 0.65;
cursor: not-allowed;
}
.membership-section--form-message {
margin-top: 12px;
text-align: center;
font-size: 14px;
line-height: 1.4;
}
.membership-section--form-message.is-success {
color: rgb(var(--primary-color));
}
.membership-section--form-message.is-error {
color: rgb(var(--secondary-color));
}
.membership-section--title {
font-size: 36px;
font-weight: 500;
text-transform: uppercase;
margin: 0 0 16px;
}
.membership-section--title span {
color: rgb(var(--primary-color));
}
.membership-section--slogan {
display: flex;
align-items: center;
-webkit-align-items: center;
gap: 16px;
margin: 0 0 24px;
}
.membership-section--slogan img {
max-width: 64px;
}
.membership-section--slogan-title {
font-size: 14px;
font-weight: 500;
margin: 0 0 8px;
display: block;
}
.membership-section--description {
margin: 0 0 24px;
}
.checkbox {
display: flex;
position: relative;
margin-bottom: 34px;
cursor: pointer;
font-size: 16px;
user-select: none;
gap: 8px;
}
.checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
pointer-events: none;
}
.checkbox .checkmark {
height: 20px;
width: 20px;
min-width: 20px;
background-color: #eee;
border-radius: 4px;
display: inline-block;
}
.checkbox:hover input ~ .checkmark {
background-color: #ccc;
}	
.checkbox input:checked ~ .checkmark {
background-color: rgb(var(--primary-color));
}
.checkbox.required .checkbox-label::after {
content: ' *';
color: rgb(var(--secondary-color));
}
.checkbox-label a {
color: rgb(var(--primary-color));
text-decoration: underline;
}
.membership-section--contact {
display: inline-block;
margin-top: 16px;	
background-color: rgba(var(--primary-color), 1);
color: #fff;
padding: 16px;
border-radius: 8px;
}
.membership-section--contact ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 16px;
}
.membership-section--contact ul li {
margin: 0 0 8px;
}
.membership-section--contact-title {
font-size: 18px;
font-weight: 500;
margin: 0 0 16px;
display: block;
}
.membership-section--contact ul li a {
display: flex;
align-items: center;
-webkit-align-items: center;
gap: 8px;
color: #fff;
}
.membership-section--contact ul li a img {
display: block;
width: 24px;
height: 24px;
}
.site-footer--bottom {
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
}
body:not(.home):not(.page-template-template-news) .site-main {
max-width: 900px;
margin: 0 auto;
padding: 16px 0 0;
}
.container {
max-width: 100% !important;
width: 1320px;
}
@media (max-width: 1299px) {
.hero-banner--service {
padding: 16px;
}
}
@media (max-width: 1199px) {
.container {
max-width: 100% !important;
}
}
@media (max-width: 1099px) {
.site-header--inner {
gap: 16px;
justify-content: flex-start;
}
.site-branding img {
height: 44px;
}
.main-navigation {
position: static;
transform: none;
-webkit-transform: none;
margin-left: auto;
}
.menu-toggle {
display: inline-flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
width: 40px;
height: 40px;
padding: 0;
border: none;
border-radius: 100px;
background-color: rgb(var(--primary-color));
color: #fff;
font-family: inherit;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
}
.menu-toggle--icon,
.menu-toggle--icon::before,
.menu-toggle--icon::after {
display: block;
width: 20px;
height: 2px;
background-color: currentColor;
border-radius: 2px;
}
.menu-toggle--icon {
position: relative;
}
.menu-toggle--icon::before,
.menu-toggle--icon::after {
content: '';
position: absolute;
left: 0;
}
.menu-toggle--icon::before {
top: -6px;
}
.menu-toggle--icon::after {
top: 6px;
}
.main-navigation .menu {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: 0;
padding: 8px 16px 16px;
background-color: rgba(255, 255, 255, .98);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.main-navigation.is-open .menu {
display: block;
}
.menu li {
display: block;
padding: 0;
}
.menu li a {
padding: 14px 0;
}
.site-languages {
font-size: 0;
}
}
@media (max-width: 991px) {
.hero-banner--services .row div[class*="col-"] .hero-banner--service::after {
display: none !important;
}
.site-branding img {
height: 32px;
}
.hero-banner--title {
font-size: 32px;
}
.about-section--list-item-icon {
max-width: 44px;
max-height: 44px;
}
.about-section--list-item {
padding: 16px 0;
font-size: 12px;
}
.about-section--list-item b {
font-size: 26px;
}
.membership-section--form {
margin-left: 0;
padding: 16px;
}
.membership-section--contact {
margin-bottom: 30px;
display: block;
}
}