.exl-section-download {
  position: relative;
  color: white;
  overflow: hidden;
  text-align: center;
  padding-top: 110px;
}
.exl-section-download__background {
  position: absolute;
  width: 2000px;
  height: auto;
  left: 50%;
  margin-left: -1000px;
  z-index: -1;
  margin-top: -110px;
}
.exl-section-download h3 {
  margin-bottom: 1rem;
  color: var(--exl-accent);
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1rem;
}
.exl-section-download h2 {
  margin-bottom: 1rem;
  color: var(--exl-accent);
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}
.exl-section-download h1 {
  color: var(--exl-accent);
}
.exl-section-download__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 45ch;
  align-items: flex-start;
}
.exl-section-download__floating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  /*it's some kind of magic?*/
  right: -100px;
  top: 10px;
}
.exl-section-download__floating span {
  text-transform: uppercase;
  font-size: 0.8em;
}
.exl-section-download__banner {
  position: absolute;
  width: 2000px;
  height: auto;
  left: 50%;
  margin-left: -1000px;
  z-index: -1;
}
.exl-sub-title {
  text-align: center;
  position: relative;
  padding-bottom: 5rem;
  font-size: larger;
}

.exl-download-box {
  padding: 30px 0 30px;
  line-height: 28px;
  background: var(--exl-bg-darker);
  color: var(--exl-card-text);
  text-align: center;
  border-radius: 16px;
  box-shadow: 1px 12px 41px rgba(0, 0, 0, 0.21);
}

.exl-download-sub_title {
  font-size: 1rem;
  text-align: center;
}
.exl-download-title_status_pc {
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #787674;
  color: #8a0e10;
  padding-bottom: 12px;
}

.exl-download-promotion_banner-title {
  font-weight: 900;
  padding-right: 2rem;
}

.exl-download-box-tutorial-text a {
  margin-right: 2rem;
}

.exl-download-vertical-rule {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

@media (max-width: 768px) {
  .exl-section-download {
    padding: 3rem 0;
  }

  .d-lg-none.sidebar.sidebar-secondary {
    display: none;
  }
}

.active-style-guide .btn {
  font-weight: 500 !important;
}

.active-style-guide .btn i.btn-right-icon > svg {
  margin-right: 8px;
}

.active-style-guide .btn-primary {
  color: var(--exl-neutral-gray-100) !important;
  background-color: var(--exl-primary-red-700) !important;
  border-color: var(--exl-primary-red-700) !important;
}

.active-style-guide .btn-primary:hover {
  color: var(--exl-neutral-gray-100) !important;
  background-color: var(--exl-primary-red-500) !important;
  border-color: var(--exl-primary-red-500) !important;
}

.active-style-guide .btn-lg {
  padding: 12px 14px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  border-radius: 4px !important;
}

.active-style-guide .exl-button-download-disabled-beta {
  background-color: #931919 !important;
  border-color: #931919 !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

.active-style-guide .exl-button-download-disabled-beta:hover {
  background-color: #931919 !important;
  border-color: #931919 !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

.exl-section-download-windows {
  padding: 160px 0px;
}

.exl-section-download-windows .title, .exl-section-download-android .title {
  margin: 24px 0;
}

.exl-section-download-android {
  position: relative;
  height: 570px;
}

.exl-section-download-android::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(23, 33, 52, 0.4) 0%, rgba(23, 33, 52, 0) 100%);
  width: 66%;
  height: 412px;
  border-radius: 250px 0px 0px 250px;
}

.exl-section-download-android::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(33, 38, 48, 0.3);
  width: 50%;
  height: 350px;
  border-radius: 250px 0px 0px 250px;
}

.exl-section-download-android  #qrcode {
  border: 8px solid rgba(33, 38, 48, 1);
  width: fit-content;
}

.exl-section-download-android img.app-mobile {
  position: absolute;
  bottom: -288px;
  max-width: 595px;
  height: auto;
  z-index: 1;
}

