.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 35vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #fff;
}

.container.dia {
  background-color: #000;
}

.button {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: hsla(208.00000000000003, 0.00%, 0.00%, 1.00);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button.left {
  margin-right: 20px;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #1c1c1c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-2 {
  margin-top: 5%;
}

.button_rounded {
  width: 250px;
  margin-right: 20px;
  padding: 25px 20px 25px 40px;
  border-radius: 25px;
  background-color: hsla(208.00000000000003, 0.00%, 100.00%, 1.00);
  background-image: url('../images/arrow-point-to-right.svg');
  background-position: 91% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 0px;
  text-align: left;
}

.button_rounded:hover {
  background-color: #0d00ff;
  color: #fff;
}

.button_rounded.top {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0px;
  opacity: 1;
}

.text {
  width: 100%;
}

.button_container {
  width: 100%;
  margin-top: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
}

.heading {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.heading.small {
  font-size: 15px;
}

.heading-1 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.5px;
}

.button_sec {
  width: auto;
  margin-right: 20px;
  padding: 25px 20px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 25px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 0px;
  text-align: left;
}

.button_sec:hover {
  background-color: #fff;
  color: #000;
}

.button_sec.top {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0px;
  opacity: 1;
}

.link {
  color: hsla(243.05882352941174, 0.00%, 100.00%, 1.00);
  font-weight: 600;
}

.link:hover {
  color: hsla(243.05882352941174, 100.00%, 50.00%, 1.00);
}