/* https://www.carrentalgateway.com/glossary/wp-content/themes/glossary/style.css?v=5 */
*,:after,:before{box-sizing:border-box}html,body{margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh;font-family:'Inter',sans-serif;font-size:62.5%;color:#03272C}body.noscroll{overflow:hidden}textarea,input{-webkit-appearance:none}.layout__container{max-width:1140px;margin:0 auto;flex-grow:1;width:100%}@media (min-width:768px){.layout__container{padding:0 40px}}.header{position:fixed;top:0;width:100%;z-index:10;background:#03272C;padding:8px 40px;display:flex;flex-wrap:nowrap;align-items:center;transition:top 225ms}.header--hide{top:-100%}.header__burger{z-index:30;height:50px;width:32px;display:flex;align-items:center}.header__title{flex-grow:1}.header__logo-box{display:flex;flex-direction:column;width:fit-content;span{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:14px;color:#FFF;line-height:32px;font-weight:400}}.header__logo-link{display:flex;text-decoration:none;align-items:center}.header__logo-img{width:auto;height:25px;min-height:25px}.header__title-txt{font-family:'Oswald',sans-serif;font-size:1.5em;line-height:1;font-weight:300;color:#fff;margin-left:7px;padding-left:7px;border-left:1px solid rgba(255,255,255,0.2);margin-bottom:-1px}.header__bar{position:fixed;top:0;left:0;height:100%;width:100%;z-index:11;display:flex;justify-content:flex-end;background:rgba(255,255,255,0.0);transform:translate3d(105%,0,0);transition:transform 75ms cubic-bezier(.55,.055,.675,.19),background 75ms ease}.header__bar--active{background:rgba(255,255,255,0.86);transform:translate3d(0,0,0)}.header__content{background:#03272C;padding:68px 30px 32px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.header__top{padding:0 40px}.header__title-txt{font-size:2em;line-height:1.1;margin-left:14px;padding-left:14px}.header__logo-img{height:28px;min-height:28px}.header__content{max-width:280px}}.header--logged-in{top:46px}@media (min-width:768px){.header--logged-in{top:23px}}.menu__list{list-style-type:none;margin:0;padding:0}.menu__link{font-size:14px;line-height:30px;text-decoration:none;color:#fff;font-weight:600;display:inline-block;transition:0.2s color}.menu__link:hover{color:#03BFD7}.contact{font-style:normal}.contact__content{font-size:12px;line-height:22px;color:#fff;max-width:210px}.contact__whatsapp{display:inline-block;width:50px;height:50px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNi41IDI2LjUiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMyY2I3NDI7fS5ie2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0wLDI2LjVsMi4yNzktNi44MzdBMTMuMDIsMTMuMDIsMCwxLDEsNy40MiwyNC41NDhaIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0yOC4zLDIyLjc4NmE5LjQzNSw5LjQzNSwwLDAsMC0yLjgxOS0yLjQzNmMtLjUtLjI4Ni0xLjEwNy0uMzE4LTEuMzkzLjE5MmExMS40ODUsMTEuNDg1LDAsMCwxLS45Ljk4OCwxLjY4NCwxLjY4NCwwLDAsMS0yLjQtLjIzOGwtMS44MTktMS44MTktMS44MTktMS44MTlhMS42ODQsMS42ODQsMCwwLDEtLjIzOC0yLjQsMTEuNDg1LDExLjQ4NSwwLDAsMSwuOTg4LS45Yy41MS0uMjg2LjQ3OC0uODkxLjE5Mi0xLjM5M2E5LjQzNSw5LjQzNSwwLDAsMC0yLjQzNi0yLjgxOSwxLjI0NiwxLjI0NiwwLDAsMC0xLjQ2My4yMmwtLjguOGMtMi41NDgsMi41NDgtMS4yOTMsNS40MjUsMS4yNTUsNy45NzNsMi4zMjksMi4zMjlMMTkuMzA4LDIzLjhjMi41NDgsMi41NDgsNS40MjUsMy44LDcuOTczLDEuMjU1bC44LS44QTEuMjQ2LDEuMjQ2LDAsMCwwLDI4LjMsMjIuNzg2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYuNTE3IC01LjQzMSkiLz48L3N2Zz4=) no-repeat center;background-size:27px;margin-left:-12px}.contact__link{color:#fff;text-decoration:none}.hamburger{display:inline-block;cursor:pointer;padding:4px;border:0;background-color:transparent;outline:none;overflow:hidden}.hamburger__box{position:relative;width:24px;height:16px}.hamburger__inner{position:absolute;left:0;top:50%;width:24px;height:2px;margin-top:-1px;border-radius:2px;background-color:#fff;transition-property:transform;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger__inner--active{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger__inner::before,.hamburger__inner::after{content:'';position:absolute;left:0;width:24px;height:2px;border-radius:2px;background-color:#fff}.hamburger__inner::before{transition:top 75ms ease .12s,opacity 75ms ease;top:-8px}.hamburger__inner--active::before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger__inner::after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);bottom:-8px}.hamburger__inner--active::after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}@media (hover:hover){.hamburger:hover .hamburger__inner--active,.hamburger:hover .hamburger__inner--active::after{background-color:#03BFD7}}.intro{position:relative;background-repeat:no-repeat;background-position:0 20px;background-size:contain;display:flex;flex-direction:column;justify-content:start;align-items:center;padding:130px 0 30px;background-image:url(/glossary/wp-content/themes/glossary/assets/img/bg-left.png),url(/glossary/wp-content/themes/glossary/assets/img/bg-right.png);background-position:left center,right center;background-repeat:no-repeat,no-repeat}.intro__label{position:absolute;top:-9999px}.intro--short{background-image:url(/glossary/wp-content/themes/glossary/assets/img/bg-left-short.png),url(/glossary/wp-content/themes/glossary/assets/img/bg-right-short.png);background-size:unset;padding:45px 0 45px;margin-top:76px}.landing__popular{margin-bottom:50px}.landing__popular h2{font-size:32px;line-height:30px;font-weight:500;font-family:'Oswald',sans-serif;text-transform:uppercase;text-align:center}.landing__popular .popular__list{justify-content:center;padding:0 25px;margin:0}.alphabet{display:none;justify-content:center;padding:6px 12px;border-bottom:1px solid #EBEBEB;transition:top 225ms}.alphabet__list{display:flex;margin:0;padding:0;list-style-type:none;column-gap:4px}.alphabet__list-item{text-transform:uppercase}.alphabet__link{display:inline-block;padding:10px 7px;font-family:'Oswald',sans-serif;font-size:21px;line-height:27px;font-weight:600;color:#292929;text-decoration:none;transition:color 222ms ease;cursor:pointer}.alphabet__link--active{border-bottom:3px solid #03BFD7}.alphabet__link:hover{color:#03BFD7}.alphabet__link--disabled{pointer-events:none;cursor:default;color:#DFE4EA}@media (min-width:768px){.alphabet{display:flex;position:sticky;top:76px;background:#fff;transition:top 225ms}}@media (min-width:1024px){.alphabet__link{padding:10px}}.category{padding:8px 15px;display:flex;border-top:1px solid #EBEBEB}.category__title{text-transform:uppercase;margin:0;font-size:1.6em;line-height:2;padding-right:14px}.category__columns{flex-grow:1;display:flex;flex-wrap:wrap}.category__column{width:100%;display:flex;flex-direction:column}.category__item{padding:8px 0;color:#03272C;font-size:1.6em;line-height:1.2;text-decoration:none;display:inline-block;min-width:48px;transition:color 300ms ease}.category__item:hover{color:#03BFD7}@media (min-width:768px){.category{border-top:0;padding:50px 0}.category+.category{border-top:1px solid #EBEBEB}.category__title{min-width:15%;line-height:1.625}.category__item{padding:6px 0;font-size:1.4em}.category__column{width:50%;padding:0 6px}}@media (min-width:992px){.category__column{width:25%}}.single-content{position:relative;flex:0 1 755px}.single-post-content__img{margin:0 0 16px;flex:1 0 100%}@media (min-width:768px){.single-post-content__img{flex:0;margin:0 22px 0 0}}.single-topic-content__img{display:flex;flex-direction:column}.single-topic-content__img img{width:100%;height:100%;border-radius:8px}.single-topic-content__img span{text-align:right;font-size:12px;margin-top:10px;line-height:14px;color:#A0A0A0}@media (min-width:768px){.single-content{margin:0 auto}}.single-content__heading{display:flex;flex-wrap:wrap;margin:0 0 20px}@media (min-width:768px){.single-content__heading{flex-wrap:nowrap}}.button-primary{all:unset;position:relative;bottom:0;padding:8px 24px;border-radius:54px;background-color:#03272C;color:#fff;font-family:'Inter',sans-serif;font-size:16px;font-weight:600;line-height:normal;white-space:nowrap;cursor:pointer;user-select:none;transition:bottom 150ms ease,top 150ms ease,height 150ms ease;display:flex;justify-content:center;align-items:center;column-gap:8px;height:100%;align-self:center}.button-primary:before{content:'';position:absolute;top:0;left:0;width:100%;height:calc(100% + 8px);border-radius:54px}.button-primary:after{content:'';position:absolute;top:-8px;left:0;width:100%;height:calc(100% + 16px);background-image:linear-gradient(transparent 50%,#03BFD7 50%);border-radius:54px;z-index:-1;transition:height 150ms}.button-primary:hover{bottom:4px;color:#03BFD7}.button-primary:hover:before{top:4px}.button-primary:hover:after{height:calc(100% + 20px)}.button-primary:active{bottom:0;color:#fff}.button-primary:active:before{top:0}.button-primary:active:after{height:calc(100% + 16px)}.button-primary:focus-visible{outline:0.15rem solid #03BFD7}.button-submit-feedback{background-color:#FFF;color:#505B5C;height:unset;min-width:80px}.button-submit-feedback:hover{color:#03272C}.single-content__feedback-btn{position:absolute;transform:translateY(100%);bottom:0;right:0;margin:0;border:0;padding:8px 10px;font-size:1.4em;line-height:1;font-weight:600;color:#FFF;border-radius:5px;background-color:#03BFD7;transition:background-color 0.2s;cursor:pointer;flex-shrink:0;display:flex;align-items:center}@media (min-width:768px){.single-content__feedback-btn{position:absolute;transform:translateY(0);top:0;bottom:auto}}.single-content__feedback-btn:hover{background-color:#007F9E}.single-content__feedback-btn-icon{background:url(/glossary/wp-content/themes/glossary/assets/img/feedback.svg) no-repeat center;width:21px;height:21px}.single-content__share-icon{position:absolute;top:0;right:0;display:block;border:0;padding:0;margin:0;width:36px;height:36px;background:url(/glossary/wp-content/themes/glossary/assets/img/share-icon-android.svg) no-repeat center,#FFF radial-gradient(circle,transparent 1%,#FFF 1%) center/15000%;cursor:pointer;outline:none;transition:background 0.8s;border-radius:50%}.single-content__share-icon--ios{background:url(/glossary/wp-content/themes/glossary/assets/img/share-icon-ios.svg) no-repeat center,#FFF radial-gradient(circle,transparent 1%,#FFF 1%) center/15000%}.single-content__share-icon:active{background-color:#03BFD7;background-size:auto,100%;transition:background 0s}@media (min-width:768px){.single-content__share-icon{display:none}}.single-content--no-navigator .single-content__share-icon{display:none!important}.single-topic__share{display:flex;justify-content:flex-end;flex-wrap:wrap;flex-direction:row-reverse;padding:24px 0}@media (min-width:768px){.single-topic__share{border-top:1px solid #EBEBEB;padding:8px 0 16px 0}}.single-topic__share-mobile{display:flex;flex-grow:1;align-items:center}@media (min-width:768px){.single-topic__share-mobile{display:none}}.single-topic__share-mobile .single-content__share-icon{position:initial}.single-topic__share .single-content__feedback-btn{position:initial;transform:none;margin:15px 0}.single-content--no-navigator .single-topic__share-mobile{display:none!important}.word{margin:0 0 28px;display:flex;flex-direction:column}.word__title{align-self:center;margin:15px 0;padding:0;font-size:2.2em;line-height:1.18;font-weight:700}.single-post-content__heading{button{margin-left:auto}}@media (min-width:768px){.word{row-gap:16px}.single-post-content__heading{display:flex}}.single-topic-content__heading{margin-bottom:20px}@media (min-width:768px){.single-topic-content__heading{margin-bottom:30px}}.single-topic-content__heading .word__title{margin:0 0 30px;font-size:28px}@media (min-width:768px){.word__title{padding-right:135px}}#js-feedback-btn-mobile{margin:24px 0}.related-terms,.tags{padding:24px 0 12px;border-top:1px solid #EBEBEB}.tags{border-bottom:1px solid #EBEBEB}.related-terms__title,.tags__title{margin:0 0 18px;font-size:1.4em;line-height:1.85;font-weight:600}.tags__title{display:inline-block;margin-right:15px}.related-terms__list,.tags__list{margin:0 -3px;padding:0;list-style-type:none;display:inline-flex;flex-wrap:wrap}.related-terms__list-item,.tags__list-item{padding:5px 3px}.related-terms__pill,.tags__pill{display:inline-block;padding:8px 18px;color:#087C8C;font-size:1.4em;line-height:1;font-weight:600;text-align:center;text-decoration:none;background:#E6F9FB;border-radius:20px;border:1px solid transparent;transition:background-color 300ms ease,color 300ms ease,border 300ms ease}.related-terms__pill:hover{background:#FFF;color:#087C8C;border:1px solid #087C8C}@media (min-width:768px){.related-terms__title{margin-right:10px;display:inline-block}}.navigation-buttons{display:flex;justify-content:space-between;margin:10px 0 20px;flex-direction:column}@media (min-width:768px){.navigation-buttons{flex-direction:row}}.navigation-buttons a{color:#292929;text-decoration:none}.navigation-buttons__side{display:inline-block;max-width:100%}@media (min-width:768px){.navigation-buttons__side{max-width:48%;width:100%}}.navigation-button__title{transition:color 222ms ease}.navigation-buttons a:hover .navigation-button__title{text-decoration:none;color:#03BFD7}.navigation-button__label{font-size:14px;line-height:26px;font-weight:600;margin-bottom:16px}.previous .navigation-button__label{text-align:left}.next .navigation-button__label{text-align:right}.navigation-button__label::before,.navigation-button__label::after{width:30px;height:20px;display:inline-block;vertical-align:text-bottom}.previous .navigation-button__label::before{content:url(/glossary/wp-content/themes/glossary/assets/img/arrow.svg);transform:rotate(180deg);margin-right:15px}.next .navigation-button__label::after{content:url(/glossary/wp-content/themes/glossary/assets/img/arrow.svg);margin-left:15px}.navigation-button{display:flex;flex-direction:column}.navigation-button__content{display:flex}.next{margin-top:30px}@media (min-width:768px){.next{margin-top:0}}.next .navigation-button__content{justify-content:flex-end}@media (min-width:768px){.next .navigation-button__content{justify-content:flex-end}}.navigation-button__image-container{width:120px;height:96px}.navigation-button__image-container img{object-fit:cover;height:100%;width:100%;border-radius:8px}.navigation-button__title{font-weight:700;font-size:14px;line-height:18px;text-align:left;max-width:calc(100% - 15px - 170px);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;max-height:88px;-webkit-line-clamp:5;-webkit-box-orient:vertical}.next .navigation-button__title{text-align:right}@media (min-width:768px){.navigation-button__title{max-width:calc(100% - 15px - 120px)}}.navigation-button__content *:first-child{margin-right:15px}.synonyms{padding:24px 0 12px;border-top:1px solid #EBEBEB}.synonyms__title{margin:0 0 18px;font-size:1.4em;line-height:1.85;font-weight:600}.synonyms__list{font-size:1.4em;line-height:1.85;margin:0 -7px;padding:0;list-style-type:none;display:flex;flex-wrap:wrap}.synonyms__list-item{position:relative;margin-bottom:10px;padding:0 7px 0 18px;white-space:nowrap}.synonyms__list-item::before{content:'';position:absolute;top:50%;left:7px;width:4px;height:4px;margin-top:-2px;border-radius:50%;background:#03BFD7}@media (min-width:768px){.synonyms__title{margin-right:10px;display:inline-block}.synonyms__list{display:inline-block}.synonyms__list-item{display:inline-block}}.examples{padding:24px 0 18px;border-top:1px solid #EBEBEB}.examples__title{margin:0 0 8px;font-size:1.4em;line-height:1.85;font-weight:600}.examples__list{margin:0;padding:0;list-style-type:none;font-size:1.4em;line-height:1.4;font-style:italic}.examples__list-item{padding:6px 0 12px}.examples__list-item+.examples__list-item{border-top:1px solid #EBEBEB}.examples__list-item+.examples__list-item:last-child{border-bottom:1px solid #EBEBEB}@media (min-width:768px){.examples__list-item+.examples__list-item:last-child{border-bottom:0}}.page-view{max-width:1140px;margin:50px auto 0;padding:0 22px;flex-grow:1;width:100%}.cms-content{font-size:1.6em;line-height:1.625}.cms-content h1{margin:31px 0 40px;font-size:1.375em;line-height:1.18;font-weight:700}.cms-content h2{margin:30px 0 20px;font-size:1.25em;line-height:1.3;font-weight:700}.cms-content h3{margin:30px 0 20px;font-size:1.0625em;line-height:1.3;font-weight:700}.cms-content h4{margin:30px 0 20px;font-size:1em;line-height:1.3;font-weight:700}.cms-content h5{margin:30px 0 20px;font-size:0.9375em;line-height:1.18;font-weight:700}.cms-content h6{margin:20px 0 12px;font-size:0.9375em;line-height:1.18;font-weight:600}.cms-content p{margin:0 0 16px}.cms-content a{color:#03BFD7;font-weight:600;transition:color 222ms ease}.cms-content a:hover{color:#007F9E}.cms-content img{max-width:100%;height:auto}.cms-content ol,.cms-content ul{margin:0 0 8px;padding:0;list-style-position:inside}@media (min-width:768px){.cms-content h1{margin:85px 0 55px}.cms-content h2{margin:45px 0 20px}.cms-content h3{margin:45px 0 20px}.cms-content h4{margin:45px 0 20px}.cms-content h5{margin:45px 0 20px}.cms-content h6{margin:42px 0 12px}}.page-privacy-policy,.page-terms-and-conditions,.about-glossary{.cms-content p{font-family:'Inter',sans-serif;font-size:16px;font-weight:300;line-height:24px}.cms-content h1{font-family:'Oswald',sans-serif;font-size:40px;line-height:40px;font-weight:500;text-transform:uppercase;margin:50px 0 40px}.cms-content h2{font-family:'Inter',sans-serif;font-size:24px;line-height:32px}.cms-content h2 strong{font-weight:400}}.about-glossary{.cms-content h2{font-family:'Oswald',sans-serif;font-size:40px;line-height:40px;font-weight:500;text-transform:uppercase;margin:24px 0}}.popular__title{font-family:"Oswald",sans-serif;margin:0 0 13px;font-size:1.6em;line-height:1.625;font-weight:700}.popular__list{margin:0 -3px;padding:0;list-style-type:none;display:flex;flex-wrap:wrap}.popular__list-item{padding:5px 3px}.popular__pill{display:inline-block;padding:8px 16px;color:#087C8C;font-size:16px;font-weight:500;text-align:center;text-decoration:none;background:#E6F9FB;border-radius:20px;border:1px solid transparent;transition:background-color 300ms ease,color 300ms ease,border 300ms ease}.popular-topics__list{padding-left:0;margin:0;display:flex;flex-direction:column;list-style-type:none;row-gap:16px}.popular-topics__list-link{text-decoration:none;color:#292929;margin-bottom:15px;transition:color 222ms ease}.popular-topics__list-link:hover{color:#03BFD7}.popular-topics__list-item__container{display:flex;flex-direction:column}.popular-topics__list-item__image-container{width:100%;height:166px}.popular-topics__list-item__image-container img{object-fit:cover;height:100%;width:100%;border-radius:8px}.popular-topics__list-item__title{font-weight:700;font-size:14px;line-height:18px;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;max-height:90px;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin-left:0;margin-top:5px;max-width:100%}@media (min-width:768px){.popular-topics__list{row-gap:unset}.popular-topics__list-item__container{flex-direction:row}.popular-topics__list-item__image-container{width:120px;height:96px}.popular-topics__list-item__title{margin-left:15px;max-width:calc(100% - 120px - 15px);margin-top:0}.popular{margin-top:0}.popular-topics__list-item{margin-bottom:20px}}.popular__pill:hover{background:#FFF;color:#087C8C;border:1px solid #087C8C}.linkedin-follow__link{color:#03BFD7}.sidebar{height:100%;padding:24px 0 8px;background:#03272C;min-width:200px}.sidebar__item{padding:10px 15px;display:flex}.sidebar__item+.sidebar__item{border-top:1px solid rgba(235,235,235,0.28)}.sidebar__title{margin:0 14px 0 0;padding:0;font-size:1.6em;line-height:2;font-weight:600;color:#FFF}.sidebar__list{margin:0;padding:0;list-style-type:none}.sidebar__link{padding:8px 0;color:#FFF;font-size:12px;line-height:1.2;text-decoration:none;display:inline-block;min-width:48px;transition:color 222ms ease}.sidebar__link:hover{color:#03BFD7}@media (min-width:768px){.sidebar{padding:88px 0 0 0;height:100vh;overflow-y:scroll;position:fixed;max-width:210px;-ms-overflow-style:none;scrollbar-width:none}.sidebar__link{padding:5px 0;font-size:1.2em;font-weight:600}.sidebar::-webkit-scrollbar{display:none}.sidebar__item{padding:22px 10px;position:relative;border-top:1px solid rgba(235,235,235,0.28)}.sidebar__title{position:absolute;top:0;left:0;padding-left:10px;padding-right:6px;transform:translateY(-50%);background:#03272C}}.search{position:relative;display:flex;z-index:1}.search__input{margin:0;padding:13px 20px;min-width:220px;color:#333132;font-size:1.6em;line-height:1.375;border:1px solid #DFE4EA;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:border-color 222ms ease;outline:none}.search__input:focus{border-color:#03BFD7}.search__input::placeholder{color:#B7B7B7;opacity:1}.search__btn{margin:0;padding:0;width:50px;border:none;outline:none;cursor:pointer;border-top-right-radius:10px;border-bottom-right-radius:10px;background:#087C8C url(/glossary/wp-content/themes/glossary/assets/img/search.svg) center center no-repeat;background-size:50% auto;transition:background-color 222ms ease}.search__btn:hover{background-color:#007F9E}.search__list{margin:6px 0 0;padding:10px 0;list-style-type:none;position:absolute;top:100%;left:0;right:50px;border:1px solid #DFE4EA;border-radius:5px;background:#fff}.search__list--hide{display:none}.search__list-item--empty{color:#333132;text-decoration:none;font-size:1.4em;line-height:1;font-weight:600;padding:8px 20px}.search__link{display:block;color:#333132;text-decoration:none;font-size:1.4em;line-height:1;font-weight:600;padding:8px 20px;transition:background-color 222ms ease}.search__link--active{background:#EEF3F9;outline:none}.search__link:hover{background:#DFE4EA}@media (min-width:768px){.search__input{min-width:440px}}.footer{padding:85px 13px 25px}.copyright{font-size:1em;line-height:1.4;color:#A0A0A0;text-align:right}.single-view__content{flex-wrap:wrap;padding:22px 48px;max-width:1100px;margin:0 auto;@media (max-width:768px){padding:22px 20px}}.single-view__sidebar{flex:0 1 755px;margin:0 auto;display:flex;flex-direction:column;row-gap:12px}.single-view__linkedin{margin:12px 0}@media (min-width:768px){.single-view{display:flex}.single-view__nav-bar{position:relative;order:1;min-width:200px}.sidebar::before{content:'';position:absolute;top:0;left:0;right:0;height:64px;transform:translateY(100%);background:#03272C}.single-view__content-wrapper{width:100%;order:2}.single-view__content{display:flex;border:0}}@media (min-width:1024px){.single-view__sidebar{padding-left:70px;flex:0 0 350px}.single-view__content{flex-wrap:nowrap}}@media (min-width:768px){.single-view__modal-br{display:none}}.single-view__feedback-modal{visibility:hidden;position:fixed;top:50px;left:0;right:0;bottom:0;margin:0 auto;z-index:-1;overflow:auto}.single-view__feedback-modal--show{visibility:visible;z-index:11}.single-view__feedback-modal-success{display:none;position:absolute;top:35%;left:26px;right:26px;bottom:30px;font-size:1.6em;line-height:1.5;color:#292929;font-weight:600;text-align:center}@media (min-width:768px){.single-view__feedback-modal-success{position:absolute;top:35%;transform:translateX(-50%);left:50%;right:0;bottom:0}}.single-view__feedback-modal--success .single-view__comment-form{display:none}.single-view__feedback-modal--success .single-view__feedback-modal-success{display:block}.single-view__feedback-modal::before{content:'';position:fixed;top:0;right:0;bottom:0;left:0;background:#333132;opacity:0.56}.single-view__feedback-modal-content{position:relative;margin:5px;background:#03272C;padding:26px 20px 30px;min-height:420px;transform:scale(0);transition:transform 0.35s;border-radius:24px}@media (max-width:768px){.single-view__feedback-modal-content{padding:48px 24px}}@media (min-width:768px){.single-view__feedback-modal-content{position:absolute;top:50%;left:50%;padding:26px 46px 46px 26px;width:700px;margin:0;transform:translateX(-50%) translateY(-50%) scale(0)}}.single-view__feedback-modal--show .single-view__feedback-modal-content{transform:scale(1)}@media (min-width:768px){.single-view__feedback-modal--show .single-view__feedback-modal-content{transform:translateX(-50%) translateY(-50%) scale(1)}}.single-view__modal-heading{font-family:'Oswald',sans-serif;margin:0 0 31px;font-size:40px;line-height:1;color:#92E9F4;text-transform:uppercase;font-weight:500}.single-view__modal-close{position:absolute;top:23px;right:20px;width:25px;height:25px;background:transparent;border:0;padding:0;margin:0;cursor:pointer}@media (min-width:768px){.single-view__modal-close{right:26px}}.single-view__modal-close::before,.single-view__modal-close::after{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%) rotate(45deg);height:2px;width:100%;background-color:#92E9F4;transition:0.2s background-color}.single-view__modal-close::after{transform:translateY(-50%) rotate(-45deg)}.single-view__modal-close:hover::before,.single-view__modal-close:hover::after{background-color:#E6F9FB}.single-view__feedback-error{display:none;margin-bottom:20px;padding:15px 20px;font-size:1.6em;line-height:1.8;font-weight:600;background:#F8DCEB}@media (min-width:768px){.single-view__feedback-error{margin-bottom:25px}}.single-view__feedback-error--show{display:block}.page-heading{font-family:'Oswald',sans-serif;padding:0 10px;margin:0 0 20px;font-size:40px;line-height:45px;font-weight:500;color:#03272C;text-align:center;text-transform:uppercase;margin:30px 0 35px}.page-description{font-size:14px;line-height:24px;font-weight:400;text-align:center;width:675px;margin:0 auto 7px}.topics-page-heading{margin:0 0 20px}.page-description{font-size:14px;line-height:24px;margin:0 auto;text-align:center;width:100%;padding:0 23px 30px 23px}@media (min-width:768px){.page-description{width:675px}}.not-found{flex-grow:1;max-width:515px;margin:0 auto;padding:50px 22px 0;color:#292929}.not-found__heading{margin:27px 0 12px;text-align:center;font-size:3em;line-height:1.1}@media (min-width:768px){.not-found__heading{margin:78px 0 25px}}.not-found__content{text-align:center;font-size:1.6em;line-height:1.8}.not-found__img{display:block;margin:0 auto;width:225px;height:225px}@media (min-width:768px){.not-found__img{width:495px;height:495px}}.not-found__link-holder{height:42px;text-align:center}.not-found__link{display:inline-block;height:100%;font-size:1.6em;line-height:2.6;font-weight:600;color:#03BFD7;transition:color 0.2s}.not-found__link:hover{color:#007F9E}.comment-form{display:flex;flex-wrap:wrap;color:#292929}.comment-form a{color:#03BFD7;text-decoration:none}.comment-form a:hover{text-decoration:underline}.comment-form__comment{margin-bottom:20px;flex:1 0 100%;position:relative}.comment-form__comment textarea{font-family:'Open Sans',sans-serif;border:1px solid #D5D5D5;width:100%;font-size:1.6em;line-height:1.6;border-radius:3px;margin:0;padding:15px 15px 5px 15px;outline:none;transition:0.2s border;resize:none;border-radius:24px}.comment-form__comment textarea:focus{border:1px solid #03BFD7}.comment-form__input{position:relative;margin-bottom:20px;flex:1 0 100%;padding:0}.comment-form__container{display:flex;flex-wrap:wrap;flex-grow:1}.comment-form__space-holder{display:none}@media (min-width:768px){.comment-form__input{flex:0 1 50%}.comment-form__space-holder{display:block;width:40px}.comment-form__container{flex-wrap:nowrap}}.comment-form__label{position:absolute;display:block;font-size:8px;line-height:1;font-weight:500;top:10px;left:15px;color:#505B5C}.comment-form__input input{font-family:'Open Sans',sans-serif;border:1px solid #D5D5D5;font-size:16px;font-weight:400;line-height:1;padding:15px 15px 5px 15px;margin:0;width:100%;outline:none;transition:0.2s border;border-radius:20px}.comment-form__input input:focus{border:1px solid #03BFD7}.error{margin-top:3px;font-size:11px;display:none}.comment-form__input.hasError input,.comment-form__comment.hasError textarea,.comment-form__checkbox label.hasError .checkmark{border-color:#EA091D}.comment-form__input.hasError span.error,.comment-form__comment.hasError span.error,.comment-form__checkbox label.hasError~span.error{display:block;color:#EA091D}.comment-form__submit{margin-left:auto;flex:1 0 100%;margin-top:24px}.comment-form__submit-btn{cursor:pointer;margin:0;border:0;background-color:#03BFD7;transition:background-color 0.2s;color:#FFF;padding:10px 15px;font-size:1.4em;line-height:26px;font-weight:600;border-radius:5px;width:100%}@media (min-width:768px){.comment-form__submit-btn{width:auto}}@media (max-width:768px){.comment-form__submit-btn{margin-top:19px}}.comment-form__submit-btn--close{position:absolute;left:0;right:0;bottom:0;font-size:inherit}@media (min-width:768px){.comment-form__submit-btn--close{top:72px;left:50%;bottom:auto;transform:translateX(-50%)}}.comment-form__submit-btn:hover{background-color:#007F9E}.comment-form__checkbox label{display:block;font-size:14px;line-height:26px;position:relative;padding-left:35px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#FFF}.comment-form__checkbox label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.comment-form__checkbox label .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;border:1px solid #D5D5D5;background-color:#fff;border-radius:3px;transition:border-color 222ms ease}.comment-form__checkbox label:hover input~.checkmark{border-color:#03BFD7!important}.checkmark:after{content:"";position:absolute;display:none}.comment-form__checkbox label input:checked~.checkmark:after{display:block}.comment-form__checkbox label .checkmark:after{content:url(/glossary/wp-content/themes/glossary/assets/img/check.svg);left:3px;top:1px;position:relative;width:17px;height:17px}.cookie_notice{display:none;background-color:#03BFD7;font-size:14px;font-weight:600;line-height:20px;padding:20px 30px;position:fixed;max-width:1060px;text-align:left;bottom:0;margin:15px}@media (min-width:768px){.cookie_notice{width:calc(100% - 80px);left:50%;transform:translate(-50%,0);text-align:center;bottom:60px;margin:0}}.cookie_notice a{color:#fff;text-decoration:none}.cookie_notice a:hover{text-decoration:underline}.cookie_notice .close_btn{cursor:pointer}.cookie_notice .close_btn::before{content:'';position:absolute;width:21px;height:21px;top:10px;right:10px;background:url(/glossary/wp-content/themes/glossary/assets/img/close.svg) no-repeat center}.topics__item{text-decoration:none;color:#292929;margin:28px 0;flex-basis:calc(33% - 25px)}.topics__item:nth-child(3n-1){margin-right:40px;margin-left:40px}.topics__container{margin:auto 25px}@media (min-width:768px){.topics__container{display:flex;flex-wrap:wrap}}.topics__image{width:100%;height:230px;margin-bottom:10px}.topics__item h3{margin:0;font-size:20px;line-height:24px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;max-height:72px;-webkit-line-clamp:3;-webkit-box-orient:vertical;transition:color 222ms ease}.topics__item:hover h3{color:#03BFD7}.topics__item p{font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:24px;-webkit-line-clamp:6;-webkit-box-orient:vertical;margin-top:5px}@media (min-width:768px){.topics__item p{margin-top:10px}}.topics__image img{height:100%;object-fit:cover;width:100%;border-radius:8px}@media (min-width:768px){.desktop-hidden{display:none}}@media (max-width:768px){.mobile-hidden{display:none}}.floating-label{position:relative}.floating-label__label{position:absolute;top:14px;left:16px;color:#505B5C;font-size:16px;pointer-events:none;background:transparent;transition:0.2s ease top,0.2s ease font-size}.floating-input::placeholder{color:transparent}.floating-input:focus+.floating-label__label,.floating-input:not(:placeholder-shown)+.floating-label__label{top:8px;font-size:8px}