.exl-section-download-beta {
  padding: 144px 0 40px;
}

.exl-section-download-beta .try-beta-card {
  width: 100%;
  max-width: 540px;
  position: absolute;
  top: -40px
}

.exl-section-download-beta .estimated-ping {
  position: absolute;
  right: 140px;
  bottom: 220px;
  animation: 1s infinite alternate move-horizontal;  
}

.exl-section-download-beta .destiny-server {
  position: absolute;
  right: 275px;
  bottom: 40px;
}

.move-horizontal {
  animation-name: move-horizontal;
}

@keyframes move-horizontal {
  from {
    transform: translateX(-2%);
  }
  to {
    transform: translateX(2%);
  }
}

.exl-section-download-system-requirements {
  padding: 96px 0;
}

.exl-section-download-system-requirements button {
  color: #FFFFFF;
  width: 100%;
  max-width: 160px;
  height: 40px;
  margin: 0 -5px;
  background: #0B0C0F;
  border: 1px solid rgba(33, 38, 48, 1);
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  outline: none;
}

.exl-section-download-system-requirements .system-requeriments-cards {
  gap: 32px;
}

.exl-section-download-system-requirements button.active {
  position: relative;
  background: #C42121;
}

.exl-section-download-system-requirements .requeriments-card {
  width: 100%;
  max-width: 488px;
  padding: 50px 76px;
  border-radius: 12px;
}

.exl-section-download-system-requirements .requeriments-card ul {
  list-style-type: none;
  padding: 0px;
  line-height: 2;
}

@media (max-width: 768px) {
  .exl-section-download-android {
    height: auto;
  }

  .exl-section-download-beta .try-beta-card {
    max-width: 400px;
    top: -100px;
  }

  .exl-section-download-beta .estimated-ping {
    right: 0;
  }

  .exl-section-download-beta .destiny-server {
    right: 32px;
  }
}

.title {
  font-family: "Organetto", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: white;
}

.title strong {
  font-weight: 700;
}

.download-v5--subtitle {
  margin-bottom: 1.75rem;
  color: var(--exl-neutral-gray-400);
  font-size: 1.125rem;
}

.download-v5--software {
  position: relative;
  width: 100%;
  max-width: 1009px;
  margin: 0 auto;
}

