/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NunitoSans-Regular.ttf");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NunitoSans-SemiBold.ttf");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NunitoSans-Light.ttf");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NunitoSans-Bold.ttf");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NunitoSans-Black.ttf");
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: hsla(0, 0%, 13%, 1);
}

a {
  cursor: pointer;
}

.header {
  position: sticky;
  z-index: 1000;
  top: 0;
}

.header .header-contents {
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 1px solid hsla(240, 8%, 46%, 0.2);
}

.header .logo {
  display: block;
  float: left;
  text-decoration: none;
  height: 76px;
}

.logo-img {
  margin-right: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 157px;
  height: 26px;
  object-fit: cover;
}

.download-section {
  position: relative;
  z-index: 3;
  height: calc(100vh - 77px);
}

.section-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 0px;
  height: 100%;
}

.download-section .left-panel {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 46%;
  padding-right: 24px;
  height: 100%;
}

.download-section .left-panel .left-panel-body {
  width: 100%;
}

.download-section .left-panel .left-panel-body h1 {
  font-size: 48px;
  line-height: 1.15;
  text-align: left;
}

.download-section .left-panel .left-panel-body .download-panel {
  max-width: 402px;
  background-color: hsla(240, 7%, 97%, 1);
  border-radius: 6px;
  padding: 24px;
}

.download-section .left-panel .left-panel-body .download-panel.extension {
  margin-top: 24px;
  margin-bottom: 16px;
}

.download-section .left-panel .left-panel-body .download-panel .panel-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.download-section
  .left-panel
  .left-panel-body
  .download-panel
  .panel-description {
  padding-top: 8px;
  padding-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.download-section .left-panel .left-panel-body .download-panel .panel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  padding: 0 16px;
  text-decoration: none;
  transition: background-color 0.6s ease 0s, border-color 0.6s ease 0s;
  white-space: nowrap;
  border: 1px solid transparent;
  font-weight: 500;
  border-radius: 6px;
  height: 36px;
  min-width: 36px;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
  background-color: #0000ff;
  color: #fff;
}

.download-section .left-panel .left-panel-body .download-panel .panel-btn:hover,
.download-section
  .left-panel
  .left-panel-body
  .download-panel
  .panel-btn:active {
  transition: background-color 0.3s ease 0s;
  background-color: #0000b3;
}

.download-section
  .left-panel
  .left-panel-body
  .download-panel
  .panel-btn
  .btn-img {
  padding-right: 8px;
  transition: opacity 0.5s ease 0s;
  line-height: 1;
}

.download-section
  .left-panel
  .left-panel-body
  .download-panel
  .panel-btn
  .btn-img
  img {
  height: 24px;
}

.download-section .left-panel .left-panel-body .goto-site {
  max-width: 402px;
  margin-top: 20px;
}

.download-section .left-panel .left-panel-body .goto-site .panel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  padding: 0 16px;
  text-decoration: none;
  transition: background-color 0.6s ease 0s, border-color 0.6s ease 0s;
  white-space: nowrap;
  border: 1px solid transparent;
  font-weight: 500;
  border-radius: 6px;
  height: 36px;
  min-width: 36px;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
  background-color: transparent;
  color: hsla(0, 0%, 13%, 1);
}

.download-section .left-panel .left-panel-body .goto-site .panel-btn:hover,
.download-section .left-panel .left-panel-body .goto-site .panel-btn:active {
  transition: background-color 0.3s ease 0s;
  background-color: hsla(242, 21%, 28%, 0.1);
}

.download-section .left-panel .left-panel-body .goto-site .panel-btn .btn-img {
  padding-left: 8px;
  transition: opacity 0.5s ease 0s;
  line-height: 1;
}

.download-section
  .left-panel
  .left-panel-body
  .goto-site
  .panel-btn
  .btn-img
  img {
  height: 24px;
}

.download-section .right-panel {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 52%;
  padding-left: 24px;
  height: 100%;
  background: hsla(242, 88.4%, 66.3%, 1);
}

.download-section .right-panel img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .section-wrapper {
    padding-left: 0;
  }
  .download-section .left-panel {
    width: 100%;
    display: block;
    padding: 64px 144px 16px;
  }

  .download-section .left-panel .left-panel-body h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .download-section .right-panel {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .download-section .left-panel {
    padding: 64px 16px 16px;
  }
}

@media screen and (max-width: 354px) {
  .download-section .left-panel .left-panel-body h1 {
    font-size: 28px;
  }
}
