.popup{position:fixed;z-index:10000;top:0;bottom:0;width:100%;height:100%}.popup__overlay{padding:16px;height:100%}.popup__overlay.position--bottom_left,.popup__overlay.position--left{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}.popup__overlay.position--bottom_right,.popup__overlay.position--right{-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.popup__overlay.position--bottom_center,.popup__overlay.position--bottom_left,.popup__overlay.position--bottom_right{-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}.popup__container{max-width:1020px;width:calc(100% - 32px);max-height:calc(100vh - 32px);background:none;padding:0;overflow-x:hidden}.size--small .popup__container{border-radius:3px;overflow:hidden;max-width:640px}.size--small .popup__container .popup__title{font-size:1.25rem}@media only screen and (min-width:36px){.size--small .popup__container .popup__title{font-size:calc(1.25rem + 7 * (100vw - 2.25rem) / 1884)}}@media only screen and (min-width:1920px){.size--small .popup__container .popup__title{font-size:1.688rem}}.popup__close{padding:0;margin-bottom:14px}.popup__close:after{display:none}.size--small .popup__close{margin-bottom:-54px;margin-right:20px;z-index:1}.size--small .popup__close svg path{fill:var(--color-main)}.popup__content{background:#f1f0e4;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.popup__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.popup__content__image{text-align:left;-webkit-box-flex:0;-webkit-flex:0 0 40%;-ms-flex:0 0 40%;flex:0 0 40%;padding:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}@media (min-width:768px){.popup__content__image{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}.popup__content__image figure{height:250px}@media (min-width:768px){.popup__content__image figure{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;height:100%}}.popup__content__body{max-width:none;padding:32px;color:#585858;text-align:left;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}@media (min-width:768px){.popup__content__body{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;padding:64px}}.popup__content__body p{font-size:15px}@media (min-width:1280px){.popup__content__body p{font-size:16px}}.popup__content__body ul li{margin:0}.popup__content__body>a{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;margin-top:16px}@media (min-width:768px){.popup__content__body>a{margin-top:32px}}.popup__content__body>a:not(.btn){font-size:12px;font-weight:700;letter-spacing:2.4px;text-transform:uppercase;color:var(--color-alt);text-decoration:none}.popup__content__body>a:not(.btn):after{content:"";display:block;position:relative;bottom:0;left:0;width:0;height:1px;background:var(--color-alt);-webkit-transition:width .3s ease-out;transition:width .3s ease-out}.popup__content__body>a:not(.btn):hover:after{width:100%}.image-position--left .popup__content .popup__content__body{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.image-position--left .popup__content .popup__content__image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.size--small .popup__content .popup__content__body{padding:40px}.size--small .popup__content .popup__content__image{-webkit-box-flex:0;-webkit-flex:0 0 34.375%;-ms-flex:0 0 34.375%;flex:0 0 34.375%}.popup__title{font-family:var(--font-display);font-size:1.75rem;line-height:125%;font-weight:400;margin-bottom:24px}@media only screen and (min-width:36px){.popup__title{font-size:calc(1.75rem + 20 * (100vw - 2.25rem) / 1884)}}@media only screen and (min-width:1920px){.popup__title{font-size:3rem}}.popup__pretitle{font-size:.75rem;font-weight:700;line-height:120%;letter-spacing:.15rem;text-transform:uppercase;margin-bottom:24px}@media (min-width:768px){.popup__pretitle{margin-bottom:32px}}[data-micromodal-close] svg{pointer-events:none}