@charset "UTF-8";
   header.header .header__bottom {
background: #004b89;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
#breadcrumbs {
width: 100%;
position: relative;
top: 80px;
left: 0;
z-index: 10;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
@media screen and (max-width: 890px) {
#breadcrumbs {
top: 0;
}
}
#breadcrumbs .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 3rem 2.5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
#breadcrumbs li {
color: #303030;
text-align: center;
font-size: 1.6rem;
font-style: normal;
line-height: normal;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
}
#breadcrumbs li svg path {
fill: #303030;
}
#breadcrumbs li a svg path {
fill: #303030;
-webkit-transition: 0.3s;
transition: 0.3s;
}
#breadcrumbs li a:hover svg path {
fill: #004b89;
}
#breadcrumbs li::marker {
content: none;
}
.dictionary__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(6rem, 10vw, 10rem) 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(3rem, 5vw, 6rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
.dictionary__content .clear-filter.btn__primary {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.dictionary__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 3rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 800px) {
.dictionary__content-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.dictionary__content-header h1 {
color: #004b89;
}
.dictionary__content-header .search {
width: 100%;
max-width: 30.3rem;
}
.dictionary__content-header .search .search-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 2rem 3rem;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1.5rem;
width: 100%;
max-width: 31.5rem;
border-radius: 10.4rem;
border: 2px solid #d4e5eb;
}
.dictionary__content-header .search .search-form input {
width: 100%;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
.dictionary__content-header .search .search-form input::-webkit-input-placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
.dictionary__content-header .search .search-form input::-moz-placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
.dictionary__content-header .search .search-form input:-ms-input-placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
.dictionary__content-header .search .search-form input::-ms-input-placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
.dictionary__content-header .search .search-form input::placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
#glossary-terms-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 6rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(3rem, 5vw, 6rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
.glossary-terms {
width: 100%;
}
.glossary-terms .glossary-section {
position: relative;
}
.glossary-terms .glossary-section .line {
position: absolute;
left: 5.3rem;
top: 0rem;
width: 0rem;
height: -webkit-fill-available;
border: 1px solid #d4e5eb;
z-index: 1;
}
@media screen and (max-width: 500px) {
.glossary-terms .glossary-section .line {
display: none;
}
}
.glossary-terms .glossary-section .glossary-letter {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 10.3rem;
height: 10.3rem;
border-radius: 30rem;
border: 2px solid #d4e5eb;
background: #fff;
padding: 0;
z-index: 5;
border-radius: 30rem;
border: 2px solid #d4e5eb;
background: #fff;
}
@media screen and (max-width: 500px) {
.glossary-terms .glossary-section .glossary-letter {
margin-bottom: 4rem;
width: 7.3rem;
height: 7.3rem;
}
}
.glossary-terms .glossary-section .glossary-letter h2 {
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 0.6rem;
}
.glossary-term {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-item-align: stretch;
align-self: stretch;
text-decoration: none;
padding-left: 15rem;
}
@media screen and (max-width: 500px) {
.glossary-term {
padding-left: 1.5rem;
}
}
.glossary-term__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.glossary-term__header h3 {
color: #1bbbe9;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
font-size: 3rem;
font-style: normal;
line-height: 100%; }
@media screen and (max-width: 640px) {
.glossary-term__header h3 {
font-size: 2rem;
line-height: 1.2;
}
}
.glossary-term__header i {
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
.glossary-term__header i.rotated {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.divider {
border: 1px solid #d4e5eb;
width: 100%;
height: 100%;
margin: 4rem 0;
}
@media screen and (max-width: 640px) {
.divider {
margin: 3rem 0;
}
}
.term-content p {
color: #28323c;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 2rem;
font-style: normal;
line-height: 140%; padding-top: 3rem;
}
@media screen and (max-width: 640px) {
.term-content p {
font-size: 1.2rem;
line-height: 1.4;
}
}
.term-content .btn__primary {
width: auto;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
height: 5.2rem;
line-height: 5.2rem;
margin-top: 1.5rem;
padding: 0 2.6rem;
font-size: 14px;
}
.term-content .btn__primary .btn__text {
font-size: 14px;
}
.alphabet-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 10px;
margin: 20px 0;
}
.letter-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 3rem;
height: 3rem;
background-color: #1bbbe9;
border-radius: 50%;
text-decoration: none;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
color: #fff;
text-align: center;
font-size: 1.6rem;
font-style: normal;
line-height: 100%; text-transform: uppercase;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
padding-top: 0.2rem;
}
.letter-link.inactive {
opacity: 0.5;
pointer-events: none;
background-color: #ccc;
}
.letter-link.active:hover {
background-color: #004b89;
}
.letter-link.current {
background-color: #004b89;
}