.tech_token_page {
    width: 100%;
    padding-top: 0px;
    font-family: 'Poppins';
}
.tech_token_landing {
    width: 100%;
    background-image: url(tech_token_page_images/tech-tok-lan.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.tech_token_landing_container {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.tech_token_landing_content_block {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: center;
}
.tech_token_landing_content_title {
    font-size: 54px;
    font-weight: 600;
    color: white;
}
.tech_token_landing_content_tagline{
    font-size: 26px;
    font-weight: 400;
    color: white;
    padding-bottom: 60px;
}
.tech_token_landing_content_buttons_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.tech_token_landing_content_buttons {
    background-color: whitesmoke;
    width: 340px;
    height: 40px;
    color: black;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    padding-top: 4px;
}
.tech_token_landing_content_buttons:hover {
    background-color: black;
    color: whitesmoke;
}
.tech_token_landing_image_block {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.tech_token_landing_image_block img {
    width: 100%;
}


.tech_token_prospectus {
    width: 100%;
    background-color: #f9f8d3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.tech_token_prospectus_img {
    width: 20%;
}
.tech_token_prospectus_img img {
    width: 100%;
}
.tech_token_prospectus_content_block {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.tech_token_prospectus_content_title {
    font-size: 44px;
    font-weight: 600;
    text-align: center;
}
.tech_token_prospectus_content_copy {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 30px;
    text-align: center;
}
.tech_token_prospectus_content_button_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    align-content: center;
}

.tech_token_prospectus_content_button {
    width: 300px;
    height: 40px;
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    margin: 5px;
}
.tech_token_prospectus_content_button:hover {
    background-color: white;
    color: black;
}


.tech_token_motivation {
    width: 100%;
    background-image: url(tech_token_page_images/pros_img_bg.jpg);
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: center;
    color: white;
}
.tech_token_motivation_block {
    width: 60%;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: center;
}
.tech_token_motivation_block_title {
    color: #00c8e2;
    font-size: 54px;
    font-weight: 600;
    padding-bottom: 20px;
}
.tech_token_motivation_block_copy_w {
    padding-bottom: 30px;
    font-size: 20px;
}
.tech_token_motivation_block_copy_b {
    color: #00c8e2;
    font-size: 20px;
}
.tech_token_motivation_imag_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: center;
    padding-top: 60px;
    padding-left: 300px;
}
.tech_token_motivation_imag_block img {
    width: 20%;
}


.tech_token_funding {
    width: 100%;
    background-color: #f9f8d3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 60px;
    padding-bottom: 80px;
}
.tech_token_funding_title {
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    color: #006481;
    padding-bottom: 60px;
}
.tech_token_funding_content_block {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    align-content: center;
}
.tech_token_funding_img_block {
    width: 35%;
    padding-top: 20px;
}
.tech_token_funding_img_block img {
    width: 100%;
}
.tech_token_funding_copy_block {
    width: 65%;
    padding-left: 60px;
    padding-right: 0px;
}
.tech_token_funding_copy_title {
    font-size: 22px;
    font-weight: 700;
    color: #006481;
}
.tech_token_funding_copy_content {
    font-size: 18px;
    padding-bottom: 20px;
}


.tech_token_benefits {
    width: 100%;
    background-image: url(tech_token_page_images/beni_tech_bg.jpg);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: white;
}
.tech_token_benefits_title {
    font-size: 54px;
    font-weight: 600;
    padding-bottom: 60px;
    text-align: center;
}
.tech_token_benefits_content_block {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.tech_token_benefits_content_copy_block {
    width: 50%;
}
.tech_token_benefits_copy_title {
    font-size: 24px;
    font-weight: 700;
    color: #ffaf74;
}
.tech_token_benefits_copy_content {
    font-size: 20px;
    padding-bottom: 20px;
}
.tech_token_benefits_content_img_block {
    width: 50%;
}
.tech_token_benefits_content_img_block img {
    width: 100%;
}


.tech_token_benefits_don {
    width: 100%;
    background-color: #ffaf74;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 60px;
    padding-bottom: 80px;
}
.tech_token_benefits_don_title {
    font-size: 54px;
    font-weight: 600;
    padding-bottom: 40px;
    text-align: center;
}
.tech_token_benefits_don_content_block {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    align-content: center;
}
.tech_token_benefits_don_copy_block_1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.tech_token_benefits_don_copy_block_1_copy {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
}
.tech_token_benefits_don_copy_block_1_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.tech_token_benefits_don_copy_block_1_img img {
    width: 80%;
}
.tech_token_benefits_don_copy_block_2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: center;
    padding-left: 40px;
}
.tech_token_benefits_don_copy_title {
    font-size: 24px;
    font-weight: 700;
    color: #ffefe6;
}
.tech_token_benefits_don_copy_content {
    font-size: 20px;
    padding-bottom: 20px;
}


.token_exchange_page_end_howtovideo {
    padding-top: 0px;
    margin-bottom: 20px;
}
.token_exchange_page_end_howtovideo a {
    background-color: black;
    color: #fff;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    font-size: 26px;
}
.token_exchange_page_end_howtovideo a:hover {
    background-color: white;
    color: black;
    border-style: solid;
}


.container_tech_token_how_video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  margin-bottom: 80px;
  margin-top: 40px;
}

.responsive-iframe_tech_token_how_video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


.tech_token_members_link {
    width: 300px;
    height: auto;
    font-size: 20px;
    font-weight: 500;
    background-color: #006481;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.tech_token_members_link:hover {
    background-color: #36a4cf;
    color: #fff;
}