.download-v5--software .estimated-ping {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-animation: 1s infinite alternate move-horizontal;
          animation: 1s infinite alternate move-horizontal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.download-v5--section {
  background: url('data:image/svg+xml,<svg width="1440" height="758" viewBox="0 0 1440 758" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1587.5 608C1587.5 775.684 1489.13 927.546 1329.97 1037.51C1170.81 1147.47 950.917 1215.5 708 1215.5C465.083 1215.5 245.185 1147.47 86.0302 1037.51C-73.1269 927.546 -171.5 775.684 -171.5 608C-171.5 440.316 -73.1269 288.454 86.0302 178.49C245.185 68.5287 465.083 0.5 708 0.5C950.917 0.5 1170.81 68.5287 1329.97 178.49C1489.13 288.454 1587.5 440.316 1587.5 608Z" stroke="url(%23paint0_linear_224_50922)"/><path d="M1548.5 725C1548.5 892.694 1454.48 1044.56 1302.38 1154.52C1150.29 1264.47 940.142 1332.5 708 1332.5C475.858 1332.5 265.713 1264.47 113.616 1154.52C-38.4813 1044.56 -132.5 892.694 -132.5 725C-132.5 557.306 -38.4813 405.443 113.616 295.484C265.713 185.526 475.858 117.5 708 117.5C940.142 117.5 1150.29 185.526 1302.38 295.484C1454.48 405.443 1548.5 557.306 1548.5 725Z" stroke="url(%23paint1_linear_224_50922)"/><path d="M1482.5 855C1482.5 1190.41 1135.86 1462.5 708 1462.5C280.136 1462.5 -66.5 1190.41 -66.5 855C-66.5 519.593 280.136 247.5 708 247.5C1135.86 247.5 1482.5 519.593 1482.5 855Z" stroke="url(%23paint2_linear_224_50922)"/><g filter="url(%23filter0_d_224_50922)"><circle cx="1313" cy="167" r="1" fill="%2322EBA3"/></g><g filter="url(%23filter1_d_224_50922)"><circle cx="117" cy="293" r="1" fill="%2322EBA3"/></g><g filter="url(%23filter2_d_224_50922)"><circle cx="1236" cy="410" r="1" fill="%2322EBA3"/></g><defs><filter id="filter0_d_224_50922" x="1308" y="162" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.133333 0 0 0 0 0.921569 0 0 0 0 0.639216 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_224_50922"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_224_50922" result="shape"/></filter><filter id="filter1_d_224_50922" x="112" y="288" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.133333 0 0 0 0 0.921569 0 0 0 0 0.639216 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_224_50922"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_224_50922" result="shape"/></filter><filter id="filter2_d_224_50922" x="1231" y="405" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.133333 0 0 0 0 0.921569 0 0 0 0 0.639216 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_224_50922"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_224_50922" result="shape"/></filter><linearGradient id="paint0_linear_224_50922" x1="1588" y1="608" x2="-172" y2="608" gradientUnits="userSpaceOnUse"><stop offset="0.1" stop-color="%2322EBA3" stop-opacity="0"/><stop offset="0.495" stop-color="%2322EBA3"/><stop offset="0.9" stop-color="%2322EBA3" stop-opacity="0"/></linearGradient><linearGradient id="paint1_linear_224_50922" x1="1549" y1="725" x2="-133" y2="725" gradientUnits="userSpaceOnUse"><stop offset="0.1" stop-color="%2322EBA3" stop-opacity="0"/><stop offset="0.495" stop-color="%2322EBA3"/><stop offset="0.9" stop-color="%2322EBA3" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_224_50922" x1="1483" y1="855" x2="-67" y2="855" gradientUnits="userSpaceOnUse"><stop offset="0.1" stop-color="%2322EBA3" stop-opacity="0"/><stop offset="0.495" stop-color="%2322EBA3"/><stop offset="0.9" stop-color="%2322EBA3" stop-opacity="0"/></linearGradient></defs></svg>'), var(--exl-neutral-gray-1000);
  background-repeat: no-repeat;
  background-position: center bottom calc(100% - 640px);
  padding: 17.375rem 0 4.25rem 0;
}

.carousel {
  margin-top: -2.5rem;
}

.carousel--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 2rem;
}

.carousel--buttons .btn {
  background: var(--exl-neutral-gray-1000);
  border: 1px solid var(--exl-neutral-gray-800);
  color: var(--exl-neutral-gray-300);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem 2rem;
}

.carousel--buttons .carousel--button__selected {
  border-color: var(--exl-success-green-400);
}

.carousel--slides {
  position: relative;
  width: 100%;
  max-width: 586px;
  margin: 0 auto;
}

.carousel--slide {
  display: none;
  color: var(--exl-neutral-gray-400);
  font-size: 1.125rem;
  text-align: center;
  padding: 0 1.875rem;
  margin: 0;
}

.carousel--slide__show {
  display: block;
}

.carousel--previous-slide,
.carousel--next-slide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -11px;
  padding: 0.125rem 0.5rem;
  color: var(--exl-neutral-gray-200);
  background: var(--exl-neutral-gray-800);
  font-size: 0.75rem;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel--next-slide {
  position: absolute;
  right: 0;
}

.carousel--previous-slide:hover,
.carousel--next-slide:hover {
  color: var(--exl-neutral-gray-200);
  background: var(--exl-neutral-gray-600);
}

