@charset "UTF-8";.Skip{position:fixed;z-index:200;top:0;left:0;transform:translateY(-100%);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;padding:1em;background:#fff;transition:all .2s ease}.Skip:focus-within{transform:none}@media screen and (min-width:31em){.Skip{width:-webkit-max-content;width:-moz-max-content;width:max-content}}.Skip__link{color:currentColor;text-decoration:none}.Skip__link:focus,.Skip__link:hover{text-decoration:underline}.Header{--color:$titleColor;position:-webkit-sticky;position:sticky;top:0;left:0;z-index:100;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:120rem;height:5em;margin:0 auto;padding:2.5em;transition:all .3s ease;color:#b89840;background:#fff}@media screen and (min-width:85em){.Header{transform:none;-ms-flex-pack:justify;justify-content:space-between;padding:0 4.5em}}.Header__heading{margin:0}.Header__title{position:absolute;top:0;left:0;width:5rem;height:5rem;transform:none;color:currentColor;font-size:1rem;background:url(/build/images/AE-logo.1de4259e.svg) no-repeat 50%/contain;transition:all .3s ease}@media screen and (min-width:85em){.Header__title{top:50%;left:4.5em;transform:translateY(-50%)}}@media screen and (min-width:85em){.Header__title--big{width:10.5rem;height:10.5rem;transform:translate(-2.75rem,-50%)}}.Header__button{box-sizing:content-box;position:fixed;top:1.2em;right:1.5em;z-index:110;width:2.25em;height:1.625em;margin:0;padding:.5em;color:#403d35;background:none;border:none;border-radius:.25em}.Header__button:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:3.5em;height:3.5em;border-radius:50%;background:linear-gradient(.4turn,hsla(0,0%,100%,.3),hsla(0,0%,100%,.5));content:""}.Header__button:focus,.Header__button:hover{box-shadow:inset 0 0 0 .15em currentColor}.Header__button:focus:before,.Header__button:hover:before{display:none}@media screen and (min-width:85em){.Header__button{display:none}}.Header__buttonDiv{position:absolute;left:50%;transform:translateX(-50%);width:2em;height:2px;background:currentColor;transition:all .3s ease}.Header__buttonDiv--1{top:.5em}.Header__buttonDiv--2{bottom:.5em}.Header__button span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:400 .75em Montserrat,sans-serif;text-transform:uppercase;transition:all .3s ease}.Header__button--toggled{color:#b89840}.Header__button--toggled .Header__buttonDiv--1{top:50%;transform:translate(-50%) rotate(-45deg)}.Header__button--toggled .Header__buttonDiv--2{top:50%;transform:translate(-50%) rotate(45deg)}.Header__button--toggled span{top:calc(100% + 1em)}.Header--open{height:100vh}.Header--withShadow{box-shadow:0 0 .2em .2em rgba(0,0,0,.2)}.Navigation{display:-ms-flexbox;display:flex;height:0;transition:height .3s ease;overflow:hidden}@media screen and (min-width:85em){.Navigation{display:block;height:auto}}.Navigation--open{height:100%}.Navigation__list{display:-ms-grid;display:grid;grid-auto-columns:-webkit-min-content;grid-auto-columns:min-content;grid-gap:.75em;margin:auto 0;padding:0;font-size:1.125em}@media screen and (min-width:85em){.Navigation__list{margin:0;grid-gap:1em}}.Navigation__item{-ms-grid-column:1;grid-column:1}@media screen and (min-width:85em){.Navigation__item{grid-column:auto;-ms-grid-row:1;grid-row:1}}.Navigation__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:.5em;color:currentColor;font:400 1.125em Oswald,sans-serif;text-decoration:none;text-transform:uppercase;border-radius:.2em;outline:none;white-space:nowrap;transition:all .3s ease}@media screen and (min-width:85em){.Navigation__link{padding:1.5em;font-size:1em}}.Navigation__link:focus,.Navigation__link:hover{color:#403d35}.Navigation__link--login:after{display:block;width:1.25em;height:1.25em;margin-left:.2em;background:url(/build/images/login-icon.0a180348.svg) no-repeat 50%/contain;content:""}.Navigation__link span{font-size:.75em;text-transform:none;text-decoration:underline}.Header__title span,.PageHeader span,.ReaderOnly{position:absolute;width:1px;height:1px;margin:0;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:polygon(0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0)}.PageHeader{position:absolute;z-index:90;top:8vh;left:50%;transform:translateX(-50%);color:#1b2934}.PageHeader svg{width:13.75em;height:13.75em}@media screen and (min-width:48em){.PageHeader svg{width:16.75em;height:16.75em}}.Footer{position:relative;padding:4em 2.25em;color:#c5cfd6;font:300 .875em Oswald,sans-serif;background:#192733}.Footer__content{display:-ms-grid;display:grid;grid-template-areas:"nav" "logo" "address";gap:2em;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-align:center;align-items:center}@media screen and (min-width:67em){.Footer__content{grid-template-areas:"nav logo address";-ms-grid-columns:1fr -webkit-min-content 1fr;-ms-grid-columns:1fr min-content 1fr;grid-template-columns:1fr -webkit-min-content 1fr;grid-template-columns:1fr min-content 1fr;-ms-grid-rows:auto;grid-template-rows:auto;-ms-flex-pack:center;justify-content:center}}.Footer__navContainer{-ms-grid-row:1;-ms-grid-column:1;grid-area:nav;-ms-grid-column-align:center;justify-self:center;width:100%}@media screen and (min-width:48em){.Footer__navContainer{width:auto}}.Footer__logo{-ms-grid-row:3;-ms-grid-column:1;grid-area:logo;margin:0 auto}.Footer__address{-ms-grid-row:5;-ms-grid-column:1;grid-area:address;-ms-grid-column-align:center;justify-self:center;font-style:normal}@media screen and (min-width:67em){.Footer__navContainer{-ms-grid-row:1;-ms-grid-column:1}.Footer__logo{-ms-grid-row:1;-ms-grid-column:2}.Footer__address{-ms-grid-row:1;-ms-grid-column:3}}.Footer .Creation{position:absolute;right:2.5em;bottom:2.5em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:currentColor}.Footer .Creation img{width:1.5em;height:1.5em;margin-top:.25em;margin-left:.5em}.FooterNav__list,.Navigation__list{list-style-type:none}.FooterNav__list>li:before,.Navigation__list>li:before{display:block;height:0;content:"​"}.FooterNav__list{display:-ms-grid;display:grid;grid-auto-columns:-webkit-min-content;grid-auto-columns:min-content;grid-gap:11px;width:100%;margin:0;padding:0;font-size:1.125em}@supports (grid-template-columns:repeat(auto-fit,minmax(5em,1fr))){.FooterNav__list{grid-template-columns:repeat(auto-fit,minmax(8em,1fr))}@media screen and (min-width:67em){.FooterNav__list{grid-template-columns:none}}}.FooterNav__item{position:relative}@media screen and (min-width:67em){.FooterNav__item{-ms-grid-row:1;grid-row:1}}.FooterNav__item:not(:last-of-type):after{position:absolute;top:50%;left:100%;transform:translate(-5px,-50%);display:block;-ms-flex-negative:0;flex-shrink:0;width:1px;height:1.25em;margin:0 10px;content:"";background:currentColor}.FooterNav__link{position:relative;display:block;-ms-flex-negative:0;flex-shrink:0;padding:.5em;color:currentColor;text-align:center;text-decoration:none;border-radius:.2em;outline:none;transition:all .3s ease;white-space:nowrap}.FooterNav__link:focus,.FooterNav__link:hover{text-decoration:underline}.Flashes{position:fixed;top:5em;width:100%;max-width:120em;margin:0 auto;text-align:center;z-index:95}.Flashes__flash{padding:1em 1.5em;margin-bottom:.5em}.Flashes__flash--success{color:#155724;background-color:#d4edda}.Flashes__flash--error{color:#721c24;background-color:#f8d7da}*,:after,:before{box-sizing:border-box}:root{font-family:Montserrat,sans-serif;color:#403d35;scroll-behavior:smooth}body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh}img,picture{display:block;max-width:100%}button{cursor:pointer}main{-ms-flex-positive:1;flex-grow:1;width:100%;max-width:120em;margin:0 auto;scroll-margin-top:5em}.Pager .current,.Pager a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:1.5em;height:1.5em;margin:0 .35em;color:currentColor;font:400 1.25em/1.5 Oswald,sans-serif;text-decoration:none}.Pager .current{border:1px solid;border-radius:50%}.Pager nav{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.Pager nav>:first-child,.Pager nav>:last-child{position:relative;display:block;width:1.25rem;height:1.25rem;margin:0;text-indent:-50em;border:1px solid;border-radius:50%;overflow:hidden}.Pager nav>:first-child:before,.Pager nav>:last-child:before{position:absolute;transform:scaleX(-1);display:-ms-grid;display:grid;place-items:center;width:100%;height:100%;text-indent:0;background:url(/build/images/chevron-icon.02ea164b.svg) no-repeat 50%/30%;content:""}.Pager nav>:last-child:before{transform:none}.Pager .dots{margin-left:0}.Pager .dots:first-of-type{margin-right:2rem}@media screen and (min-width:48em){.Pager .dots:first-of-type{margin-right:3.3rem}}.Pager .dots:first-of-type+*{margin-left:0}.Pager .dots:last-of-type{margin-left:2rem}@media screen and (min-width:48em){.Pager .dots:last-of-type{margin-left:3.3rem}}.Pager .dots:last-of-type+*{margin-left:0}.AuctionSale__media .Pagination,.AuctionSaleLots__filters,.AuctionSaleLots__list{list-style-type:none}.AuctionSale__media .Pagination>li:before,.AuctionSaleLots__filters>li:before,.AuctionSaleLots__list>li:before{display:block;height:0;content:"​"}.AuctionSaleLots{display:-ms-grid;display:grid;-ms-grid-rows:-webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content;-ms-grid-rows:min-content min-content min-content min-content;-ms-grid-columns:100%;grid-template:"actions" -webkit-min-content "header" -webkit-min-content "filters" -webkit-min-content "list" min-content/100%;grid-template:"actions" min-content "header" min-content "filters" min-content "list" min-content/100%;padding:2em 0 5em;background:linear-gradient(90deg,#fff 2em,#efeceb 0)}@media screen and (min-width:31em){.AuctionSaleLots{background:#efeceb}}@media screen and (min-width:110em){.AuctionSaleLots{padding:6.5em 4em 6.5em 0}}.AuctionSaleLots__header{-ms-grid-row:2;-ms-grid-column:1;grid-area:header}.AuctionSaleLots__title{font:700 1.75em/1.2 Oswald,sans-serif;text-align:center;text-transform:uppercase}.AuctionSaleLots__downloadPdf{-ms-grid-row:1;-ms-grid-column:1;grid-area:actions;width:100%;max-width:91.5em;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.AuctionSale__layout>.AuctionSaleLots__downloadPdf{-ms-grid-row:3;-ms-grid-column:1}.AuctionSaleLots__action{padding:.3em 2.5em;color:#403d35;font:400 1em Oswald,sans-serif;text-decoration:none;text-transform:uppercase;background:#fff;border:1px solid #403d35;border-radius:2em;outline:none;transition:all .2s ease;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.AuctionSaleLots__action:focus,.AuctionSaleLots__action:hover{box-shadow:0 0 0 .25em currentColor}.AuctionSaleLots__action--downloadPdf:before{content:"";background-image:url(/build/images/pdf-icon.799b2fd8.svg);background-repeat:no-repeat;background-size:contain;height:2.5em;width:2.5em}.AuctionSaleLots__filters{-ms-grid-row:3;-ms-grid-column:1;grid-area:filters;display:-ms-flexbox;display:flex;margin:0 auto 3em;padding:0 1em 1em;max-width:100%;overflow:auto}@media screen and (min-width:48em){.AuctionSaleLots__filters{-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:62.5em}}.AuctionSaleLots__filter{display:-ms-flexbox;display:flex;margin:1em 1em 0 0;padding:1em 2em;color:#403d35;font:400 .75em Oswald,sans-serif;text-decoration:none;text-transform:uppercase;white-space:nowrap;border:1px solid;border-radius:2.5em;outline:none}@media screen and (min-width:48em){.AuctionSaleLots__filter{font-size:1em}}.AuctionSaleLots__filter:before{display:block;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:1em;height:1em;margin-right:.5em;background:url(/build/images/label-icon.32e78517.svg) no-repeat 50%/contain;content:""}.AuctionSaleLots__filter--used,.AuctionSaleLots__filter:focus,.AuctionSaleLots__filter:hover{color:#efeceb;background:#403d35}.AuctionSaleLots__filter--used:before,.AuctionSaleLots__filter:focus:before,.AuctionSaleLots__filter:hover:before{background-image:url(/build/images/label-icon-white.0c2f81dd.svg)}.AuctionSaleLots__displayZone{-ms-grid-row:4;-ms-grid-column:1;grid-area:list;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;width:100%;max-width:91.5em;margin:0 auto}@media screen and (min-width:48em){.AuctionSaleLots__displayZone{padding:0 2em}}.AuctionSaleLots__list{scroll-margin-top:5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5em .75em;margin:0 0 5em;padding:0}@media screen and (min-width:31em){.AuctionSaleLots__list{gap:3.5em 1.25em}}@supports (grid-template-columns:repeat(auto-fill,minmax(20em,1fr))){.AuctionSaleLots__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(10em,1fr));-ms-flex-pack:end;justify-content:end;width:100%}@media screen and (min-width:31em){.AuctionSaleLots__list{grid-template-columns:repeat(auto-fill,minmax(20em,1fr))}}}.AuctionSaleLots__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-grid-column-align:center;justify-self:center;width:100%;max-width:31em;background:#fff;border-radius:.25em .25em 0 0;overflow:hidden}.AuctionSaleLots__itemMedia{position:relative;height:0;width:100%;padding-bottom:75%}.AuctionSaleLots__itemMedia img{top:0;left:0;width:100%;height:100%}.AuctionSaleLots__itemMedia img,.AuctionSaleLots__itemMedia svg{position:absolute;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.AuctionSaleLots__itemMedia svg{top:50%;left:50%;width:80%;height:80%;transform:translate(-50%,-50%)}.AuctionSaleLots__itemContent{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;padding:1.25em .875em;font:400 1em Monserrat,sans-serif}@media screen and (min-width:48em){.AuctionSaleLots__itemContent{padding:1.25em 1.75em}}.AuctionSaleLots__itemNumber{font:300 .75em MonserratLight,sans-serif;text-align:center}@media screen and (min-width:48em){.AuctionSaleLots__itemNumber{font-size:1.125em}}.AuctionSaleLots__itemTitle{margin-bottom:1rem!important;font-weight:400}.AuctionSaleLots__itemEstimate,.AuctionSaleLots__itemPrice{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-top:auto!important;color:#a8862a;font-size:.75em}@media screen and (min-width:48em){.AuctionSaleLots__itemEstimate,.AuctionSaleLots__itemPrice{font-size:1em}}.AuctionSaleLots__itemEstimate span,.AuctionSaleLots__itemPrice span{font:400 .75rem Oswald,sans-serif;text-transform:uppercase}@media screen and (min-width:48em){.AuctionSaleLots__itemEstimate span,.AuctionSaleLots__itemPrice span{margin-right:.5em}}.AuctionSaleLots__itemPrice{margin-top:.75em!important}.AuctionSaleLots__itemDescription{font-size:.75em}.AuctionSaleLots__itemActions{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.AuctionSaleLots__itemAction{margin-top:1em;padding:.5em 2em;color:#403d35;font:400 .75em Oswald,sans-serif;text-decoration:none;text-transform:uppercase;background:#fff;border:1px solid #403d35;border-radius:1.5em;outline:none;transition:all .2s ease}.AuctionSaleLots__itemAction:focus,.AuctionSaleLots__itemAction:hover{color:#fff;background:#403d35}.AuctionSaleLots__itemAction:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:""}.AuctionSaleLots__item--sold .AuctionSaleLots__itemEstimate{color:#403d35}.AuctionSaleLots__pager{margin:0 auto}@font-face{font-weight:200 700;font-family:Oswald;font-style:normal;src:url(/build/fonts/Oswald-VariableFont_wght.c7a8bdeb.woff2) format("woff2-variations");font-display:swap}@font-face{font-weight:700;font-family:MontserratBold;font-style:normal;src:url(/build/fonts/Montserrat-Bold.b9d45077.woff2) format("woff2");font-display:swap}@font-face{font-weight:300;font-family:MontserratLight;font-style:normal;src:url(/build/fonts/Montserrat-Light.23f80a86.woff2) format("woff2");font-display:swap}@font-face{font-weight:400;font-family:Montserrat;font-style:normal;src:url(/build/fonts/Montserrat-Regular.15d96c0b.woff2) format("woff2");font-display:swap}@font-face{font-weight:400;font-family:MontserratRegularItalic;font-style:italic;src:url(/build/fonts/Montserrat-Italic.837651d9.woff2) format("woff2");font-display:swap}@font-face{font-weight:600;font-family:MontserratSemiBold;font-style:normal;src:url(/build/fonts/Montserrat-SemiBold.c567dab9.woff2) format("woff2");font-display:swap}.AuctionSale__description,.AuctionSaleLots__itemContent{--stackMargin:1.2em}.AuctionSale__description>*,.AuctionSaleLots__itemContent>*{margin-top:0;margin-bottom:0}.AuctionSale__description>*+*,.AuctionSaleLots__itemContent>*+*{margin-top:var(--stackMargin)}.AuctionSale__description{font:1em/1.5 MontserratLight,sans-serif}@media screen and (min-width:48em){.AuctionSale__description{font:1.5em/1.85 MontserratLight,sans-serif}}.AuctionSale__description a{text-decoration:none;color:#a8862a}.AuctionSale{margin-top:18.25em}@media screen and (min-width:48em){.AuctionSale{padding-left:clamp(2em,3vw,4em)}}.AuctionSale__layout{display:-ms-grid;display:grid;-ms-grid-rows:-webkit-min-content -webkit-min-content -webkit-min-content;-ms-grid-rows:min-content min-content min-content;-ms-grid-columns:100%;grid-template:"media" -webkit-min-content "content" -webkit-min-content "actions" min-content/100%;grid-template:"media" min-content "content" min-content "actions" min-content/100%;margin-bottom:1.5em}@media screen and (min-width:48em){.AuctionSale__layout{-ms-grid-rows:-webkit-min-content -webkit-min-content;-ms-grid-rows:min-content min-content;-ms-grid-columns:50vw 2em 1fr;grid-template:"media content" -webkit-min-content "actions content" min-content/50vw 1fr;grid-template:"media content" min-content "actions content" min-content/50vw 1fr;grid-column-gap:2em;margin-right:clamp(2em,5vw,6.5em)}.AuctionSale__layout>.AuctionSaleLots__downloadPdf{-ms-grid-row:2;-ms-grid-column:1}}@media screen and (min-width:67em){.AuctionSale__layout{-ms-grid-columns:1.5fr 4.25em 1fr;grid-template-columns:1.5fr 1fr;grid-column-gap:4.25em}}@media screen and (min-width:110em){.AuctionSale__layout{-ms-grid-columns:1fr 39em;grid-template-columns:1fr 39em}}.AuctionSale__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.AuctionSale__title{margin:.5em 0;font:400 2em/1.4 Oswald,sans-serif}@media screen and (min-width:48em){.AuctionSale__title{font-size:2.625em}}@media screen and (min-width:48em){.AuctionSale__description{font-size:1.125em}}.AuctionSale__date{-ms-flex-order:-1;order:-1;margin-top:1em;color:#b89840;font:300 1.625em/1.4 Oswald,sans-serif}.AuctionSale__media{-ms-grid-row:1;-ms-grid-column:1;position:relative;grid-area:media;max-width:100%;min-height:17.5em;margin-bottom:3em}@media screen and (min-width:48em){.AuctionSale__media{max-width:50vw;margin-bottom:0}}@media screen and (min-width:67em){.AuctionSale__media{max-width:60vw}}.AuctionSale__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right}.AuctionSale__media .Arrows{position:absolute;top:100%;left:50%;transform:translateX(-50%);display:-ms-grid;display:grid;-ms-grid-columns:-webkit-min-content 2em -webkit-max-content 2em -webkit-min-content;-ms-grid-columns:min-content 2em max-content 2em min-content;grid-template-columns:-webkit-min-content -webkit-max-content -webkit-min-content;grid-template-columns:min-content max-content min-content;grid-gap:2em;-ms-flex-align:center;align-items:center;padding:1.5em 2em}@media screen and (min-width:48em){.AuctionSale__media .Arrows{top:0;left:0;transform:translateY(-100%)}}.AuctionSale__media .Arrow{width:1.75em;height:1.75em;padding:0;background:url(/build/images/chevron-icon.02ea164b.svg) no-repeat 50%/25%;border:1px solid #403d35;border-radius:50%;outline:none}.AuctionSale__media .Arrow.Prev{transform:scaleX(-1)}.AuctionSale__media .Pagination{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0;padding:0;width:100%}.AuctionSale__media .Pagination li{width:1em;height:1em}.AuctionSale__media .Pagination li:not(:last-of-type){margin-right:1em}.AuctionSale__media .splide__pagination__page{width:1em;height:1em;background:#fff;border:1px solid #403d35;border-radius:50%;outline:none}.AuctionSale__media .splide__pagination__page.is-active{background:#403d35}.AuctionSale__content{-ms-grid-row:2;-ms-grid-column:1;grid-area:content;margin:0 2.5em}@media screen and (min-width:48em){.AuctionSale__content{min-width:35ch;margin:0}}.AuctionSale__actions{-ms-grid-row:1;-ms-grid-column:1;grid-area:actions;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;width:100%;padding:0 1em 0 2.5em}.AuctionSale__layout>.AuctionSale__actions{-ms-grid-row:3;-ms-grid-column:1}@media screen and (min-width:48em){.AuctionSale__media{-ms-grid-row:1;-ms-grid-column:1}.AuctionSale__content{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:3}.AuctionSale__layout>.AuctionSale__actions{-ms-grid-row:2;-ms-grid-column:1}}@media screen and (min-width:48em){.AuctionSale__actions{padding:0}}@media screen and (min-width:67em){.AuctionSale__actions{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:stretch;align-items:stretch}}.AuctionSale__action{position:relative;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:30em;min-width:10em;padding:3.5em 0}@media screen and (min-width:67em){.AuctionSale__action{-ms-flex-preferred-size:18.75em;flex-basis:18.75em;-ms-flex-direction:column;flex-direction:column;max-width:18.75em;padding:0 1.5em}}.AuctionSale__action:last-child .AuctionSale__actionSeparator{display:none}@media screen and (min-width:67em){.AuctionSale__action:last-child .AuctionSale__actionSeparator{display:block}}.AuctionSale__action svg{color:transparent;display:block;width:4.5em;height:4.5em;-ms-flex-negative:0;flex-shrink:0;content:""}@media screen and (min-width:67em){.AuctionSale__action svg{margin-top:2.5em}}.AuctionSale__action:after{display:block;-ms-flex-negative:0;flex-shrink:0;width:3em;height:3em;margin:0;background:url(/build/images/AE-cta.4f2b3208.svg) no-repeat 50%/60%;border:1px solid #403d35;border-radius:50%;content:""}@media screen and (min-width:67em){.AuctionSale__action:after{margin:auto 0 1em;transform:rotate(90deg)}}.AuctionSale__actionLink{max-width:8em;margin:1em;color:#b89840;font:400 1em/1.25 Oswald,sans-serif;text-decoration:none;text-transform:uppercase}@media screen and (min-width:67em){.AuctionSale__actionLink{text-align:center}}.AuctionSale__actionLink:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;content:""}.AuctionSale__actionSeparator{position:absolute;bottom:0;display:block;height:3px;width:100%;background:linear-gradient(90deg,currentColor 20%,hsla(0,0%,100%,0) 0);background-size:15px 3px}@media screen and (min-width:67em){.AuctionSale__actionSeparator{width:3px;height:calc(100% + 5em);background:linear-gradient(180deg,currentColor 20%,hsla(0,0%,100%,0) 0);background-size:3px 15px}}.AuctionSale__actionSeparator:first-child{left:0}.AuctionSale__actionSeparator:last-child{right:0}