

/* rotation.min.css */
.animation--rotation{animation-name:rotation}@keyframes rotation{from{transform:rotate3d(0, 0, 1, 0deg)}to{transform:rotate3d(0, 0, 1, 360deg)}}


/* menudrawer.min.css */
.menu-drawer{--wt-menudrawer_width: 320px;--wt-menudrawer_background: white;--wt-menudrawer_logo_max_width: 60px;position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--wt-zindex_modal);pointer-events:none}.menu-drawer--animatable .menu-drawer__overlay{transition:opacity .3s}.menu-drawer--animatable .menu-drawer__container{transition:transform .3s}.menu-drawer--animatable .menu-drawer__close{transition:opacity .3s,background-color .3s}.menu-drawer--animatable .menu-drawer__link,.menu-drawer--animatable .menu-drawer__apps-link{transition:background-color .3s}.menu-drawer--open{pointer-events:auto}.menu-drawer--open .menu-drawer__overlay{opacity:1}.menu-drawer--open .menu-drawer__container{transform:translateX(-100%)}.menu-drawer--open .menu-drawer__container--left{transform:translateX(0)}.menu-drawer--open .menu-drawer__close{opacity:1}.menu-drawer__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--wt-color_background_overlay);z-index:-1;opacity:0}.menu-drawer__container{-webkit-overflow-scrolling:touch;box-sizing:border-box;position:relative;left:100%;background-color:#fff;overflow-y:auto;width:var(--wt-menudrawer_width);height:100%;will-change:transform;display:flex;flex-direction:column;transform:translateX(0)}.menu-drawer__container--left{left:0;transform:translateX(-100%)}.menu-drawer__content{flex:1 1 auto;padding:146px 20px 20px;background-color:var(--wt-menudrawer_background);display:flex;flex-direction:column}.menu-drawer__close{border:none;background:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:27px;right:20px;padding:0;width:40px;height:40px;border-radius:50%;opacity:0;display:flex;align-items:center;justify-content:center}.menu-drawer__close .icon{--wt-color_icon: var(--wt-color_black)}.menu-drawer__logo{max-width:var(--wt-menudrawer_logo_max_width);position:absolute;top:20px}.menu-drawer__logo .logo,.menu-drawer__logo svg{width:100%;height:auto}@media(min-width: 992px){.menu-drawer__container{overflow:hidden;overflow-y:auto}.menu-drawer__container::-webkit-scrollbar{width:8px;background:rgba(136,136,136,.2)}.menu-drawer__container::-webkit-scrollbar-thumb{background:hsla(0,0%,53.3%,.4)}}


/* menu-mobile.min.css */
.navigation{--wt-navigation_link_color: var(--wt-color_text);--wt-navigation_link_texttransform: initial;--wt-navigation_link_margin_bottom: 30px}.navigation__links{margin:0 -20px;padding:0 20px 20px;position:relative;z-index:2}.navigation__links li{padding:0;margin-bottom:var(--wt-navigation_link_margin_bottom)}.navigation__links a{font-size:1.25rem;font-weight:600;text-transform:var(--wt-navigation_link_texttransform);color:var(--wt-navigation_link_color);display:block;padding:6px 0}.navigation__links a:hover{text-decoration:underline}.navigation__links a[data-collapse=panel-header]{position:relative}.navigation__links a[data-collapse=panel-header]:hover{text-decoration:none}.navigation__links a[data-collapse=panel-header] .icon--caret_up{position:absolute;top:50%;right:-16px;width:44px;height:auto;transform:translatey(-50%) rotate(180deg);-webkit-tap-highlight-color:rgba(0,0,0,0);--wt-color_icon: white}.js .navigation__links a[data-collapse=panel-header] .icon--caret_up{transition:transform .25s}.navigation__links a[data-collapse=panel-header][data-collapsed=false] .icon--caret_up{transform:translatey(-50%) rotate(0deg)}.navigation__links ul.sub-menu{padding-left:20px}.navigation__section{margin:auto -20px 60px;padding:20px;border-top:1px solid #e6e6e6}.navigation__section-title{font-size:1rem}.navigation__section a{font-weight:600;line-height:1;color:var(--wt-color_primary_400);display:flex;align-items:center;margin-bottom:5px}.navigation__section a .icon__content{margin-right:5px}.navigation__section a path{fill:var(--wt-color_primary_400)}.navigation__section p{padding-top:15px}


/* module-services.min.css */
.module--services .service{overflow:hidden;border-radius:5px;margin-bottom:15px;height:calc(100% - var(--wt-grid_gutter_width));display:flex;flex-direction:column}.module--services .service__title{font-size:1.25rem}.module--services .service__excerpt{font-size:1rem}.module--services .service__excerpt p{margin:0}.module--services .box{padding:20px;background-color:#e5e5e5}


/* module-gallery.min.css */
.module--gallery{--wt-module_background_color: #f8f9f9}.module--gallery .gallery__caption{display:none}.module--gallery .gallery__hover{position:absolute;inset:0;opacity:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;pointer-events:none;color:#fff;z-index:2;padding:20px}.js .module--gallery .gallery__hover{transition:opacity .25s}.module--gallery .gallery__hover div,.module--gallery .gallery__hover p{margin:0;transform:translateY(10px)}.js .module--gallery .gallery__hover div,.js .module--gallery .gallery__hover p{transition:transform .25s}.module--gallery .gallery__hover div{font-weight:700}.module--gallery .gallery__items{display:flex;flex-direction:column;flex-wrap:wrap}.module--gallery .gallery__item{position:relative;width:100%}.module--gallery .gallery__item img{max-width:100%;width:100%;height:auto}.module--gallery .gallery__item:after{content:"";position:absolute;inset:0;opacity:0;background-image:radial-gradient(#4f4f4f 1px, rgba(26, 26, 26, 0.5) 1px);background-size:10px 10px;pointer-events:none}.js .module--gallery .gallery__item:after{transition:opacity .25s}.module--gallery .gallery__item:hover:after{opacity:1}.module--gallery .gallery__item:hover .gallery__hover{opacity:1}.module--gallery .gallery__item:hover .gallery__hover div,.module--gallery .gallery__item:hover .gallery__hover p{transform:translateY(0)}.module--gallery .gallery__filter{position:relative;display:flex;gap:10px;margin-bottom:30px;white-space:nowrap;overflow-y:hidden;overflow-x:auto}.module--gallery .gallery__filter:after,.module--gallery .gallery__filter:before{content:"";position:absolute;top:0;left:0;bottom:0;width:15px;z-index:2;pointer-events:none;background:-moz-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);background:-webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);background:linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%)}.module--gallery .gallery__filter:after{left:auto;right:0;background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 100%)}.module--gallery .gallery__filter button{padding:6px 20px;background-color:#fff;color:#000;border:1px solid #000}.module--gallery .gallery__filter button:hover,.module--gallery .gallery__filter button.active,.module--gallery .gallery__filter button:focus{border-color:rgba(0,0,0,0);color:#fff;background-color:#e50f6f}@media(min-width: 576px){.module--gallery .gallery__items{flex-direction:row}.module--gallery .gallery__item{width:50%}}@media(min-width: 768px){.module--gallery .gallery__item{width:33.3333333333%}.module--gallery .gallery__filter{justify-content:center}}@media(min-width: 992px){.module--gallery .gallery__item{width:25%}}.pswp__gallery__caption span{text-transform:uppercase;font-size:1.125rem;line-height:1.1111111111;font-weight:700}.pswp__gallery__caption p{padding-top:10px;margin:0}.pswp__gallery__caption a{color:#fff;text-decoration:underline}.pswp--zoomed-in .pswp__gallery__caption{opacity:0}.pswp__dynamic-caption{color:#fff;position:absolute;width:100%;left:0;top:0;transition:opacity 120ms linear !important}.pswp__dynamic-caption span{font-size:1.25rem;line-height:1.1;font-weight:700}.pswp__dynamic-caption p{padding-top:10px;margin:0}.pswp__dynamic-caption a{color:#fff;text-decoration:underline}@media(min-width: 768px){.pswp__dynamic-caption span{font-size:1.125rem;line-height:1.1111111111}}.pswp-caption-content{display:none}.pswp__dynamic-caption a{color:#fff}.pswp__dynamic-caption--faded{opacity:0 !important}.pswp__dynamic-caption--aside{width:auto;max-width:300px;padding:20px 15px 20px 20px;margin-top:70px}.pswp__dynamic-caption--below{width:auto;max-width:700px;padding:15px 0 0}.pswp__dynamic-caption--on-hor-edge{padding-left:15px;padding-right:15px}.pswp__dynamic-caption--mobile{width:100%;background:rgba(0,0,0,.5);padding:10px 15px;right:0;bottom:0;top:auto !important;left:0 !important}


/* photoswipe.min.css */
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none !important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none !important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0px}.pswp__button--arrow--next{right:0px}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1, 1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.pswp__img--placeholder{opacity:0 !important}


/* module-clients.min.css */
.module--clients{--wt-module_clients_gap: 40px;--wt-module_clients_media_width: 75px}.module--clients .module__clientsimg{display:flex;gap:var(--wt-module_clients_gap);flex-wrap:wrap;justify-content:center}.module--clients .module__clientsimg .media{opacity:.5;flex-basis:var(--wt-module_clients_media_width)}@media(min-width: 768px){.js .module--clients .module__clientsimg .media{transition:opacity .25s,transform .25s}.module--clients .module__clientsimg .media:hover{opacity:.85;transform:scale(1.3)}}


/* form.min.css */
.form{--wt-form_component_padding: 16px;--wt-form_maxwidth: 100%;--wt-form_color_error: #EB0000;--wt-form_margin: 0;--wt-field_height: 56px;--wt-field_content_border: 1px solid #e6e6e6;--wt-field_content_background: #fff;--wt-field_content_radius: 4px;--wt-field_content_height: var(--wt-field_height);--wt-field_content_padding: 0 16px;--wt-field_content_margin: 0 0 25px;--wt-field_bottom_line_height: 2px;--wt-field_bottom_line_background: #000;--wt-field_label_font_weight: 400;--wt-field_label_font_size: 1rem;--wt-field_label_line_height: 1.125;--wt-field_label_font_family: var(--wt-font_primary);--wt-field_label_color: var(--color_gray_6);--wt-field_label_left: var(--wt-form_component_padding);--wt-field_label_padding: 0 calc(var(--wt-form_component_padding) * 2) 0 0;--wt-field_field_font_weight: 400;--wt-field_field_font_size: 1rem;--wt-field_field_line_height: 1.125;--wt-field_field_font_family: var(--wt-font_primary);--wt-field_field_color: #222222;--wt-field_field_padding: 21px 0 11px;--wt-field_message_font_weight: 400;--wt-field_message_font_size: 0.75rem;--wt-field_message_line_height: 1.3;--wt-field_message_font_family: var(--wt-font_primary);--wt-field_message_color: #575757;--wt-field_message_padding: 8px var(--wt-form_component_padding) 24px;--wt-field_message_minheight: 45px;--wt-field_icon_color: var(--color_gray_6);max-width:var(--wt-form_maxwidth);margin:var(--wt-form_margin)}.form__success{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:8px;z-index:2;pointer-events:none;opacity:0}.js .form__success{transition:opacity .25s}.form__success p{max-width:360px;text-align:center;margin:0}.form__success strong{font-size:1.875rem;font-weight:700;display:block;margin-bottom:15px}.form__success .icon{width:50px;height:auto}.form__success--dark{background:#000;color:#fff}.form__success--visible{opacity:1;pointer-events:initial}.field__content{position:relative;border:var(--wt-field_content_border);background:var(--wt-field_content_background);border-radius:var(--wt-field_content_radius);height:var(--wt-field_content_height);overflow:hidden;padding:var(--wt-field_content_padding);margin:var(--wt-field_content_margin);display:flex;justify-content:flex-start;align-items:center}.field__content:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:var(--wt-field_bottom_line_height);background:var(--wt-field_bottom_line_background);opacity:0;pointer-events:none;transition:.2s ease-out}.field__content+.field__hint{margin-top:-25px}.field--textarea .field__content{height:auto}.field__actions{display:flex;justify-content:center;align-items:center;z-index:1}.field__actions .button{color:var(--color_gray_6)}.field__label{display:block;width:100%;font:var(--wt-field_label_font_weight) var(--wt-field_label_font_size)/var(--wt-field_label_line_height) var(--wt-field_label_font_family);color:var(--wt-field_label_color);position:absolute;left:var(--wt-field_label_left);top:50%;z-index:1;margin:0;padding:var(--wt-field_label_padding);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:text;will-change:transform;pointer-events:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;transition:all .2s ease-out;transition-property:transform;transform:translateY(-50%);transform-origin:0 0}.field--textarea .field__label{top:25px}.field__label--below{transform:translatey(-19px) scale(0.8)}.field--textarea .field__label--below{transform:translatey(-16px) scale(0.8)}.field__field{font:var(--wt-field_field_font_weight) var(--wt-field_field_font_size)/var(--wt-field_field_line_height) var(--wt-field_field_font_family);color:var(--wt-field_field_color);background:rgba(0,0,0,0);border:none;border:0;border-radius:0;outline:none;width:100%;height:100%;padding:var(--wt-field_field_padding);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-appearance:none;-moz-appearance:none}.field__field::-ms-clear{display:none}.field__hint{display:block;font:var(--wt-field_message_font_weight) var(--wt-field_message_font_size)/var(--wt-field_message_line_height) var(--wt-field_message_font_family);color:var(--wt-field_message_color);padding:var(--wt-field_message_padding);min-height:var(--wt-field_message_minheight);cursor:text}.field__hint--recaptcha{max-width:320px;text-align:center;margin:0 auto}.field__hint--recaptcha a{text-decoration:underline}.field__icon{color:var(--wt-field_icon_color);transition:color .2s}.field--fullrounded .field__content{padding:0 25px;border-radius:var(--wt-field_height);transition:border .2s}.field--fullrounded .field__label{left:25px;padding-right:50px}.field--leading-icon .field__content{padding-left:42px}.field--leading-icon .field__label{left:42px}.field--leading-icon .field__icon:first-child{position:absolute;top:50%;left:var(--wt-form_component_padding);transform:translateY(-50%)}.field--text-field .field__content{cursor:text}.field--textarea textarea{min-height:75px !important;width:100% !important;padding-top:0;margin-top:23px;margin-bottom:10px}.field--focused .field__content:before{opacity:.87}.field--focused.field--fullrounded .field__content{border-color:#222}.field--focused.field--fullrounded .field__content:before{opacity:0}.field--focused.field--fullrounded .field__icon:last-child{color:var(--color_secondary)}.field--error .field__content:before{background:var(--wt-form_color_error);opacity:1}.field--error .field__label,.field--error .field__hint,.field--error .field__icon:last-child{color:var(--wt-form_color_error)}.field--error.field--fullrounded .field__content{border-color:var(--wt-form_color_error)}.field--error.field--fullrounded .field__content:before{opacity:0}.field--error.field--fullrounded .field__icon:last-child{color:var(--wt-form_color_error)}.field--success .field__content:before{background:var(--color_success);opacity:1}.field--success .field__label,.field--success .field__hint,.field--success .field__icon:last-child{color:var(--color_success)}.field--success.field--fullrounded .field__content{border-color:var(--color_success)}.field--success.field--fullrounded .field__content:before{opacity:0}.field--success.field--fullrounded .field__icon:last-child{color:var(--color_success)}


/* module-emailcontact.min.css */
.module--emailcontact a{background-image:linear-gradient(to right, var(--wt-color_link) 0%, var(--wt-color_link) 100%);background-size:0% 1px;background-position:0px 95%;transition:background-size .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;padding:1px 0;background-repeat:no-repeat}.module--emailcontact a:hover{background-size:100% 1px}.module--emailcontact{--wt-color_link: white;text-align:center}.module--emailcontact a{color:var(--wt-color_link);font-size:1rem;text-transform:uppercase;text-align:center;margin:0 auto;word-break:break-word;letter-spacing:.1rem}@media(min-width: 768px){.module--emailcontact a{font-size:1.5rem}}@media(min-width: 992px){.module--emailcontact a{font-size:2.375rem}}


/* module-ubicacion.min.css */
.module--ubicacion .ubicacion a{background-image:linear-gradient(to right, var(--wt-color_link) 0%, var(--wt-color_link) 100%);background-size:0% 1px;background-position:0px 95%;transition:background-size .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;padding:1px 0;background-repeat:no-repeat}.module--ubicacion .ubicacion a:hover{background-size:100% 1px}.module--ubicacion .ubicacion{display:flex;flex-direction:column;box-shadow:0 3px 10px 2px rgba(74,74,74,.44);border-radius:5px;overflow:hidden;background-color:#1a1a1a;margin-bottom:20px}.module--ubicacion .ubicacion__title{color:#e5e5e5;text-transform:uppercase;margin-bottom:15px}.module--ubicacion .ubicacion__content{padding:20px;color:#8a8a8a}.module--ubicacion .ubicacion__footer{margin-top:auto}.module--ubicacion .ubicacion a{--wt-color_link: #E5E5E5}@media(min-width: 768px){.module--ubicacion .ubicacion{height:100%;margin:0}}


/* footer.min.css */
.footer{--wt-footer_background: #1a1a1a;--wt-footer_logo_width: 244px;--wt-footer_logo_color: white;--wt-footer_socialmedia_gap: 24px;--wt-footer_socialmedia_img_width: 25px;background-color:var(--wt-footer_background)}.footer__top{display:flex;justify-content:space-between;padding:22px 0}.footer__col{margin-bottom:40px}.footer__col a{margin-bottom:15px}.footer__col p{color:#fff}.footer__nav li{margin-bottom:28px}.footer__logo svg,.footer__logo img{width:var(--wt-footer_logo_width);height:auto}.footer__logo:not(.footer__logo--original) svg *{fill:var(--wt-footer_logo_color)}.footer__socialmedia{display:flex;gap:var(--wt-footer_socialmedia_gap);align-items:center}.footer__socialmedia .icon{width:var(--wt-footer_socialmedia_img_width);height:auto}.footer h3{font-size:1.5rem;font-weight:600;color:#fff;text-transform:uppercase;margin-bottom:32px}.footer a{--wt-color_link: #fff;font-size:1rem}.footer__info{padding:15px 0;border-bottom:1px solid #fff;margin-bottom:15px}.footer__copy{width:100%;text-align:center}.footer__copy p{line-height:1.5;margin:0}.footer .icon{--wt-color_icon: white}@media(min-width: 992px){.footer__middle{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.footer__col{margin:0}.footer__logo{margin:0}.footer__info{padding:0 10px 0 0;margin:0;border:none}}
