<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
#myg-holder #myg{z-index:1030;position:fixed;bottom:20px;right:0}#myg-holder #myg ask-question{overflow:hidden !important}#myg-holder #myg .myg-child-component{right:25px}#myg-holder #myg .myg-floating-label{font-size:15px;font-weight:700;padding:1.5rem 0;border-radius:15px 15px 0px 0px;background:linear-gradient(180deg, #0f5297 8.84%, #010b33 100%);width:295px}#myg-holder #myg .myg-floating-button{margin-bottom:-18px}#myg-holder #myg .myg-icon{width:80px;height:80px}#myg-holder #myg .markdown-content ul,#myg-holder #myg .markdown-content ol,#myg-holder #myg .markdown-content menu{margin:0;padding-left:30px}#myg-holder #myg .myg-chat-container{height:508px;max-height:40vh;background:linear-gradient(180deg, #fff 0%, #e0ecfb 100%);box-shadow:0 0 4px 0 rgba(0,0,0,0.5)}@media (min-width:767px){#myg-holder #myg .myg-chat-container{width:425px}}#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:80px;height:80px}@media (max-width:600px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:80px;height:80px;left:-10px;top:5px}}#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-style:normal;font-size:16px;font-weight:700;line-height:16px;letter-spacing:-0.3px;margin-top:10px;margin-bottom:10px}@media (max-width:600px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:15px;padding-left:5px}}@media only screen and (min-width:200px) and (max-width:767px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{padding:0 0 0 5px;margin:10px}}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:13px;margin:10px 0;letter-spacing:-0.5px;padding:0}}@media (max-width:350px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:11px}}#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header.myg-chat-history-header{margin-right:25% !important}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-ai-header-mygooru-chat-history{width:15px;height:15px}}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-close-icon{height:15px;width:15px}}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-close-icon img{width:7px}}#myg-holder #myg .myg-chat-container .myg-headerbar{font-size:11px;line-height:12px;margin:0;padding:20px 5px 20px 15px;background:#e3f2fd;color:var(--purple-2)}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-headerbar{font-size:9px}}#myg-holder #myg .myg-chat-container .myg-text-container{padding:10px 5px 5px 10px;margin:0;background:#fff;border-bottom-left-radius:23px;border-bottom-right-radius:23px}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text{font-size:13px;color:var(--purple-2)}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h1,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h2,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h3,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h4,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h5,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h6{font-size:14px;font-weight:600;color:var(--purple-2);margin:0}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h1 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h2 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h3 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h4 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h5 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h6 strong{font-weight:600}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text.myg-user-input{background:#20A1F5;color:#fff;padding:7px 10px}@media (min-width:767px){#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text{width:100%}}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-sender-label{font-size:14px;color:rgba(0,15,75,0.45)}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions{border-bottom:2px solid #ddd}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-header-question{font-size:14px}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-dynamic-question{margin-top:0}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-dynamic-question .myg-dynamic-questions{padding:7px 0 0 0;margin-left:15px;font-size:12px;line-height:14px}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-dynamic-question .myg-dynamic-questions:hover{color:var(--purple-2)}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .error-message{font-size:14px;font-style:italic;font-weight:700}#myg-holder #myg .myg-message-input-container{margin-top:5px}#myg-holder #myg .myg-message-input-container .myg-message-input{font-size:14px;padding:5px 10px;color:#1d2331}#myg-holder #myg .myg-message-input-container .myg-message-input::placeholder{color:#999}.isDesktop #myg-holder #myg .myg-chat-container{min-height:250px}.isDesktop #myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:16px;font-weight:700}.isDesktop #myg-holder #myg .myg-child-component{right:25px}.isDesktop.catalog-product-view #myg-holder{position:relative}.isDesktop.catalog-product-view #myg-holder #myg{position:absolute;top:-98px;right:0px;bottom:auto;z-index:1020 !important}.isMobile #myg-holder #myg{bottom:76px !important;left:0;right:auto}@media (max-width:768px){.isMobile #myg-holder #myg{bottom:90px !important}}.isMobile #myg-holder #myg .myg-child-component{right:25px;bottom:66px}@media (max-width:1024px){.isMobile #myg-holder #myg .myg-child-component{right:0px !important}}@media (max-width:992px){.isMobile #myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:80px;height:80px}}@media (max-width:600px){.isMobile #myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:70px;height:70px;left:-10px;top:5px}}@media (max-width:550px){.isMobile #myg-holder #myg .myg-icon{width:60px;height:60px}}.isMobile.catalog-product-view #myg-holder{position:relative !important}.isMobile.catalog-product-view #myg-holder #myg{position:absolute !important;top:-98px;right:0px;bottom:auto;z-index:1020 !important}@media (max-width:1024px){.isMobile.catalog-product-view #myg-holder #myg{right:auto;top:-55px;left:-10px}.isMobile.catalog-product-view #myg-holder #myg .myg-floating-label{display:none}}@media (max-width:500px){.isMobile.catalog-product-view #myg-holder #myg{left:-20px}}:root{--img-path:'//secureimages.teach12.com/tgc/images/m2/';--font-awesome-family:'Font Awesome 6 Pro';--slide-width:266px;--plans-width:265px;--player-width:970px;--link-color:#1790FF;--link-gift:#1C9DF0;--light-txt:#ACB4C2;--lgt-txt:#D4D9E2;--dropdown-border:#423B4D;--media-hover:rgba(0,27,138,0.3);--bright-red:#F04337;--btn-border-radius:15px;--red-1:#ffe6e6;--red-2:#b71711;--red-3:#ffbfbb;--white:#fff;--gray:#ACB4C2;--gray-light:#D4D9E2;--black:#000;--white-2:#edeaf1;--white-3:#3b4560;--purple-0:#6994ff;--purple-1:#0028cc;--purple-2:#000f4b;--purple-3:#03278a;--purple-4:#a299ac;--purple-5:#c2bdca;--purple-6:#f1f4ff;--purple-7:#dee5ff;--purple-8:#011874;--purple-9:#2751ff;--purple-10:#a8bafa;--cyan-0:#acb4c2;--cyan-1:#71798a;--cyan-2:#8f98a9;--cyan-3:#d4d9e2;--blue-0:#5ebaff;--blue-1:#19bfff;--blue-3:#5aafee;--blue-4:#0021a8;--blue-5:#0076b3;--blue-6:#000416;--blue-7:#001b8a;--blue-8:#001466;--blue-9:#00b0f5;--blue-10:#00a0df;--blue-11:#0076b3;--blue-12:#00092d;--blue-13:#dfecfe;--blue-14:#0090ce;--blue-15:#03196e;--blue-16:#1e1a25;--blue-17:#48b1fe;--blue-18:#0096da;--blue-19:#2ba4ff;--blue-20:#555e71;--yellow-0:#e29404;--yellow-1:#f58738;--yellow-2:#f36d0c;--yellow-3:#ffc21a;--yellow-4:#f7b500;--yellow-5:#ebca44;--yellow-6:#f2ce40;--yellow-7:#ffac00;--yellow-8:#f6d54b;--yellow-9:#f2ce40;--yellow-10:#ecbe00;--yellow-11:#f3e83a;--orange-1:#d78000;--teal-1:#45b9b0;--teal-2:#368f88;--teal-3:#2e7a74;--teal-4:#061730;--fbleed:#000416;--fbleed-rgb:rgba(0,4,22,0.5);--size-progress:20rem;--fg-amber:#FFC21A;--fg-turquoise:#45B9B0;--fg-red:#E82E28;--fg-navy:#466BFF;--fg-orange:#FF7A15;--fg-violet:#A06AC8;--bg:#e9fbff26;--pgPercentage:var(--value)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Basier Circle","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold}h1.reg-font,h2.reg-font,h3.reg-font,h4.reg-font,h5.reg-font,h6.reg-font,.h1.reg-font,.h2.reg-font,.h3.reg-font,.h4.reg-font,.h5.reg-font,.h6.reg-font{font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif}h1.cond,h2.cond,h3.cond,h4.cond,h5.cond,h6.cond,.h1.cond,.h2.cond,.h3.cond,.h4.cond,.h5.cond,.h6.cond{font-family:"proxima-nova-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}h1.extraCond,h2.extraCond,h3.extraCond,h4.extraCond,h5.extraCond,h6.extraCond,.h1.extraCond,.h2.extraCond,.h3.extraCond,.h4.extraCond,.h5.extraCond,.h6.extraCond{font-family:"proxima-nova-extra-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}h1,.h1{font-size:4rem;line-height:4.2rem}h1.h1-lg,.h1.h1-lg{font-size:4.6rem;line-height:5rem}.h2,h2{font-size:3.3rem}.h3,h3{font-size:2.8rem}.h4,h4{font-size:2.2rem;line-height:2.6rem}.h4.h4-lg,h4.h4-lg{font-size:2.4rem;line-height:2.8rem}.h4.h4-sm,h4.h4-sm{font-size:2.0rem;line-height:2.4rem}.h5,h5{font-size:1.8rem;line-height:2.8rem}.h6,h6{font-size:1.6rem}p,.p{font-size:1.6rem;line-height:2rem}.p-lg{font-size:1.8rem;line-height:2.4rem}.p-sm{font-size:1.4rem}body{font-size:1.4rem}.nav-tabs&gt;li a{font-size:2.2rem;line-height:2.8rem}.scale-icon{font-size:1.8rem}.btn{font-size:1.4rem}.btn-lg{font-size:1.6rem;line-height:1.3rem !important;max-height:40px}.btn-lg span.btn__text span{font-size:11px !important}.btn-sm{font-size:1.4rem;max-height:35px}.btn-sm span.btn__text span{margin-top:-0.7rem !important}.dropdown .dropdown-menu a.dropdown-item{font-size:1.4rem}.dropdown .dropdown-menu a.dropdown-item.lg{font-size:1.6rem}.dropdown .dropdown-menu a.dropdown-item.sm{font-size:1.4rem}a:focus,a:active,a:active:focus{outline:none;text-decoration:none}a.n-link{color:var(--white);cursor:text !important}a.n-link:focus,a.n-link:active,a.n-link:active:focus{color:var(--white);cursor:text}:focus,:active:focus{outline:none}.table .p-lg{font-size:1.6rem}.container.content p{font-size:1.6rem;line-height:2.4rem;margin:0 0 1.6rem}.yel4{color:var(--yellow-4)}.gray{color:var(--gray)}.gray-light{color:var(--gray-light)}.cond{font-family:"proxima-nova-condensed","Helvetica Neue",Helvetica,Arial,sans-serif !important}.extraCond{font-family:"proxima-nova-extra-condensed","Helvetica Neue",Helvetica,Arial,sans-serif !important}.catalog-product-view .slider_section.show-trans{padding-top:30px}.catalog-product-view h4{font-family:"Basier Circle","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold;font-size:2.2rem;line-height:2.6rem;font-size:2.4rem;line-height:2.8rem}.catalog-product-view h4.reg-font{font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif}.catalog-product-view h4.cond{font-family:"proxima-nova-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}.catalog-product-view h4.extraCond{font-family:"proxima-nova-extra-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}.catalog-product-view h4.h4-lg{font-size:2.4rem;line-height:2.8rem}.catalog-product-view h4.h4-sm{font-size:2.0rem;line-height:2.4rem}.professor-detail .product-info-main{background:#000416;margin-top:1rem}.professor-detail h4{margin:30px 0 15px 0}.professor-detail .collapse-btn&gt;.far{margin-right:0;margin-left:0.5rem}.professor-detail .overview-section-content,.professor-detail .overview-section-content *,.professor-detail .professor_bio .value,.professor-detail .professor_bio .value&gt;*{font-size:1.8rem;line-height:2.4rem;font-weight:300}.professor-detail .overview-section-content,.professor-detail .professor_bio{margin:2.5rem 0;overflow:hidden}.professor-detail .overview-sec{padding:5rem 0;border-bottom:1px solid var(--blue-7)}.professor-detail .overview-sec .overview-section-title{display:flex;align-items:center;justify-content:space-between}.professor-detail .professor-about .also-by-this-expert{margin-top:3rem}.professor-detail .professor-about .professor-name-mobile,.professor-detail .professor-about .professor-circle{vertical-align:middle}.professor-detail .professor-about .prof-top-section{display:flex;flex-direction:row;padding:5rem 0}.professor-detail .professor-about .prof-top-section .professor-image{display:inline-block;border-radius:50%;overflow:hidden;width:240px;height:240px;-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none;margin-right:1.7rem}.professor-detail .professor-about .prof-top-section .professor-image img{width:240px;height:auto}.professor-detail .professor-about .prof-top-section .professor-meta{display:flex;flex-direction:row;flex-wrap:wrap}.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{overflow:hidden;order:2;margin-bottom:1.8rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor-info .professor-name-mobile{margin:0}.professor-detail .professor-about .prof-top-section .professor-meta .professor-info .professor-slide-controls a+a{margin-left:1.5rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor-education,.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{width:100%}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote{order:4;margin-top:1.5rem;width:100%}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value{font-size:2.6rem;line-height:3.6rem;display:inline;font-family:'yorktenslabnormregular',serif;font-weight:100;font-style:italic;color:white}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value:before{font-family:var(--font-awesome-family);font-weight:900;content:"\f10d";color:#0D6FCA;padding-right:.5rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value:after{font-family:var(--font-awesome-family);font-weight:900;content:"\f10e";vertical-align:bottom;color:#0D6FCA;padding-left:.5rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{font-size:2.6rem;line-height:3.6rem;display:inline;font-family:'yorktenslabnormregular',serif;font-weight:100;font-style:italic;color:white}.professor-detail .professor-about .prof-top-section .professor-meta .professor-education{order:3}.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile&gt;*{font-size:1.4rem;line-height:2rem}@media screen and (min-width:600px){.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile&gt;*{font-size:calc(1.4rem  +  .4  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile&gt;*{font-size:1.8rem}}@media screen and (min-width:600px){.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile&gt;*{line-height:calc(2rem  +  .4  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile&gt;*{line-height:2.4rem}}.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{font-size:1.8rem;line-height:2.8rem}@media screen and (min-width:600px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{font-size:calc(1.8rem  +  .8  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{font-size:2.6rem}}@media screen and (min-width:600px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{line-height:calc(2.8rem  +  .8  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{line-height:3.6rem}}.isMobile.catalog-product-view h4{font-size:1.8rem;line-height:2.2rem}@media screen and (min-width:600px){.isMobile.catalog-product-view h4{font-size:calc(1.8rem  +  .6  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.catalog-product-view h4{font-size:2.4rem}}@media screen and (min-width:600px){.isMobile.catalog-product-view h4{line-height:calc(2.2rem  +  .4  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.catalog-product-view h4{line-height:2.6rem}}@media (max-width:767px){.isMobile.professor-detail .overview-sec{padding:3rem 0}.isMobile.professor-detail .professor-about .prof-top-section{padding:1.5rem 0}.isMobile.professor-detail .professor-about .prof-top-section .professor-image{width:74px;height:74px}.isMobile.professor-detail .professor-about .prof-top-section .professor-image img{width:72px;height:auto}.isMobile.professor-detail .professor_bio{margin:0 0 2.5rem 0}.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote{margin-left:-91px;width:calc(100vw - 40px)}.isMobile.professor-detail .product.attribute .attribute-label{margin-bottom:0}}@media (min-width:768px){.isMobile.professor-detail .professor-about .prof-top-section .professor-image{width:192px;height:192px}.isMobile.professor-detail .professor-about .prof-top-section .professor-image img{width:192px;height:auto}}@media (max-width:1023px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{flex-direction:column !important}.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor-info .professor-slide-controls{margin-top:1rem;width:35%}}@media (min-width:1024px){.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{justify-content:space-between}.professor-detail .professor-about .prof-top-section .professor-image{width:240px;height:240px}.professor-detail .professor-about .prof-top-section .professor-image img{width:240px;height:auto}}/* Intetionally left empty */</pre></body></html>