.download-drive-btns-wrapper{display:grid;justify-content:center;gap:var(--spacing-lg);width:max-content}.download-drive-btns-wrapper.buttons-1{grid-template-columns:repeat(1, 1fr)}.download-drive-btns-wrapper.buttons-2{grid-template-columns:repeat(2, 1fr)}.download-drive-btns-wrapper.buttons-3{grid-template-columns:repeat(3, 1fr)}.download-drive-btns-wrapper.buttons-4{grid-template-columns:repeat(4, 1fr)}.download-drive-btns-wrapper.buttons-5{grid-template-columns:repeat(5, 1fr)}.download-drive-btns-wrapper.buttons-6{grid-template-columns:repeat(6, 1fr)}.download-drive-btns-wrapper.buttons-7{grid-template-columns:repeat(7, 1fr)}.download-drive-btns-wrapper.buttons-8{grid-template-columns:repeat(8, 1fr)}.download-drive-btns-wrapper.buttons-9{grid-template-columns:repeat(9, 1fr)}.download-drive-btns-wrapper.buttons-10{grid-template-columns:repeat(10, 1fr)}.download-drive-btns-wrapper>*{min-width:220px}.download-drive-btns-wrapper.buttons-template-v2 .download-drive-button{border-radius:var(--button-border-radius);height:48px;line-height:48px;box-sizing:border-box;display:block;text-align:center;border:none;text-decoration:none;cursor:pointer;padding:0 var(--spacing-md);font-size:17px;font-weight:600;background:var(--download-action-btn-background, linear-gradient(180deg, #13C4D7 0.01%, #17BED0 18.13%, #17B1D0 124.99%));width:100%;color:#fff;position:relative}.download-drive-btns-wrapper.buttons-template-v2 .download-drive-button.download-drive-win-beta-button{background-image:none;background:#fff;border:.5px solid #13c4d7;color:var(--color-primary-500);font-weight:400}.download-drive-btns-wrapper.buttons-template-v2 .download-drive-button.download-drive-win-beta-button span{background-image:var(--link-text-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.download-drive-btns-wrapper.buttons-template-v2 .download-drive-button.download-drive-win-beta-button span span:first-child{font-weight:500 !important}.download-drive-btns-wrapper.buttons-template-link>*{min-width:auto}.download-drive-btns-wrapper.buttons-template-link .download-drive-button-wrapper{min-width:auto !important}.download-drive-btns-wrapper.buttons-template-link .download-drive-button{--arrow-icon-wdith: 15px;border-radius:0;height:auto;line-height:normal;box-sizing:border-box;display:inline-block;text-align:left;border:none;text-decoration:none;cursor:pointer;padding:var(--spacing-md) calc(var(--spacing-xs) + var(--arrow-icon-wdith)) var(--spacing-md) 0;font-size:16px;font-weight:400;background:rgba(0,0,0,0);width:100%;color:#fff;position:relative}.download-drive-btns-wrapper.buttons-template-link .download-drive-button:after{content:"";background:url("//pcdn-www.pcloud.com/ZW5dZ/images/right-arrow-icon.svg") no-repeat center;background-size:contain;position:absolute;right:0;top:50%;transform:translateY(-50%);width:var(--arrow-icon-wdith);height:15px}.download-drive-btns-wrapper.buttons-template-link .download-drive-button.select{padding-right:calc(var(--spacing-sm) + var(--arrow-icon-wdith))}.download-drive-btns-wrapper.buttons-template-link .download-drive-button.select:after{background:url("//pcdn-www.pcloud.com/ZW5dZ/images/down-arrow-icon.svg") no-repeat center}.download-drive-btns-wrapper.buttons-template-link .download-drive-button.select:not(.closed,.closing):after{transform:translateY(-50%) rotate(180deg)}@media(max-width: 768px){.download-drive-btns-wrapper{grid-template-columns:1fr !important;justify-content:flex-start;align-self:center;gap:var(--spacing-md);width:100%;max-width:280px;margin:0 auto}.download-drive-btns-wrapper.buttons-template-link{margin:0;align-self:flex-start}.download-drive-btns-wrapper.buttons-template-link>*{justify-content:flex-start;align-items:flex-start}}@media(max-width: 1060px){.mobile-breakpoint-xl .download-drive-btns-wrapper{grid-template-columns:1fr !important;justify-content:flex-start;align-self:center;gap:var(--spacing-md);width:100%;max-width:280px;margin:0 auto}.mobile-breakpoint-xl .download-drive-btns-wrapper.buttons-template-link{margin:0;align-self:flex-start}.mobile-breakpoint-xl .download-drive-btns-wrapper.buttons-template-link>*{justify-content:flex-start;align-items:flex-start}}