.download-mobile--section {
  background: url(/templates/exit-lag/img/download/bg-mobiles.svg) no-repeat, var(--exl-neutral-gray-1000);
  background-size: cover;
  padding: 6rem 0 4.25rem
}

.download-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 160px;
}

.download-mobile--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  border-radius: 0.25rem;
}

.download-mobile--icon img {
  width: calc(100% - 2.5rem);
}

.download-mobile--icon__google-play {
  background: var(--exl-neutral-gray-900);
  border: 1px solid var(--exl-neutral-gray-800);
}

.download-mobile--icon__google-play:hover {
  background: var(--exl-neutral-gray-800);
}

.download-mobile--icon__app-store {
  background: black;
  border: 1px solid var(--exl-neutral-gray-800);
}

.download-mobile--qr-code {
  border: 8px solid var(--exl-neutral-gray-800);
}

.download-v4--section {
  padding: 5.375rem 0;
  overflow-x: hidden;
}

.download-v4--container {
  position: relative;
  background: url('data:image/svg+xml,<svg width="455" height="380" viewBox="0 0 455 380" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.75" d="M2017.5 208C2017.5 776.587 1565.97 1237.5 1009 1237.5C452.03 1237.5 0.5 776.587 0.5 208C0.5 -360.587 452.03 -821.5 1009 -821.5C1565.97 -821.5 2017.5 -360.587 2017.5 208Z" stroke="url(%23paint0_linear_321_44618)"/><path opacity="0.75" d="M1905.5 208C1905.5 714.179 1504.11 1124.5 1009 1124.5C513.887 1124.5 112.5 714.179 112.5 208C112.5 -298.179 513.887 -708.5 1009 -708.5C1504.11 -708.5 1905.5 -298.179 1905.5 208Z" stroke="url(%23paint1_linear_321_44618)"/><path opacity="0.75" d="M1802.5 208C1802.5 655.637 1447.23 1018.5 1009 1018.5C570.772 1018.5 215.5 655.637 215.5 208C215.5 -239.637 570.772 -602.5 1009 -602.5C1447.23 -602.5 1802.5 -239.637 1802.5 208Z" stroke="url(%23paint2_linear_321_44618)"/><path opacity="0.75" d="M1679.5 208C1679.5 586.602 1379.3 893.5 1009 893.5C638.703 893.5 338.5 586.602 338.5 208C338.5 -170.602 638.703 -477.5 1009 -477.5C1379.3 -477.5 1679.5 -170.602 1679.5 208Z" stroke="url(%23paint3_linear_321_44618)"/><defs><linearGradient id="paint0_linear_321_44618" x1="0" y1="462" x2="1.95984e-06" y2="-44.5001" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF243D" stop-opacity="0"/><stop offset="0.506835" stop-color="%23FF243D"/><stop offset="1" stop-color="%23C42121" stop-opacity="0"/></linearGradient><linearGradient id="paint1_linear_321_44618" x1="112" y1="463" x2="112" y2="-42.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF243D" stop-opacity="0"/><stop offset="0.506835" stop-color="%23FF243D"/><stop offset="1" stop-color="%23C42121" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_321_44618" x1="215" y1="464" x2="215" y2="-47" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF243D" stop-opacity="0"/><stop offset="0.506835" stop-color="%23FF243D"/><stop offset="1" stop-color="%23C42121" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_321_44618" x1="338" y1="464.5" x2="338" y2="-47" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF243D" stop-opacity="0"/><stop offset="0.506835" stop-color="%23FF243D"/><stop offset="1" stop-color="%23C42121" stop-opacity="0"/></linearGradient></defs></svg>'), url('data:image/svg+xml,<svg width="768" height="380" opacity="0.2" viewBox="0 0 768 380" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_321_44410)"><path d="M656.861 -57C722.66 -57 776 -3.65963 776 62.1391L776 426.572C776 501.919 714.919 563 639.572 563L542.843 563C511.81 563 487.844 535.725 491.836 504.95C494.33 485.721 485.798 466.724 469.768 455.814L459.243 448.65C419.665 421.712 430.38 360.676 476.767 348.829C498.822 343.197 515.214 324.689 518.142 302.116L519.091 294.801L526.591 236.97C528.976 218.581 518.13 201.042 500.614 194.96L489.507 191.104C451.271 177.827 459.293 121.556 499.716 119.494C524.672 118.22 541.15 93.0029 532.295 69.6359L518.15 32.3067C501.801 -10.8362 533.674 -57 579.811 -57L656.861 -57Z" fill="url(%23paint0_linear_321_44410)"/><path d="M656.861 -56C722.107 -56 775 -3.10735 775 62.1391L775 426.572C775 501.367 714.367 562 639.572 562L542.843 562C512.414 562 488.914 535.256 492.827 505.078C495.37 485.476 486.672 466.109 470.331 454.987L459.806 447.824C420.939 421.37 431.461 361.431 477.015 349.798C499.466 344.064 516.153 325.223 519.134 302.244L520.082 294.93L527.583 237.098C530.028 218.24 518.906 200.253 500.942 194.015L489.835 190.159C452.636 177.243 460.441 122.499 499.767 120.492C525.4 119.185 542.326 93.2827 533.231 69.2815L519.085 31.9524C502.984 -10.5363 534.374 -56 579.811 -56L656.861 -56Z" stroke="url(%23paint1_linear_321_44410)" stroke-width="2"/></g><defs><filter id="filter0_f_321_44410" x="0.606216" y="-491.3" width="1209.69" height="1488.6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="217.15" result="effect1_foregroundBlur_321_44410"/></filter><linearGradient id="paint0_linear_321_44410" x1="615.508" y1="117.528" x2="676.033" y2="484.607" gradientUnits="userSpaceOnUse"><stop stop-color="%23E43D3E"/><stop offset="0.677083" stop-color="%2380003D"/></linearGradient><linearGradient id="paint1_linear_321_44410" x1="773.438" y1="13.4325" x2="701.543" y2="613.827" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFC7E8" stop-opacity="0.17"/><stop offset="1" stop-color="%23F748B1" stop-opacity="0.27"/></linearGradient></defs></svg>'), var(--exl-neutral-gray-1000);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 4.25rem 5.375rem;
}

