@-webkit-keyframes animateCardsSecond{0%{opacity:0;-webkit-transform:translate(-50%,-50%) scale(.8) rotate(20deg);transform:translate(-50%,-50%) scale(.8) rotate(20deg)}to{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1) rotate(10deg);transform:translate(-50%,-50%) scale(1) rotate(10deg)}}@keyframes animateCardsSecond{0%{opacity:0;-webkit-transform:translate(-50%,-50%) scale(.8) rotate(20deg);transform:translate(-50%,-50%) scale(.8) rotate(20deg)}to{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1) rotate(10deg);transform:translate(-50%,-50%) scale(1) rotate(10deg)}}@-webkit-keyframes animateCardsThird{0%{opacity:0;-webkit-transform:translate(-50%,-50%) scale(.8) rotate(20deg);transform:translate(-50%,-50%) scale(.8) rotate(20deg)}to{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1) rotate(-10deg);transform:translate(-50%,-50%) scale(1) rotate(-10deg)}}@keyframes animateCardsThird{0%{opacity:0;-webkit-transform:translate(-50%,-50%) scale(.8) rotate(20deg);transform:translate(-50%,-50%) scale(.8) rotate(20deg)}to{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1) rotate(-10deg);transform:translate(-50%,-50%) scale(1) rotate(-10deg)}}.hero{background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#f0f9fa),color-stop(0,#fff));background:linear-gradient(#f0f9fa 50%,#fff 0)}.hero .container{position:relative}@media (min-width:1024px){.hero .container{height:624px}}.hero .image{background-position:0 0;background-repeat:no-repeat;background-size:cover;height:100%;left:20px;position:absolute;right:20px;top:0;z-index:0}@media (min-width:1024px){.hero .image.mobile{display:none}}.hero .image.desktop{display:none}@media (min-width:1024px){.hero .image.desktop{display:block}}.hero .content{padding:48px 32px 64px;position:relative;z-index:1}@media (min-width:1024px){.hero .content{padding:101px 104px 120px}}.hero .title{-webkit-font-smoothing:antialiased;color:#f5f5f5;font-family:Gotham-Bold,sans-serif;font-size:34px;font-weight:400;letter-spacing:0;line-height:41px}@media (min-width:1024px){.hero .title{font-size:45px;line-height:56px}}.hero .text{-webkit-font-smoothing:antialiased;color:#f5f5f5;font-family:Gotham-Medium,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:28px}@media (min-width:1024px){.hero .text{width:50%}}.hero .title+.text{margin-top:35px}.hero .text+.button{margin-top:56px}.hero .button{background-color:#fff;color:#ff8674;padding:2px 40px}.hero .button:hover{color:#000}.richtext h2{font-family:Gotham-Bold,sans-serif;font-size:34px;line-height:41px;margin-bottom:34px}.richtext h2,.richtext p{-webkit-font-smoothing:antialiased;color:#31261d;font-weight:400;letter-spacing:0}.richtext p{font-family:Gotham-Book,sans-serif;font-size:17px;line-height:28px;margin-bottom:24px}.richtext p a{color:#ff8674}.richtext h3{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:24px}.richtext ul{padding-left:16px}.richtext ul li{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Book,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:24px;padding-left:12px;position:relative}.richtext ul li:before{content:url(/front/svg/16/bulletpoint.svg);left:-20px;position:absolute}.richtext ol{list-style:auto;padding-left:16px}.richtext ol li{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Book,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:24px;padding-left:12px}.richtext ol li ol,.richtext ol li ul{margin-top:16px}.richtext a{color:#ff8674}.confirmation h1{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:22px;font-weight:400;letter-spacing:0;line-height:26px;margin-bottom:24px}.confirmation .button{width:100%}.confirmation .button:first-child{margin-bottom:16px}.card-form{-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;grid-template-columns:62.5% 37.5%}@media (min-width:768px){.card-form{display:grid}}.card-form .cards{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;grid-column:2/3;grid-row:1/2;justify-content:center;margin:0 auto;position:relative}.card-form .cards img{-webkit-box-flex:1;display:inline-block;-ms-flex:1;flex:1;left:auto;position:relative;top:auto;-webkit-transform:none;-ms-transform:none;transform:none}.card-form .cards img:nth-child(2){-webkit-animation:animateCardsSecond .3s ease-in;animation:animateCardsSecond .3s ease-in;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%) rotate(10deg);-ms-transform:translate(-50%,-50%) rotate(10deg);transform:translate(-50%,-50%) rotate(10deg)}.card-form .cards img:nth-child(3){-webkit-animation:animateCardsThird .3s ease-in;animation:animateCardsThird .3s ease-in;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%) rotate(-10deg);-ms-transform:translate(-50%,-50%) rotate(-10deg);transform:translate(-50%,-50%) rotate(-10deg)}.card-form .cards img:first-child{-webkit-animation:none;animation:none}.card-form form{grid-column:1/2;grid-row:1/2;padding-top:26px}.card-form .form-fields{margin-bottom:24px}@media (min-width:768px){.card-form .form-fields{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}}.card-form .form-field{margin-bottom:24px}@media (min-width:768px){.card-form .form-field{margin-bottom:0;margin-right:32px}}.card-form .form-field:last-child{margin-bottom:0}.card-form .form-field input{font-size:22px;height:62px;letter-spacing:0;line-height:26px;padding:0 24px}.card-form .form-field.value{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px}.card-form .form-field.value input{padding-right:48px}.card-form .form-field.quantity{-webkit-box-flex:0;-ms-flex:0 0 156px;flex:0 0 156px}.card-form .warning{color:#f9423a;margin-bottom:24px}.card-form .submit{width:280px}.packaging{padding-bottom:120px;padding-top:77px}.packaging h2{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:34px;font-weight:400;letter-spacing:0;line-height:41px;margin-bottom:48px;text-align:center}@media (min-width:768px){.packaging .browser{display:-webkit-box;display:-ms-flexbox;display:flex}}.packaging .groups{text-align:center}@media (min-width:768px){.packaging .groups{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin-right:32px;text-align:left}}.packaging .groups li{margin-bottom:24px}.packaging .groups a{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:14px;font-weight:400;letter-spacing:.67px;line-height:20px;text-transform:uppercase}.packaging .groups a:hover{color:#ff8674;-webkit-transition:color .3s cubic-bezier(.35,0,0,1);transition:color .3s cubic-bezier(.35,0,0,1)}.packaging .groups a.is-active{color:#ff8674}.packaging .packages{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.packaging .packages .grid{grid-gap:32px 32px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:52px}@media (min-width:1024px){.packaging .packages .grid{grid-template-columns:1fr 1fr 1fr}}.packaging .packages .image{background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:20px;overflow:hidden;position:relative}.packaging .packages .image:before{content:"";display:block;padding-top:66.66666667%;width:100%}.packaging .packages .image>a{color:rgba(0,0,0,0);height:100%;left:0;position:absolute;top:0;width:100%}.packaging .packages .title{color:#847970;font-family:Gotham-Book,sans-serif;font-size:17px;line-height:28px}.packaging .packages .price,.packaging .packages .title{-webkit-font-smoothing:antialiased;font-weight:400;letter-spacing:0;text-align:center}.packaging .packages .price{color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:22px;line-height:26px}.packaging .packages .buttons{background:rgba(33,37,41,.4);bottom:0;height:100%;left:0;opacity:0;width:100%}.packaging .packages .buttons,.packaging .packages .buttons a{position:absolute;-webkit-transition:all .3s cubic-bezier(.35,0,0,1);transition:all .3s cubic-bezier(.35,0,0,1)}.packaging .packages .buttons a{left:50%;max-width:calc(100% - 25px);top:150%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.packaging .packages .package:hover .buttons{opacity:1}.packaging .packages .package:hover .buttons a{top:50%}.paginator{text-align:center}.paginator ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;justify-content:center}.paginator li{-webkit-font-smoothing:antialiased;border-radius:50%;display:inline-block;font-family:Gotham-Bold,sans-serif;font-size:14px;font-weight:400;height:32px;letter-spacing:.67px;line-height:32px;margin:0 6px;position:relative;width:32px}.paginator li a{color:#31261d}.paginator li a:hover{color:#ff8674;-webkit-transition:color .3s cubic-bezier(.35,0,0,1);transition:color .3s cubic-bezier(.35,0,0,1)}.paginator li.navigation{border:2px solid #c1b9b2;font-size:0;height:56px;line-height:0;width:56px}.paginator li.navigation.left{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.paginator li.navigation.right:hover{border-color:#ff8674}.paginator li.navigation a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:#ff8674;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}.paginator li.numbered{display:none}@media (min-width:1024px){.paginator li.numbered{display:inline-block}}.paginator li.is-active{background-color:#31261d;color:#f5f5f5;display:inline-block}.paginator li.is-disabled{pointer-events:none}.paginator li.is-disabled a{color:#d7d9db}.paginator li:first-child{margin-right:38px}.paginator li:last-child{margin-left:38px}@media (min-width:1024px){.modal .package{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}}.modal .images{margin-bottom:30px}@media (min-width:1024px){.modal .images{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 25px);flex:0 0 calc(50% - 25px)}}.modal .images .image{border:1px solid #847970;margin-bottom:16px;position:relative}.modal .images .image img{display:block;max-width:100%}.modal .images .zoom{bottom:8px;color:#847970;display:none;left:8px;position:absolute;z-index:2}@media (min-width:1024px){.modal .images .zoom{display:block}}.modal .images .zoom svg{height:40px;width:40px}.modal .images .thumbnail{background-color:#f0f2f5;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #847970;cursor:pointer;display:inline-block;height:75px;margin-right:8px;overflow:hidden;position:relative;width:75px}.modal .product{margin-bottom:32px}@media (min-width:1024px){.modal .product{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 25px);flex:0 0 calc(50% - 25px)}}.modal .product h2{color:#31261d;color:#847970;font-family:Gotham-Bold,sans-serif;margin-bottom:8px}.modal .product .price,.modal .product h2{-webkit-font-smoothing:antialiased;font-size:17px;font-weight:400;letter-spacing:0;line-height:28px}.modal .product .price{color:#31261d;font-family:Gotham-Book,sans-serif;margin-bottom:0}.modal .product .price a{color:#ff8674}.modal .product .value{-webkit-font-smoothing:antialiased;color:#847970;font-family:Gotham-Bold,sans-serif;font-size:22px;font-weight:400;margin-bottom:16px}@media (min-width:1024px){.modal .product .form-field{margin-bottom:24px}}.modal .product button{width:100%}.modal .switch{-webkit-box-pack:justify;-ms-flex-pack:justify;border-top:1px solid #847970;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:32px;padding-top:32px}@media (min-width:1024px){.modal .switch{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.modal .switch a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#847970;display:-webkit-box;display:-ms-flexbox;display:flex}.modal .switch a.previous svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pswp{-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:hidden;position:absolute;top:0;-ms-touch-action:none;touch-action:none;width:100%;z-index:1500}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:grabbing}.pswp__bg{-webkit-backface-visibility:hidden;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.pswp__bg,.pswp__scroll-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{bottom:0;left:0;position:absolute;right:0;top:0;-ms-touch-action:none;touch-action:none}.pswp__container,.pswp__img{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__zoom-wrap{position:absolute;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1),-webkit-transform 333ms cubic-bezier(.4,0,.22,1);width:100%}.pswp__bg{-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{bottom:0;overflow:hidden;right:0}.pswp__img,.pswp__item{left:0;position:absolute;top:0}.pswp__img{height:auto;width:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{height:auto!important;left:0;top:0;width:100%!important}.pswp__error-msg{color:#ccc;font-size:14px;left:0;line-height:16px;margin-top:-8px;position:absolute;text-align:center;top:50%;width:100%}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__counter{-webkit-font-smoothing:antialiased;color:#fff;font-family:Gotham-Medium,sans-serif;font-size:14px;font-weight:400;padding:15px}.pswp__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);border:0;display:block;outline:none;padding-bottom:20px;padding-top:20px;position:absolute}.pswp__button:hover>svg{stroke-width:6px}.pswp__button>svg{fill:rgba(0,0,0,0);stroke-width:4px;pointer-events:none}.pswp__button .cross{height:28px;pointer-events:none;width:28px}.pswp__button .cross:after,.pswp__button .cross:before{bottom:8px;width:36px}.pswp__button .cross:before{background-color:#fff;left:-4px}.pswp__button .cross:after{background-color:#fff;right:-4px}.pswp__button--close{color:#fff;right:30px;top:30px}.pswp__button--arrow--left,.pswp__button--arrow--right{top:50%}.pswp__button--arrow--left>svg,.pswp__button--arrow--right>svg{color:#fff;height:30px;width:20px}.pswp__button--arrow--left{left:40px;padding-right:30px}.pswp__button--arrow--left svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pswp__button--arrow--right{padding-left:30px;right:40px}.pswp__caption{bottom:0;font-size:14px;left:0;position:absolute;right:0}.pswp__caption p{margin:0}.pswp__caption .text{color:#fff;font-size:16px}.pswp__caption .author{color:#fff;font-size:14px}.pswp__caption__center{margin:auto;max-width:1220px;padding:20px}.pswp--zoom-allowed .pswp__img{cursor:default!important}.balance-popup h1{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:22px;font-weight:400;letter-spacing:0;line-height:26px;margin-bottom:38px}.balance-popup button{min-width:172px;padding-left:28px;padding-right:28px}.balance-popup button svg{height:16px;margin-left:12px;width:16px}.balance-popup .remaining-balance{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.balance-popup .remaining-balance svg{color:#ff8674;margin-right:8px}.notification{padding-top:28px}@media (min-width:1024px){.notification{padding-top:40px}}.notification h2{-webkit-font-smoothing:antialiased;border-bottom:1px solid rgba(75,64,55,.2);color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:34px;font-weight:400;letter-spacing:0;line-height:41px;margin-bottom:34px;padding-bottom:26px}.advantages{padding-bottom:39px;padding-top:77px}@media (min-width:1024px){.advantages ul{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.advantages li{-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 50%;flex:0 0 50%;margin-bottom:34px;padding-right:16px}.advantages h2{-webkit-font-smoothing:antialiased;border-bottom:1px solid rgba(75,64,55,.2);color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:34px;font-weight:400;letter-spacing:0;line-height:41px;margin-bottom:56px;padding-bottom:26px}.advantages .icon{-webkit-box-flex:0;background-position:50%;background-repeat:no-repeat;background-size:contain;-ms-flex:0 0 32px;flex:0 0 32px;height:32px;margin-right:24px;margin-top:11px;width:32px}.advantages h3{color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:17px;margin-bottom:-2px}.advantages h3,.advantages p{-webkit-font-smoothing:antialiased;font-weight:400;letter-spacing:0;line-height:28px}.advantages p{color:#847970;font-family:Gotham-Book,sans-serif;font-size:14px}.guide{background:#ffe5db;overflow:hidden;position:relative}.guide h2{font-size:34px;line-height:41px;margin-bottom:16px}.guide h2,.guide h3{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Bold,sans-serif;font-weight:400;letter-spacing:0}.guide h3{font-size:17px;line-height:28px;margin-bottom:24px;margin-top:24px}.guide .background{color:#ffb99c;left:35%;position:absolute;top:0;-webkit-transform:translateX(-85%);-ms-transform:translateX(-85%);transform:translateX(-85%);z-index:0}.guide .container{padding-bottom:51px;padding-top:77px;position:relative;z-index:1}@media (min-width:1024px){.guide .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.guide .blocks{-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;display:grid;grid-template-columns:1fr 1fr}}.guide .icon{-webkit-box-flex:0;background-position:50%;background-repeat:no-repeat;background-size:contain;-ms-flex:0 0 32px;flex:0 0 32px;height:24px;margin-right:12px;width:24px}.guide ul{margin-bottom:8px}@media (min-width:1024px){.guide ul{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.guide li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;padding-right:16px}.guide a{-webkit-font-smoothing:antialiased;color:#ff8674;font-family:Gotham-Bold,sans-serif;font-size:14px;font-weight:400;letter-spacing:.67px;line-height:20px;text-transform:uppercase}.guide a:hover{color:#e16c5b;-webkit-transition:color .3s cubic-bezier(.35,0,0,1);transition:color .3s cubic-bezier(.35,0,0,1)}.guide .warning{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Medium,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:26px}.guide .delivery-questions{padding-bottom:16px}.guide .delivery-questions li{-webkit-font-smoothing:antialiased;-webkit-box-orient:vertical;-webkit-box-direction:normal;color:#31261d;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Gotham-Book,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:0;padding-left:12px}.guide .delivery-questions li.is-open .expand-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.guide .delivery-questions li.is-open .expand-icon:after{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.guide .delivery-questions li.is-open .answer{margin-top:16px}.guide .delivery-questions .question{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-font-smoothing:antialiased;align-items:center;border-top:1px solid rgba(75,64,55,.2);color:#31261d;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Gotham-Medium,sans-serif;font-size:17px;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:28px;padding-bottom:16px;padding-left:16px;padding-top:18px}.guide .delivery-questions .question:hover{color:#ff8674;-webkit-transition:color .3s cubic-bezier(.35,0,0,1);transition:color .3s cubic-bezier(.35,0,0,1)}.guide .delivery-questions .expand-icon{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;justify-content:center;margin-right:16px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;width:24px;will-change:transform}.guide .delivery-questions .expand-icon:after,.guide .delivery-questions .expand-icon:before{background:#ff8674;content:"";display:block;height:2px;inset:0;margin:auto;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease;width:14px;will-change:transform}.guide .delivery-questions .expand-icon:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.guide .delivery-questions .expand-icon:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.guide .delivery-questions .answer{height:0;overflow:hidden;padding-left:18px;padding-right:28px;-webkit-transition:height .3s,margin .3s cubic-bezier(.35,0,0,1);transition:height .3s,margin .3s cubic-bezier(.35,0,0,1)}.faq-rules{background:#f0f9fa;padding-bottom:44px;padding-top:76px}@media (min-width:1024px){.faq-rules .container{-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;display:grid;grid-template-columns:1fr 1fr}}.faq-rules h2{-webkit-font-smoothing:antialiased;border-bottom:1px solid rgba(75,64,55,.2);color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:34px;font-weight:400;letter-spacing:0;line-height:41px;margin-bottom:60px;padding-bottom:26px}.faq-rules .faq{grid-column:1/2;grid-row:1/2}.faq-rules .faq li{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Book,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:24px;padding-left:12px}.faq-rules .faq li.is-open svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.faq-rules .faq li.is-open .answer{margin-top:16px}.faq-rules .faq .question{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.faq-rules .faq .question:hover{color:#ff8674;-webkit-transition:color .3s cubic-bezier(.35,0,0,1);transition:color .3s cubic-bezier(.35,0,0,1)}.faq-rules .faq .question svg{color:#ff8674;height:16px;margin-right:16px;-webkit-transition:-webkit-transform .3s cubic-bezier(.35,0,0,1);transition:-webkit-transform .3s cubic-bezier(.35,0,0,1);transition:transform .3s cubic-bezier(.35,0,0,1);transition:transform .3s cubic-bezier(.35,0,0,1),-webkit-transform .3s cubic-bezier(.35,0,0,1);width:16px}.faq-rules .faq .answer{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Book,sans-serif;font-size:17px;font-weight:400;height:0;letter-spacing:0;line-height:28px;margin-bottom:24px;margin-left:32px;overflow:hidden;-webkit-transition:height .3s,margin .3s cubic-bezier(.35,0,0,1);transition:height .3s,margin .3s cubic-bezier(.35,0,0,1)}.faq-rules .faq .answer a{color:#ff8674}.faq-rules .files{grid-column:2/3;grid-row:1/2}.faq-rules .files li{-webkit-font-smoothing:antialiased;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#31261d;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Gotham-Book,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:24px;padding-left:12px}.faq-rules .files li a{color:#31261d}.faq-rules .files li a:hover{color:#ff8674;-webkit-transition:color .3s cubic-bezier(.35,0,0,1);transition:color .3s cubic-bezier(.35,0,0,1)}.faq-rules .files li svg{color:#ff8674;height:16px;margin-right:16px;width:16px}.buy-card{background-color:#f0f9fa;padding-bottom:80px;padding-top:77px}.buy-card .container{margin:0 auto;max-width:800px}.buy-card .cards{width:278px}.buy-card .cards img{width:100%}.buy-card h2{-webkit-font-smoothing:antialiased;color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:34px;font-weight:400;letter-spacing:0;line-height:41px;margin-bottom:36px}.usage{padding-bottom:39px}.usage h2{-webkit-font-smoothing:antialiased;border-bottom:1px solid rgba(75,64,55,.2);color:#31261d;font-family:Gotham-Bold,sans-serif;font-size:34px;font-weight:400;letter-spacing:0;line-height:41px;margin-bottom:56px;padding-bottom:26px}
