@font-face {
    font-family: 'Stem';
    src: url('/fonts/stem-bold.eot');
    src: url('/fonts/stem-bold.eot#iefix') format('embedded-opentype'),
        url('/fonts/stem-bold.woff2') format('woff2'),
        url('/fonts/stem-bold.woff') format('woff'),
        url('/fonts/stem-bold.ttf') format('truetype'),
        url('/fonts/stem-bold.svg#Stem-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/stem-regular.eot');
    src: url('/fonts/stem-regular.eot#iefix') format('embedded-opentype'),
        url('/fonts/stem-regular.woff2') format('woff2'),
        url('/fonts/stem-regular.woff') format('woff'),
        url('/fonts/stem-regular.ttf') format('truetype'),
        url('/fonts/stem-regular.svg#Stem-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html{
    font-family: 'Stem';
    font-size: 18px;
}
body{
    margin: 0;
}
div{
    box-sizing: border-box;
}
.layout{
    margin: auto;
    width: 100%;
    max-width: 1280px;
    padding: 15px;
    box-sizing: border-box;
}
h1{
    text-transform: uppercase;
    font-size: 2em;
}
a, a:visited{
    text-decoration: none;
    font-weight: 600;
    color: #0ac06b;
    transition: all 0.3s;
}
a:hover,a:focus{
    color: #dd1742;
}
.logo{
    float: left;
    margin-right: 25px;
    margin-top: 20px;
    width: 150px;
}
table{
    border-collapse: collapse;
    border: none;
    margin-top: 15px;
}
table td{
    padding: 5px 25px 5px 0;
}
.popup{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    overflow-y: scroll;
    overflow-x: hidden;
}
.popup .overlay{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
}
.popup .inner{
    width: 450px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 30px 30px;
    margin: 0 auto;
    position: relative;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.popup select,
.popup input{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 40px;
    -webkit-appearance: none;
    border-radius: 3px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.5);
    font-family: 'Stem';
}
.popup input:hover, .popup input:focus,
.popup select:hover, .popup select:focus{
    border: 1px solid rgba(0,0,0,1);
}
.popup h3{
    text-transform: uppercase;
}
.popup .close{
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.5);
    text-decoration: none;
    color: #000;
    font-size: 20px;
    transition: all 0.3s;
}
.popup .close:hover{
    transform: rotate(90deg);
    color: red;
}

/* attach */
.input-file-row {
	display: block;
    font-size: 14px;
}
.input-file {
	position: relative;
	display: block;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
}
.btn,
.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255) !important;
	text-align: center;
	border-radius: 4px;
	background-color: #419152;
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
    font-weight: 400 !important;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.btn:hover,
.input-file:hover span {
	background-color: #59be6e;
}
.btn:active,
.input-file:active span {
	background-color: #2E703A;
}
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}
.input-file-list {
	padding: 10px 0;
}
.input-file-list-item {
	margin-bottom: 10px;
    display: block;
    margin-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.input-file-list-remove {
	color: red;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
}
.popup button{
    left: 50%;
    transform: translateX(-50%);
}
.btn.red{
    background-color: #df3232;
}
.btn.red:hover{
	background-color: #ff3c3c;
}
.btn.red:active{
	background-color: #ac2222;
}
.top-menu{
    width: 100%;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    height: 70px;
    top: -70px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    transition: all 0.6s;
}

.top-menu.fixed{
    position: fixed;
    left: 0;
    top: 0;
}
.top-menu.fixed + #heading{
    margin-top: 70px;
}
.top-menu ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
.example{
    background: #fff;
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 10pt;
    border: 1px solid #000;
    padding: 25px;
    width: 600px;
}
.example p{
    text-align: center;
}
.copyright{
    text-align: center;
}
.mobile-menu{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    height: 40px;
    width: 40px;
    z-index: 100;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #000 !important;
    border: 1px solid #ccc;
    transition: all 0.3s;
}
.mobile-menu:hover,
.mobile-menu:focus{
    color: #ff0000 !important;
    border: 1px solid #000;
}
.mobile-menu:before{
    content: "≡";
}
.mobile-menu.act:before{
    content: "×";
}

@media (max-width: 768px) {
    .mobile-menu{
        display: inline-block;
    }
    .top-menu{
        position: fixed;
        left: 100%;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100vh;
        padding-top: 40px;
        z-index: 99;
        font-size: 20px;
    }
    .top-menu ul{
        flex-direction: column;
    }
    .top-menu li{
        margin-bottom: 20px;
        text-align: center;
    }
    .mobile-menu.act + .top-menu{
        left: 0;
        opacity: 1;
    }
    .example{
        width: 100%;
    }
    .popup .inner{
        width: 100%;
        height: 100vh;
    }
    .logo{
        float: none;
        margin: 20px auto;
        display: block;
        width: 300px;
    }
}

a.link:after{
    content: "\f08e";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    padding-left: 5px;
    padding-right: 2px;
}

/*
.warpper{
    background: center / 30% repeat url(https://web.archive.org/web/20240920155820im_/https://printmystrap.com/wp-content/uploads/2019/02/airplane-pattern-blue.png);
}

body{
    overflow-x: hidden;
}

.layout{
    padding: 15px 30px;
    background: #fff;
    position: relative;
}

.layout:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 150px;
    right: -150px;
    background-image: linear-gradient(to right, white, transparent);
    top: 0;
}

.layout:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 150px;
    left: -150px;
    background-image: linear-gradient(to right, transparent, white);
    top: 0;
}

*/

/*
     FILE ARCHIVED ON 15:58:20 Sep 20, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:53:04 Apr 05, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.482
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.009
  esindex: 0.009
  cdx.remote: 11.235
  LoadShardBlock: 252.968 (3)
  PetaboxLoader3.datanode: 138.382 (5)
  PetaboxLoader3.resolve: 500.039 (2)
  load_resource: 414.247
  loaddict: 92.633
*/