.download-v4--container::before {
  content: "";
  position: absolute;
  top: 8.375rem;
  left: 10rem;
  width: 263px;
  height: 145px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 263px;
  background: rgba(34, 235, 163, 0.81);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  z-index: -1;
}

.download-v4--container .title {
  margin-bottom: 1.5rem;
}

.download-v4--text {
  font-size: 1.125rem;
  line-height: 1.2;
  color: var(--exl-neutral-gray-400);
  margin-bottom: 3.5rem;
}

.download-v4--button {
  margin-bottom: 2.5rem;
}

.download-v4--check-requirements {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.15;
  color: var(--exl-neutral-gray-400);
}

.download-v4--check-requirements a {
  color: white;
}

@media (max-width: 991px) {
  .download-v5--software .estimated-ping {
    max-width: 50%;
    right: -2%;
  }

  .carousel {
    margin-top: -1.5rem;
  }

  .download-v4--container {
    background-size: cover;
    padding: 2.5rem;
  }

  .download-v4--text,
  .download-v4--button {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .download-v5--section,
  .download-mobile--section,
  .download-v4--section {
    padding: 2.5rem 0;
    margin: 0;
  }

  .carousel {
    margin-top: 0;
  }

  .carousel--buttons {
    display: grid;
  }

  .download-v5--section {
    padding-top: 10rem;
  }

  .download-v4--section {
    padding: 2.5rem 1rem;
  }

  .download-mobile {
    max-width: 216px;
  }

  .download-mobile--icon img {
    width: calc(100% - 5rem);
  }
}
